merterbak/Grok-MCP
🔌 MCP Servermerterbak
MCP server for xAI's Grok API with agentic tool calling, image gen, vision, and file support.
Grok-MCP is an open-source implementation of the Model Context Protocol (MCP) server for xAI's Grok API. It allows AI agents to dynamically invoke Grok's capabilities, including tool calling, image generation (via Grok's image model), vision (image understanding), and file support. The server handles API authentication and exposes endpoints that adhere to MCP standards, making it easy to integrate with any MCP-compatible client. This enables developers to build agentic systems that leverage Grok's advanced reasoning, creative generation, and multimodal understanding without custom integration work. The project is actively maintained on GitHub and supports configuration for API keys and model selection.
💡Highlights
- ├─Agentic tool calling via MCP
- ├─Image generation & vision support
- └─Open-source MCP server
🎯For
- ├─AI developers
- ├─MCP users
- └─agentic workflow engineers