Back to Home
groq icon

groq-mcp-server

by groq

Overview

Provides a Model Context Protocol (MCP) server to access Groq's AI capabilities, including ultra-fast LLM chat, vision, text-to-speech, speech-to-text, agentic tooling, and batch processing, from clients like Claude Desktop and Cursor.

Installation

Run Command
uvx groq-mcp

Environment Variables

  • GROQ_API_KEY
  • BASE_OUTPUT_PATH

Security Notes

The server exposes agentic tooling (`compound_tool`) which explicitly enables dynamic code execution and web searches via the Groq API. While this functionality is delegated to Groq's service, it represents an inherent risk of powerful AI agents if prompts are maliciously crafted. The use of string interpolation for constructing Python commands within shell scripts (`python3 -c "..."`) is a moderate risk point, as improper sanitization of user-controlled inputs (`$AUDIO_FILE`, `$OUTPUT_DIR`, etc.) could potentially lead to command injection. Arbitrary file writes are possible if the `output_directory` parameter is controlled by a malicious client and the server process has broad file permissions. Additionally, the vision module can fetch images from arbitrary URLs, introducing potential Server-Side Request Forgery (SSRF) risks.

Similar Servers

Stats

Interest Score38
Security Score6
Cost ClassMedium
Avg Tokens1500
Stars33
Forks13
Last Update2025-11-19

Tags

AILLMGroqMCPMultimodal