Skip to content
Windsurf

Quantum OpenQASM MCP for Windsurf

io.github.markusvankempen/quantum-openqasm-mcp

IBM Quantum OpenQASM 2.0 MCP — list backends, submit QASM, poll jobs, get histograms.

client:Windsurf transport:stdio runtime:npm

Install Quantum OpenQASM MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "quantum-openqasm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@markusvankempen/quantum-openqasm-mcp"
      ],
      "env": {
        "IBM_API_KEY": "<IBM_API_KEY>",
        "IBM_SERVICE_CRN": "<IBM_SERVICE_CRN>",
        "IBM_QUANTUM_ENDPOINT": "<IBM_QUANTUM_ENDPOINT>",
        "IBM_QUANTUM_BACKEND": "<IBM_QUANTUM_BACKEND>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Quantum OpenQASM MCP in other clients