Skip to content
MCP Server Community By @merterbak

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": {}
    }
  }
}