Skip to content
Grok

thealgorithms mcp for Grok

io.github.mcande21/thealgorithms-mcp

Search TheAlgorithms across 24 languages; fetch implementations with examples.

client:Grok transport:stdio runtime:pypi

Install thealgorithms mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "thealgorithms-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "thealgorithms-mcp"
      ]
    }
  }
}

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

thealgorithms mcp in other clients