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.5.0.tar.gz
(66.7 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.5.0-py3-none-any.whl
(11.5 kB
view details)
File details
Details for the file qhub_mcp-1.5.0.tar.gz.
File metadata
- Download URL: qhub_mcp-1.5.0.tar.gz
- Upload date:
- Size: 66.7 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 |
475f099df48e5115148d80b9d1aa0745a68c91abf5c71101b435cd2e7b14aec3
|
|
| MD5 |
455ac7b840478c2a35e552c4004642c0
|
|
| BLAKE2b-256 |
589221c04e5f7c18a97a5f1a9671746c42085014f4d85c26d18064a395e71c19
|
File details
Details for the file qhub_mcp-1.5.0-py3-none-any.whl.
File metadata
- Download URL: qhub_mcp-1.5.0-py3-none-any.whl
- Upload date:
- Size: 11.5 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 |
0ace05a57aa3471c57fc9de8c8520a9797dbd53def5476410e2ed31a7111c796
|
|
| MD5 |
740f0a232e4806b0872ec9cb1c7c43ff
|
|
| BLAKE2b-256 |
5eb42b6ef78f9cb474641e4a9a6b56e7737d2fd4708598f39f588b3df5063417
|