MCP server for the Kipu Quantum Hub
Project description
qhub-mcp
Setup with Claude Desktop
Option 1: Using uvx (Recommended)
Add this MCP server config to your claude_desktop_config.json:
{
"qhub-mcp": {
"command": "uvx",
"args": [
"qhub-mcp"
],
"env": {
"KQH_PERSONAL_ACCESS_TOKEN": "<YOUR_PERSONAL_ACCESS_TOKEN>"
}
}
}
Option 2: Local Development Setup
- Clone the repository
- Install uv if you don't have it already
- Run
uv sync - Add an MCP server config to the
claude_desktop_config.json:{ "qhub-mcp": { "command": "<UV_PATH>", "args": [ "--directory", "<PROJECT_PATH>", "run", "src/qhub_mcp/server.py" ], "env": { "KQH_PERSONAL_ACCESS_TOKEN": "<YOUR_PERSONAL_ACCESS_TOKEN>" } } }
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qhub_mcp-1.3.0.tar.gz
(69.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
qhub_mcp-1.3.0-py3-none-any.whl
(14.8 kB
view details)
File details
Details for the file qhub_mcp-1.3.0.tar.gz.
File metadata
- Download URL: qhub_mcp-1.3.0.tar.gz
- Upload date:
- Size: 69.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13289f83c33b782473ef1c6d12fa181488179040f7dfb76ba7ac3a842b1fbb6c
|
|
| MD5 |
4a6a8178a14848cb4791aff7fdcf81ea
|
|
| BLAKE2b-256 |
df94553c00b52a680755efa2a5000fc65881767883d2e487e4844defc7216be4
|
File details
Details for the file qhub_mcp-1.3.0-py3-none-any.whl.
File metadata
- Download URL: qhub_mcp-1.3.0-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a9b52187525e0e3d6683bee6b7c2af32fc3ff8f9daa1ce89177f3f573dd205b
|
|
| MD5 |
f79a3f10c811125ebb0cea74c489be2b
|
|
| BLAKE2b-256 |
a2f0fbd9df8337de9bcda0911dbdd029fccbf0400875e4500ac2a6de6b9798f6
|