MCP.so
登录

Groq MCP Server

@groq

关于 Groq MCP Server

Groq MCP server

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

groq

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "groq-mcp-server": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Groq MCP Server?

A Model Context Protocol (MCP) server that provides access to Groq’s lightning-fast model inference, including chat, vision, text-to-speech, speech-to-text, batch processing, and agentic tools. It is designed for developers using MCP clients like Claude Desktop to integrate Groq’s API capabilities directly into their workflows.

How to use Groq MCP Server?

Requires a free Groq API key and Python with uv (or pip). For Claude Desktop, add the server configuration to claude_desktop_config.json using uvx groq-mcp and your API key. For other clients, install the package and run groq-mcp-config to generate configuration. Optional BASE_OUTPUT_PATH environment variable sets where generated files are saved.

Key features of Groq MCP Server

  • Ultra-fast LLM inference with Groq models
  • Vision – image analysis and understanding
  • Text-to-speech (TTS) – natural speech synthesis
  • Speech-to-text (STT) – transcription and translation
  • Batch processing – process large workloads efficiently
  • Agentic tool usage (compound-beta) for web search, code generation, and API calls

Use cases of Groq MCP Server

  • Perform agentic tasks combining web search, code execution, and data retrieval
  • Analyze images and extract structured information (e.g., JSON)
  • Convert text to speech or transcribe audio files in multiple languages
  • Process high-volume batch prompts via JSONLines files
  • Build applications with full access to Groq’s documentation and models

FAQ from Groq MCP Server

What prerequisites are needed to run Groq MCP Server?

A Groq API key (free from console.groq.com), Python, and either uv or pip for installation. For Claude Desktop, you need the Developer Mode enabled on Windows.

How do I install the server for Claude Desktop?

Add the configuration shown in the README to claude_desktop_config.json using uvx groq-mcp and set the GROQ_API_KEY environment variable. On macOS, a setup script can install it automatically.

What client applications are supported?

Works with any MCP client, including Claude Desktop, Cursor, and Windsurf. Installation instructions differ; for non-Claude clients use groq-mcp-config to generate the config.

Where can I find server logs?

Logs are stored at ~/Library/Logs/Claude/groq-mcp.log on macOS and %APPDATA%\Claude\logs\groq-mcp.log on Windows.

Can I run the server from source?

Yes. Clone the repository, run ./scripts/setup.sh (or manually create a virtual environment and install dependencies), then use mcp install server.py to register the server.

评论

其他 分类下的更多 MCP 服务器