mcp-server-groq
Click on "Install 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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
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.
Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository.
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.211354MIT- FlicenseBqualityBmaintenanceEnables AI coding tools to call Grok and Antigravity CLIs as peer reviewers for code review, planning, debugging, and collaborative sessions.13-
- AlicenseNot gradedqualityBmaintenanceEnables lightning-fast inference using Groq models through MCP clients, supporting vision, speech, batch processing, and agentic tasks.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Bhanu-teja-VCE/mcp-server-groq'
If you have feedback or need assistance with the MCP directory API, please join our Discord server