groq-compound-mcp-server
@groq
About groq-compound-mcp-server
Groq Compound Beta MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"groq-compound": {
"command": "npx",
"args": [
"-y",
"groq-compound-mcp-server"
],
"env": {
"GROQ_API_KEY": ""
}
}
}
}Tools
2Ask a question requiring real-time information (e.g., news, current events) using a Groq model.
Ask questions that benefit from Python REPL interaction (e.g., for intermediate calculations or code execution).
Overview
What is groq-compound-mcp-server?
It is a Model Context Protocol (MCP) server that provides tools for interacting with Groq models, including compound/meta models. It is designed for developers integrating Groq AI capabilities into MCP-compatible clients.
How to use groq-compound-mcp-server?
Install the package via npm install groq-compound-mcp-server, set the GROQ_API_KEY environment variable, and configure an MCP client (e.g., Claude Desktop) to launch the server using npx groq-compound-mcp-server. Alternatively, deploy on Vercel with optional Redis for SSE support.
Key features of groq-compound-mcp-server
- Provides tools
ask_with_realtime_informationandask_with_code_execution. - Uses stdio transport for standard MCP integration.
- Supports deployment on Vercel for remote access.
- Optional SSE transport via Redis for Vercel deployments.
- Requires only Node.js ≥ 18.0.0 and a Groq API key.
Use cases of groq-compound-mcp-server
- Query Groq models with access to real-time web information.
- Execute code through Groq’s compound models.
- Integrate Groq AI into MCP-compatible clients like Claude Desktop.
- Deploy a serverless MCP endpoint on Vercel.
FAQ from groq-compound-mcp-server
What tools does groq-compound-mcp-server expose?
It exposes two tools: ask_with_realtime_information and ask_with_code_execution.
What are the prerequisites for running groq-compound-mcp-server?
Node.js ≥ 18.0.0 and a Groq API key set in the GROQ_API_KEY environment variable.
How do I deploy groq-compound-mcp-server on Vercel?
Connect your Git repository to Vercel, set GROQ_API_KEY and optionally REDIS_URL environment variables, and deploy. The MCP endpoints will be available at https://your-deployment-url.vercel.app/api/mcp.
Does groq-compound-mcp-server support SSE transport?
Yes, when deployed on Vercel, it supports SSE transport if a Redis instance (configured via REDIS_URL) is provided.
What transport does groq-compound-mcp-server use by default?
By default, it uses stdio transport, following the standard MCP server pattern.
Frequently asked questions
What tools does groq-compound-mcp-server expose?
It exposes two tools: `ask_with_realtime_information` and `ask_with_code_execution`.
What are the prerequisites for running groq-compound-mcp-server?
Node.js ≥ 18.0.0 and a Groq API key set in the `GROQ_API_KEY` environment variable.
How do I deploy groq-compound-mcp-server on Vercel?
Connect your Git repository to Vercel, set `GROQ_API_KEY` and optionally `REDIS_URL` environment variables, and deploy. The MCP endpoints will be available at `https://your-deployment-url.vercel.app/api/mcp`.
Does groq-compound-mcp-server support SSE transport?
Yes, when deployed on Vercel, it supports SSE transport if a Redis instance (configured via `REDIS_URL`) is provided.
What transport does groq-compound-mcp-server use by default?
By default, it uses stdio transport, following the standard MCP server pattern.
Basic information
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments