Skip to content
Grok

python version for Grok

io.github.manoharanrajesh/python-version

An MCP server that provides [describe what your server does]

client:Grok transport:stdio runtime:pypi

Install python version in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "python-version": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "transactions-mcp"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

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

python version in other clients