Qiskit Mcp Server
@barvhaim
关于 Qiskit Mcp Server
Unofficial MCP Server for Qiskit (an open-source SDK for working with quantum computers)
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"qiskit-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/path/to/qiskit-mcp-server",
"run",
"main.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Qiskit Mcp Server?
Qiskit Mcp Server is an unofficial Model Context Protocol server that enables LLMs to build and execute quantum circuits using Qiskit. It provides 13 tools for creating, modifying, running, and analyzing quantum circuits.
How to use Qiskit Mcp Server?
The server exposes MCP tools that can be invoked by LLMs. Users create circuits with create_quantum_circuit, add gates with add_gates or add_advanced_gates, run simulations with run_circuit, and analyze results with tools like analyze_statevector. Each tool accepts specific parameters such as circuit name, qubits, gates, and shot count.
Key features of Qiskit Mcp Server
- Create quantum circuits with specified qubits and classical bits.
- Add basic gates (H, X, Y, Z, CX) and advanced gates (rotation, Clifford, swap).
- Execute circuits on the BasicSimulator with configurable shots.
- Retrieve circuit information, text visualization, and Mermaid diagrams.
- Analyze state vectors, compute density matrices, and optimize circuits.
- Implement Quantum Fourier Transform and variational quantum circuits.
Use cases of Qiskit Mcp Server
- Designing and simulating quantum algorithms in an LL
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论