QuantumComputeMCPServer

sakshiglaze/QuantumComputeMCPServer
★ 1 stars Python 🤖 AI/LLM Updated 5mo ago
About It allows LLMs to submit quantum algorithms, retrieve computational results, and interpret quantum outputs in natural language, making quantum computing accessible to AI-driven workflows without requiring users to have expertise in quantum programming.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quantumcomputemcpser": {
      "command": "uvx",
      "args": [
        "quantumcomputemcpserver"
      ]
    }
  }
}

Or install with pip: pip install quantumcomputemcpserver