Back to directory
grog/groq-mcp-server

grog/groq-mcp-server

@grog

Groq MCP server for lightning-fast inference directly from Claude and other MCP clients through the Model Context Protocol

groqmcp-serverai-inferencetext-to-speechspeech-to-textvisionbatch-processingllmcloud

Installation & Configuration

{
  "mcpServers": {
    "groq": {
      "command": "uvx",
      "args": [
        "groq-mcp"
      ],
      "env": {
        "GROQ_API_KEY": "your_groq_api_key",
        "BASE_OUTPUT_PATH": "/path/to/output/directory"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17