
Groq Compound MCP Server
by groq
High-performance MCP server for interacting with Groq's compound and meta models with real-time info and code execution.
What it does
Connects your AI assistant to Groq's state-of-the-art inference engine, specifically leveraging compound and meta models to enhance reasoning and response quality.
Tools
ask_with_realtime_information: Queries Groq models using the most current data available.ask_with_code_execution: Executes code via Groq for precise calculations and technical tasks.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"groq-compound": {
"command": "npx",
"args": [
"-y",
"groq-compound-mcp-server"
],
"env": {
"GROQ_API_KEY": "YOUR_GROQ_API_KEY_HERE"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y groq-compound-mcp-serverInformation
- Pricing
- free
- Published
- 4/29/2026
- stars






