qiskit-sim-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_circuitA | Create a quantum circuit from a named preset or an OpenQASM 2.0 string. Provide exactly one of: preset (bell|ghz_3|superposition|deutsch_jozsa|random_4) or qasm. |
| visualize_circuitB | Visualize a stored circuit as HTML and a structured gate list for narration. |
| run_simulationA | Run a stored circuit on AerSimulator with optional depolarizing noise. noise_preset: ideal | low_noise | high_noise. Returns counts, probabilities, metadata. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| simulate_walkthrough | Guided conversation: choose a circuit, visualize it, pick noise, run, interpret results. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_noise_presets | Read-only list of noise configurations available to run_simulation. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Narashiman24/qiskit-sim-mcp-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server