Skip to main content
AggregatorsPython

merterbak/Grok-MCP

MCP server for xAI's [Grok API](https://docs.x.ai/docs/overview) with agentic tool calling, image generation, vision, and file support.

aggregatorscloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/merterbak/Grok-MCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "grok-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "merterbak/Grok-MCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Aggregators
Language
Python
Author
merterbak