Odel
qnexus mcp

qnexus mcp

Local
@blite-hq1PythonApache-2.0Updated 1w ago

MCP server for Quantinuum Nexus, wrapping the qnexus SDK. Not affiliated with Quantinuum.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIqnexus-mcpv0.2.0

Run

uvx qnexus-mcp

MCP client config

{
  "mcpServers": {
    "qnexus-mcp": {
      "command": "uvx",
      "args": [
        "qnexus-mcp"
      ]
    }
  }
}