groq-mcp-server

Groq MCP server

GitHub Stars

30

User Rating

Not Rated

Favorites

0

Views

196

Forks

11

Issues

0

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

1Clone the repository:
bash
   git clone https://github.com/groq/groq-mcp-server
   cd groq-mcp
   
2Run the setup script:
bash
   ./scripts/setup.sh
   
This will: - Create a Python virtual environment using uv - Install all dependencies - Set up pre-commit hooks - Activate the virtual environment
3Run the Claude install script:
bash
   ./scripts/install.sh
   
On Macs, this will install the Groq MCP server in Claude Desktop, at ~/Library/Application Support/Claude/claude_desktop_config.json. Make sure to refresh or restart Claude Desktop.
4Copy .env.example to .env and add your Groq API key:

Additional Resources