SpinQit MCP Tools

by SpinQTech

202 downloads
Not rated
GitHub

About

SpinQit MCP Tools is a Python MCP server that connects AI assistants to SpinQ Cloud, enabling QASM circuit submission, platform discovery, and quantum task result retrieval through the Model Context Protocol.

Details

Author
SpinQTech
Downloads
202
Categories
Other

- Submit QASM quantum circuits to SpinQ Cloud.
- Query available SpinQ Cloud execution platforms.
- Retrieve quantum task results by task ID.
- Supports stdio-based MCP integration.
- Works with local Python environments and common MCP clients.
- Supports configurable SpinQ Cloud host, username, and private key authentication.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name SpinQit MCP Tools
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the package with pip install spinqit_mcp_tools, then configure the MCP client to invoke the server via stdio. The server exposes three tools: get_platforms, qasm_submit, and get_task_result_by_id. Authentication requires setting a SpinQ Cloud host, username, and private key.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "spinqit mcp tools": {
            "spinqit_mcp_tools": {
                "command": "<PYTHON_EXECUTABLE_PATH>",
                "args": [
                    "-m",
                    "spinqit_mcp_tools.qasm_submitter"
                ],
                "env": {
                    "PRIVATEKEYPATH": "<YOUR_PRIVATE_KEY_PATH>",
                    "SPINQCLOUDUSERNAME": "<YOUR_USERNAME>",
                    "SPINQCLOUDHOST": "<SPINQ_CLOUD_HOST>"
                }
            }
        }
    }
}

McpServers

{
    "spinqit_mcp_tools": {
        "command": "<PYTHON_EXECUTABLE_PATH>",
        "args": [
            "-m",
            "spinqit_mcp_tools.qasm_submitter"
        ],
        "env": {
            "PRIVATEKEYPATH": "<YOUR_PRIVATE_KEY_PATH>",
            "SPINQCLOUDUSERNAME": "<YOUR_USERNAME>",
            "SPINQCLOUDHOST": "<SPINQ_CLOUD_HOST>"
        }
    }
}

SpinQit MCP Tools

SpinQit MCP Tools is a Model Context Protocol (MCP) server for connecting AI assistants to SpinQ Cloud quantum computing resources. It allows MCP-compatible clients such as Cursor, Cline, Claude Desktop, Codex, and other AI assistants to submit QASM quantum circuits, query available SpinQ Cloud platforms, and retrieve experiment results.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.