spinqit-mcp-server Installation Guide
This project provides one-click installation scripts for spinqit-mcp-server on Windows and macOS. These scripts automatically check the Python environment (requires Python 3.10 or higher) and install the required spinqit_task_manager dependency package. If no suitable Python environment is found, the scripts will attempt to create one using Conda or guide users to manually install Python.
Table of Contents • Prerequisites
• Script Installation Steps
• Windows
• macOS
• Output Results
• Troubleshooting
• Manual Installation Steps
• License
Prerequisites
Before running the installation scripts, ensure the following requirements are met:
• Python 3.10 or higher: spinqit-mcp-server requires Python 3.10 or later.
• Conda (optional): If Python 3.10 is not installed, the scripts can use Anaconda to create an environment. Download it from Anaconda.
• Internet connection: Required for downloading the spinqit_task_manager package via pip.
• macOS terminal permissions: Ensure the terminal supports bash.
Script Installation Steps
Windows
Download the Script • Download the
mcpenv-installer-win-x86_64.batscript from the following link:Download Windows Installation Script
Run the Script • Double-click
mcpenv-installer-win-x86_64.batto execute the installation.Script Behavior • If Python 3.10 or higher is already installed: The script will directly install the
spinqit_task_managerpackage and output the Python environment path and themcp-serverexecution command.• If Python 3.10 is not installed but Conda is available: The script will create a Conda environment named
mcp-server-py310(using Python 3.10), install the dependencies, and output the environment path and execution command.• If neither Python 3.10 nor Conda is installed: The script will prompt you to download and install Python 3.10 or Conda from Python’s official website or Anaconda’s official website. After installation, rerun the script.
Successful Installation ◦

◦ Note the execution command (e.g.,
C:ProgramDataAnaconda3envsmcp-server-py310python.exe -m spinqit_task_manager.qasm_submitterin this example) and register an account at cloud.spinq.cn to configure your public key.◦ input the execution command, PRIVATEKEYPATH , SPINQCLOUDUSERNAME to your mcp server setting
macOS
Download the Script • Download the
mcpenv-installer-mac.shscript from the following link:Download macOS Installation Script
Run the Script • Execute the script with:
sudo bash ./mcpenv-installer-mac.shScript Behavior • Similar to the Windows script, the macOS script will:
◦ Check for Python 3.10 or higher. If found, it will install
spinqit_task_manager.◦ If Python 3.10 is not found, it will check for Conda and create a
mcp-server-py310environment.◦ If neither Python 3.10 nor Conda is installed, it will prompt you to install Python 3.10 or Conda and then rerun the script.
Output Results
After successful execution, the script will output the following information: • Python environment path: The path to the Python executable, e.g.:
• Windows: C:pathtocondaenvsmcp-server-py310python.exe
• macOS: /path/to/conda/envs/mcp-server-py310/bin/python
• mcp-server execution command: The command to run mcp-server, e.g.:
• Windows: C:pathtocondaenvsmcp-server-py310python.exe -m spinqit_task_manager.qasm_submitter
• macOS: /path/to/conda/envs/mcp-server-py310/bin/python -m spinqit_task_manager.qasm_submitter
Save this information for configuring and running spinqit-mcp-server.
Troubleshooting
• Python not found or version below 3.10:
• Download and install Python 3.10 from Python’s official website, ensuring it is added to PATH.
• Rerun the script after installation.
• Conda not recognized:
• Ensure Anaconda is installed and added to PATH if Python 3.10 or higher is not present.
• pip installation failure:
• Check your internet connection.
• Conda environment creation failure:
• Verify Conda is properly installed or reinstall it from Anaconda’s official website.
Usage • Use the Python installation directory to run:
• /pathtopython/python -m spinqit_task_manager.qasm_submitter
Environment Testing (Create and submit a 2-qubit quantum circuit QASM to the cloud platform and view results) • Cursor
• Configuration method

• Results

• Configuration settings
```
{
"mcpServers": {
"qasm-submitter": {
"type": "stdio",
"command": "cmd",
"args": [
"/C",
"C:\Users\ylin\.conda\envs\mcp-server-py310\python.exe",
"-m",
"spinqit_task_manager.qasm_submitter"
],
"env": {
"PRIVATEKEYPATH":"<Your Privatekey Path>",
"SPINQCLOUDUSERNAME":"<Your SpinQ Cloud Username>"
}
}
}
}
```
• VSCode Client Plugin
• Configuration settings:
```
{
"mcpServers": {
"qasm-submitter": {
"disabled": false,
"timeout": 60,
"transportType": "stdio",
"command": "cmd",
"args": [
"/C",
"C:\Users\ylin\.conda\envs\mcp-server-py310\python.exe",
"-m",
"spinqit_task_manager.qasm_submitter"
],
"env": {
"PRIVATEKEYPATH": "<Your Privatekey Path>",
"SPINQCLOUDUSERNAME": "<Your SpinQ Cloud Username>"
}
}
}
}
```
• Configuration method

• Results

Manual Installation Steps
• Install Python 3.10 or higher, then run: pip install spinqit_task_manager
• Configure python -m spinqit_task_manager.qasm_submitter as the mcp-client startup command.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Notes on Translation:
- Maintained consistent terminology (e.g., “Conda” not translated).
- Kept technical terms like “PATH” and “QASM” in uppercase as per convention.
- Used active voice for clarity (e.g., “The script will…” instead of passive constructions).
- Verified all links are correctly preserved.
- Ensured image references remain unchanged.
- Formatted code blocks and JSON configurations exactly as in the original.
- Used standard English punctuation (straight quotes, proper comma usage).
The translation appears accurate with no obvious errors. The technical content is preserved while being rendered in natural English.
Spinqit Task Manager Server
Project Details
- eeeeeeeason/spinqit_task_manager
- Last Updated: 5/26/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server for Apache Kafka implemented in Go, leveraging franz-go and mcp-go.
Model Context Protocol server for OpenStreetMap data
The official home of the Presto distributed SQL query engine for big data
Interact seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your...
Fast and free zeroshot lipsync MCP server
MCP Server - get a heat check headlines
NFC payment service
Web search using free google search (NO API KEYS REQUIRED)
A MCP Server used to collect MCP Servers over the internet.





