mcpbeat Sign in

Qnexus MCP Server

local only

Qnexus MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 94 installs a week from pypi. Last commit 23 Jul 2026.

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

Installs per day peak 30 · avg 18 · -27% w/w
a month agotoday
94
Installs / week
pypi · qnexus-mcp
1
Stars
0 open issues
23 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Qnexus MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add qnexus-mcp -- uvx qnexus-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "qnexus-mcp": {
      "args": [
        "qnexus-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.qnexus-mcp]
command = "uvx"
args = ["qnexus-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "qnexus-mcp": {
      "args": [
        "qnexus-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "qnexus-mcp": {
      "args": [
        "qnexus-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: QNEXUS_MCP_TOOLSETS (Comma-separated toolsets: read,execute,manage,destructive (default: read).), QNEXUS_MCP_ALLOW_SPEND (Permit credit-spending (HQC) execution (default: false).), QNEXUS_MCP_ALLOW_HARDWARE (Permit real-QPU targets (default: false).), QNEXUS_MCP_ALLOW_DESTRUCTIVE (Permit delete/cancel/archive tools (default: false).), QNEXUS_MCP_MAX_CREDITS (Hard per-call HQC ceiling; 0 blocks all spend (default: 0).), QNEXUS_MCP_MAX_OUTCOMES (Top-N cap on distinct measurement outcomes returned per result item (default: 100).), QNEXUS_MCP_MAX_SUBMISSIONS_PER_MINUTE (Sliding-window submission cap; each circuit in a batch counts as one (default: 6).), QNEXUS_MCP_PROJECTS (Comma-separated project allowlist, enforced on every mutating tool (default: all projects).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Qnexus MCP

same job, measured the same way
Tend MCP
by nries1

Unofficial MCP server for Tend Dental appointment booking. Not affiliated with Tend.

27 installs/wk local only
nb-mcp-server
by emcd

MCP server wrapping the nb CLI for LLM-friendly note-taking

local only
MCP Redtrack
by pijusz

MCP server for RedTrack affiliate tracking API

38 installs/wk local only
Scaleway MCP server
by scaleway

Scaleway MCP server for interacting with the Scaleway APIs

local only
MCP Tesla
by jlestel

MCP server wrapping the Tesla Fleet API and TeslaMate API

answering
PortlandMaps (Unofficial)
by gptnowllc

Unofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated.

70 installs/wk 11 tools answering
Supabase
by supabase

MCP server for interacting with the Supabase platform

76 349 installs/wk answering
MCP Bear
by jkawamoto

A MCP server for interacting with Bear note-taking software.

local only

Qnexus MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Qnexus MCP?
Qnexus MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package qnexus-mcp was installed 94 times last week.
How do I connect Qnexus MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls qnexus-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Qnexus MCP?
The pypi package qnexus-mcp was installed 94 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Qnexus MCP open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.