quantum-hardware-mcp

Lokesh-2025/quantum-hardware-mcp
★ 0 stars Python AI/LLM Updated 3d ago
MCP server exposing live IBM Quantum hardware data to AI assistants
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install quantum-hardware-mcp

README Excerpt

An MCP server that gives AI assistants (Claude, etc.) live data about IBM Quantum computers — queue depths, error rates, coherence times, and more. Built with the [MCP Python SDK](https://github.com/modelcontextprotocol/python-sdk) and [qiskit-ibm-runtime](https://github.com/Qiskit/qiskit-ibm-runtime).

Tools (5)

IBMNotAuthorizedErrorcompare_devicesget_device_detailslist_devicesqueue_status