Grok MCP
Related Servers
Alternatives to Grok MCP
- AlicenseAqualityFmaintenanceModel Context Protocol (MCP) server implementation that enables Claude Desktop to interact with Google's Gemini AI models.632 npm258MIT
Related Servers
- AlicenseNot gradedqualityAmaintenanceMCP server for xAI Grok API with 19 tools for chat, web and X search, session management, tool chaining, image and video generation, and documentation.2MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for the xAI Grok API, providing tools for chat completions, vision analysis, web/X search, embeddings, and model listing via stdio.-
- AlicenseAqualityAmaintenanceAn MCP server for Grok (xAI) that enables chat, reasoning, vision, and video generation using the AceDataCloud API.81MIT
- AlicenseAqualityCmaintenanceMCP server for integrating xAI's Grok model into OpenAI Codex Desktop/GUI, enabling direct Grok calls via chat completions or responses with OAuth or API key authentication.9MIT
- AlicenseAqualityCmaintenanceMCP server for generating and editing images using xAI's Grok image model, supporting text prompts, batch generation, local files, and optional proxy configurations.219 npm29MIT
- AlicenseAqualityAmaintenanceProduction-grade MCP server for image and video understanding and generation across Gemini, OpenAI, and Grok.54Apache 2.0
TDQS
Scored across 10 tools
Most tools are clearly distinct: chat vs chat_with_files vs stateful response management vs file management vs video extension. The only mild ambiguity is between chat and chat_with_files (both take a prompt and session), but the file attachment parameter makes the boundary clear. retrieve_stateful_response and delete_stateful_response are clearly paired.
Naming is mostly verb_noun (upload_file, list_files, get_file, delete_file, extend_video) but inconsistent in a few places: chat and chat_with_files use bare verbs, while stateful response tools use adjective_noun (retrieve_stateful_response, delete_stateful_response) rather than a consistent verb_noun pattern like get_response/delete_response. The mix of snake_case is consistent, but the verb styles and noun phrasing vary.
10 tools is well-scoped for a Grok API server covering chat, file management, stateful responses, and video generation. Each tool serves a distinct purpose and none feel redundant.
The surface covers the core workflows: chat, chat with files, file upload/list/get/delete, stateful response retrieve/delete, and video extension. Minor gaps include no explicit video generation tool (only extension) and no file update, but these are workable and the main lifecycle is covered.