Qiskit Code Assistant MCP Server for Grok
io.github.qiskit/qiskit-code-assistant-mcp-server
MCP server for the Qiskit Code Assistant intelligent code completion
client:Grok
transport:stdio
runtime:pypi
Install Qiskit Code Assistant MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"qiskit-code-assistant-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"qiskit-code-assistant-mcp-server"
],
"env": {
"QISKIT_IBM_TOKEN": "<QISKIT_IBM_TOKEN>",
"QCA_TOOL_API_BASE": "<QCA_TOOL_API_BASE>",
"QCA_TOOL_MODEL_NAME": "<QCA_TOOL_MODEL_NAME>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs