Grok
Summary
Grok MCP provides a direct integration with Grok AI's powerful language and vision capabilities, exposing three primary tools: chat completion, image understanding, and function calling. Built by Braden Olmstead, this TypeScript-based server enables developers to interact with Grok's latest models through a standardized MCP interface, with a focus on seamless AI interaction across different use cases like text generation, image analysis, and intelligent function invocation.
Available Actions(3)
chat_completion
Generate text responses using Grok's language models. Parameters: messages (required array of message objects), temperature (optional float), model (optional string)
image_understanding
Analyze images with Grok's vision capabilities. Parameters: image_url (optional string), base64_image (optional string), prompt (required string), model (optional string)
function_calling
Use Grok to call functions based on user input. Parameters: messages (required array of message objects), tools (required array of tool objects), tool_choice (optional string), model (optional string)
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论