GrokMCP
Related Servers
Alternatives to GrokMCP
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceUse XAI's latest api functionalities with Grok MCP. It supports image understanding and generation, live search, latest models and more.2252MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for the xAI Grok API, providing tools for chat completions, vision analysis, web/X search, embeddings, and model listing via stdio.-
- AlicenseAqualityCmaintenanceMCP server that connects AI agents like Claude Code and Codex to Grok Console via Grok2API, enabling image generation/editing, video creation, and search/chat, plus a web console for creative tasks.9MIT
- 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
- AlicenseAqualityBmaintenanceMCP server for generating, editing, and batch processing videos using xAI's Grok Imagine Video API, with support for text-to-video, image-to-video, and video editing via natural language prompts.429 npm1MIT
- 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
TDQS
Scored across 8 tools
Each tool targets a distinct purpose: chat completions, model listing, workflow reference, prompt guidance, single and batch task queries, and text/image video generation. The only potentially overlapping pair is list_models and list_actions, but their descriptions make the model-versus-workflow distinction clear.
All tool names share the grok_ prefix and use snake_case, which is consistent and predictable. However, the generation tools use transformation-style names like grok_text_to_video rather than explicit create/generate verbs, and grok_chat_completions is more of an endpoint name than an action-first name.
Eight tools is well-scoped for the server's apparent purpose: one chat completion action, two discovery/help tools, two generation entry points, and two status-query variants. Each tool earns its place without the set feeling bloated or thin.
The surface covers both chat completions and the video generation workflow: model discovery, prompt guidance, text-to-video, image-to-video, and single/batch task retrieval. No necessary operation for the stated domain is obviously missing; a cancel/delete action would be a possible extension but is not implied by the documented tools.