Grok MCP PluginServer

Bob-lance
GitHub
AIImage ProcessingChatbot

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) plugin that provides seamless access to Grok AI's powerful capabilities directly from Cline, including chat completion, image understanding, and function calling.

📝 JSON Entries

{
  "mcpServers": [
    {
      "grok-mcp": {
        "env": {
          "XAI_API_KEY": "your-grok-api-key"
        },
        "args": [
          "/path/to/grok-mcp/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

Grok's language modelsGrok's vision capabilitiesFunction calling

Features

  • Chat Completion
  • Image Understanding
  • Function Calling

💬 Example Queries

  • Generate text responses using Grok's language models.
  • Analyze images with Grok's vision capabilities.
  • Use Grok to call functions based on user input.