Skip to content

Elias MCP Sample Server for Grok

io.github.elpadev/sample-mcp-server-python-package

A sample MCP server for testing

client:Grok transport:stdio runtime:pypi

Install Elias MCP Sample Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "sample-mcp-server-python-package": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "elias-mcp-server-elpadev"
      ]
    }
  }
}

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

Elias MCP Sample Server in other clients