A Docker image providing a quantum circuit simulator that implements the Model Context Protocol (MCP), allowing integration with MCP clients such as
Quantum Simulator MCP becomes available to MCP clients through the quantum simulator mcp mcp server. A Docker image providing a quantum circuit simulator that implements the Model Context Protocol (MCP), allowing integration with MCP clients such as Claude for Desktop.
A Docker image providing a quantum circuit simulator that implements the Model Context Protocol (MCP), allowing integration with MCP clients such as Claude for Desktop.
Once connected, the assistant can call these 5 tools directly:
run_circuit — Run a quantum circuit with specified noise modellist_noise_models — List all available noise models and their descriptionslist_result_types — List all available result types and their descriptionsget_circuit_stats — Analyze a quantum circuit and return statisticscreate_test_histogram — Create a test histogram file to verify output directory configurationThe server is distributed via a container image as ychen94/quantum-simulator-mcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Cloud and DevOps servers put infrastructure on speaking terms with your assistant, so "why is this broken?" is answered from real state rather than a generic checklist. Quantum Simulator MCP sits in that group, and the shape of its toolset — run_circuit, list_noise_models, list_result_types among others — tells you what it is really for. Worth comparing against the other cloud devops servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| run_circuit | Run a quantum circuit with specified noise model |
| list_noise_models | List all available noise models and their descriptions |
| list_result_types | List all available result types and their descriptions |
| get_circuit_stats | Analyze a quantum circuit and return statistics |
| create_test_histogram | Create a test histogram file to verify output directory configuration |
{
"mcpServers": {
"quantum-simulator": {
"command": "docker",
"args": ["run", "-i", "--rm", "ychen94/quantum-simulator-mcp"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.