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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Generate text responses using Grok's language models. Parameters: messages (array of message objects), temperature (optional float), model (optional string), max_tokens (optional integer)
Analyze images with Grok's vision capabilities. Parameters: image_url (optional string), base64_image (optional string), prompt (required string), model (optional string)
Use Grok to call functions based on user input. Parameters: messages (array of message objects), tools (array of tool objects), tool_choice (optional string), model (optional string)