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.
Quick Start
Clone the repository:
git clone https://github.com/merterbak/Grok-MCPClaude Desktop configuration example:
{
"mcpServers": {
"grok-mcp": {
"command": "npx",
"args": [
"-y",
"merterbak/Grok-MCP"
]
}
}
}Check the repository README for specific installation and configuration instructions.