mcp-server-groq
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-groqSummarize this Python function"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ Groq Model Context Protocol (MCP) Server
An official, ultra-fast Model Context Protocol (MCP) server enabling AI tools (Claude Desktop, Cursor, Antigravity) to route high-speed inference, fast completions, and code analysis to Groq's LLaMA 3.3 70B engine.
โก Features
groq_fast_chat: Ultra-fast LLM completion usingllama-3.3-70b-versatile.groq_summarize_code: Instant code analysis, architectural breakdown, and bug checking.Standard Stdio Interface: Fully compliant with the Anthropic Model Context Protocol specification.
Related MCP server: groq-compound-mcp-server
๐ ๏ธ Installation
pip install mcp-server-groqโ๏ธ Configuration
Set your GROQ_API_KEY environment variable:
Linux / macOS
export GROQ_API_KEY="your-groq-api-key"Windows (PowerShell)
$env:GROQ_API_KEY="your-groq-api-key"Claude Desktop Integration (claude_desktop_config.json)
{
"mcpServers": {
"groq": {
"command": "python",
"args": ["-m", "mcp_server_groq"],
"env": {
"GROQ_API_KEY": "your-groq-api-key"
}
}
}
}๐ License
MIT License. Created by Bhanu Kiran.
This server cannot be deployed
Maintenance
Related MCP Connectors
LLM chat, text tools, image generation, editing, batch image jobs, and asynchronous video generation
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analyโฆ
The OpenRouter MCP server plugs OpenRouter into the AI tools you already use. Once connected, your assistant can pull live OpenRouter data (models, prices, your credits, rankings, and docs) and send quick test messages, all without leaving your editor.
Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides free and unlimited vision capabilities for AI coding assistants using the Groq API and Meta Llama 4 Vision model. It enables users to perform image analysis, OCR, UI layout description, and error diagnosis directly from screenshots and documents.-

groq-compound-mcp-serverofficial
AlicenseAqualityBmaintenanceEnables interaction with Groq models, including compound models, through tools for asking questions with real-time information and code execution.272 npm55MIT- FlicenseBqualityBmaintenanceEnables AI coding tools to call Grok and Antigravity CLIs as peer reviewers for code review, planning, debugging, and collaborative sessions.13-
- AlicenseNot gradedqualityDmaintenanceEnables lightning-fast inference using Groq models through MCP clients, supporting vision, speech, batch processing, and agentic tasks.MIT