Skip to main content
Glama

πŸš€ 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 using llama-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.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • LLM chat, text summarization and AI image generation

  • Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…

  • Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.

View all MCP Connectors

Latest Blog Posts

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