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.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide β Connected Apps: merterbak/Grok-MCP Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-merterbak-grok-mcp
Detailed Documentation
π βοΈ π πͺ π§ - MCP server for xAIβs Grok API with agentic tool calling, image generation, vision, and file support.
Configuration
{
"mcpServers": {
"merterbak-grok-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-merterbak-grok-mcp"
],
"env": {}
}
}
}