Skip to content
Cursor

mcp qiskit for Cursor

io.github.daedalus/mcp-qiskit

MCP server exposing Qiskit 2.3.1 quantum computing functionality

client:Cursor transport:stdio runtime:pypi

Install mcp qiskit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-qiskit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-qiskit"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp qiskit in other clients