Skip to main content
Create a high-performance filesystem agent by combining Groq’s fast LLM inference with the Model Context Protocol (MCP). This combination delivers exceptional speed while maintaining powerful filesystem exploration capabilities.
For free and developer tiers, Groq will shut down llama-3.3-70b-versatile on August 16, 2026. Replace it with openai/gpt-oss-120b before that date. See Groq deprecations.
groq_mcp.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Prepare Node.js

The MCP server runs with npx. Install Node.js, then verify the commands:
4

Export your Groq API key

5

Clone Agno

Clone the repository and run the remaining commands from its root:
6

Replace Llama 3.3

Replace llama-3.3-70b-versatile with openai/gpt-oss-120b in the saved file.
7

Run the example

Run the example from the repository root:
Full source: cookbook/91_tools/mcp/groq_mcp.py