| Example | Description |
|---|---|
| MCP Filesystem Agent | Create a filesystem agent that uses MCP to explore, analyze, and provide insights about files and directories. |
| MCP GitHub Agent | Create a GitHub agent that uses MCP to explore, analyze, and provide insights about GitHub repositories. |
| Groq + MCP = Lightning Fast Agents | Create a high-performance filesystem agent by combining Groq’s fast LLM inference with the Model Context Protocol (MCP). |
| Include Exclude Tools | Filter which MCP server tools an agent can use with include_tools and exclude_tools. |
| Multiple Servers | Connect one agent to Airbnb and Brave Search MCP servers at once using MultiMCPTools. |
| Sequential Thinking | Pair the Sequential Thinking MCP server with YFinanceTools so an agent reasons step by step before comparing two stocks. |
| MCP Airbnb Agent | Create an agent that uses MCP and Gemini 2.5 Pro to search for Airbnb listings. |
| Agno MCP | Query the Agno docs MCP server over streamable HTTP with MCPTools and a Claude agent. |
| MCP Brave Agent - Search for Brave | Create an agent that uses Anthropic to search for information using the Brave MCP server. |
| Cli | Run an interactive CLI chat loop against a GitHub MCP server agent. |
| GibsonAI MCP Server | Connect a local GibsonAI MCP server to an Agno agent. |
| MCP Graphiti Agent | Use Agno’s MCP integration with Graphiti to build a personal diary assistant. |
| Include Tools | Limit an MCP filesystem server to three functions with the include_tools filter. |
| MCP Toolbox for DB | Connect an agent to an MCP Toolbox for Databases server and load hotel-management and booking-system toolsets via MCPToolbox. |
| Mem0 MCP - Personalized Code Reviewer | Use Agno’s MCP integration with Mem0 to build a personalized code reviewer. |
| Multiple Servers Allow Partial Failure | Use multiple MCP servers in a single agent, allowing for partial failure. |
| Notion MCP Agent | Use the Agno MCP tools to interact with your Notion workspace. |
| Oxylabs | Connect a Gemini agent to the Oxylabs MCP server to scrape a careers page for job titles. |
| MCP Parallel Agent - Search for Parallel | Create an agent that searches for information using the Parallel MCP server. |
| Pipedream Auth | This is an example of how to use Pipedream MCP servers with authentication. |
| Pipedream Google Calendar MCP | Use Pipedream MCP servers (in this case the Google Calendar one) with Agno Agents. |
| Pipedream LinkedIn MCP | Review a legacy LinkedIn MCP integration that uses Pipedream’s retired per-app SSE endpoint. |
| Pipedream Slack MCP | Use Pipedream MCP servers (in this case the Slack one) with Agno Agents. |
| Qdrant | Store and retrieve agent output in a Qdrant collection through the Qdrant MCP server. |
| Stagehand MCP Agent | Create HackerNews content with an agent using the Stagehand MCP server. |
| Stripe MCP Agent | Create an Agno agent that interacts with the Stripe API via MCP. |
| Supabase MCP Agent | Use the Supabase MCP server to create projects, database schemas, edge functions, and more. |
| Tool Name Prefix | This is useful to avoid name collisions with other tools, especially when using multiple MCP servers. |
| Dynamic Headers | Dynamically send information to the MCP server via HTTP headers. |
| Local Server | Run a local FastMCP weather server over stdio and connect an Agno agent to it with MCPTools. |
| Mcp Toolbox Demo | Run Agno agents and workflows against a PostgreSQL database through the MCP Toolbox for Databases server. |
| Sse Transport | Connect agents to an MCP server over SSE transport using MCPTools and MultiMCPTools. |
| Streamable Http Transport | Connect an Agno agent to a Streamable HTTP MCP server using MCPTools and MultiMCPTools. |
| MCP BGPT Agent - Evidence-grounded scientific paper search | Query the hosted BGPT MCP server over Streamable HTTP to search papers and surface methods, sample sizes, limitations, and conflicts of interest. |
MCP
Overview
Enable Agno agents to interact with external systems via MCP interface.