> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-agui.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Enable Agno agents to interact with external systems via MCP interface. 

| Example                                                                                              | Description                                                                                                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [MCP Filesystem Agent](/examples/tools/mcp/filesystem)                                               | This example shows how to create a filesystem agent that uses MCP to explore,.                                                                                                                                                     |
| [MCP GitHub Agent](/examples/tools/mcp/github)                                                       | This example shows how to create a GitHub agent that uses MCP to explore,.                                                                                                                                                         |
| [Groq + MCP = Lightning Fast Agents](/examples/tools/mcp/groq-mcp)                                   | This example demonstrates how to create a high-performance filesystem agent by combining.                                                                                                                                          |
| [Include Exclude Tools](/examples/tools/mcp/include-exclude-tools)                                   | Prerequisites: - Google Maps: - Set the environment variable `GOOGLE_MAPS_API_KEY` with your Google Maps API key.                                                                                                                  |
| [Multiple Servers](/examples/tools/mcp/multiple-servers)                                             | Prerequisites: - Set the environment variable "ACCUWEATHER\_API\_KEY" for the weather MCP tools.                                                                                                                                   |
| [Sequential Thinking](/examples/tools/mcp/sequential-thinking)                                       | Prerequisites: - Google Maps: - Set the environment variable `GOOGLE_MAPS_API_KEY` with your Google Maps API key.                                                                                                                  |
| [MCP Airbnb Agent](/examples/tools/mcp/airbnb)                                                       | This example shows how to create an agent that uses MCP and Gemini 2.5 Pro to search for Airbnb listings.                                                                                                                          |
| [Agno Mcp](/examples/tools/mcp/agno-mcp)                                                             | Demonstrates agno mcp.                                                                                                                                                                                                             |
| [MCP Brave Agent - Search for Brave](/examples/tools/mcp/brave)                                      | This example shows how to create an agent that uses Anthropic to search for information using the Brave MCP server.                                                                                                                |
| [Cli](/examples/tools/mcp/cli)                                                                       | This example uses the MCP GitHub Agent. Example prompts to try:.                                                                                                                                                                   |
| [GibsonAI MCP Server](/examples/tools/mcp/gibsonai)                                                  | This example shows how to connect a local GibsonAI MCP to Agno agent.                                                                                                                                                              |
| [MCP Graphiti Agent](/examples/tools/mcp/graphiti)                                                   | This example demonstrates how to use Agno's MCP integration together with Graphiti, to build a personal diary assistant.                                                                                                           |
| [Include Tools](/examples/tools/mcp/include-tools)                                                   | Demonstrates include tools.                                                                                                                                                                                                        |
| [Mcp Toolbox For Db](/examples/tools/mcp/mcp-toolbox-for-db)                                         | Mcp Toolbox For Db.                                                                                                                                                                                                                |
| [‍ Mem0 MCP - Personalized Code Reviewer](/examples/tools/mcp/mem0)                                  | This example demonstrates how to use Agno's MCP integration together with Mem0, to build a personalized code reviewer.                                                                                                             |
| [Multiple Servers Allow Partial Failure](/examples/tools/mcp/multiple-servers-allow-partial-failure) | This is useful if you are connecting to MCP servers that are not always available or prone to failure,.                                                                                                                            |
| [Notion MCP Agent](/examples/tools/mcp/notion-mcp-agent)                                             | This example shows how to use the Agno MCP tools to interact with your Notion workspace.                                                                                                                                           |
| [Oxylabs](/examples/tools/mcp/oxylabs)                                                               | Demonstrates oxylabs.                                                                                                                                                                                                              |
| [MCP Parallel Agent - Search for Parallel](/examples/tools/mcp/parallel)                             | This example shows how to create an agent that uses Parallel to search for information using the Parallel MCP server.                                                                                                              |
| [Pipedream Auth](/examples/tools/mcp/pipedream-auth)                                                 | This is an example of how to use Pipedream MCP servers with authentication.                                                                                                                                                        |
| [Pipedream Google Calendar MCP](/examples/tools/mcp/pipedream-google-calendar)                       | This example shows how to use Pipedream MCP servers (in this case the Google Calendar one) with Agno Agents.                                                                                                                       |
| [Pipedream LinkedIn MCP](/examples/tools/mcp/pipedream-linkedin)                                     | This example shows how to use Pipedream MCP servers (in this case the LinkedIn one) with Agno Agents.                                                                                                                              |
| [Pipedream Slack MCP](/examples/tools/mcp/pipedream-slack)                                           | This example shows how to use Pipedream MCP servers (in this case the Slack one) with Agno Agents.                                                                                                                                 |
| [Qdrant](/examples/tools/mcp/qdrant)                                                                 | Demonstrates qdrant.                                                                                                                                                                                                               |
| [Stagehand MCP Agent](/examples/tools/mcp/stagehand)                                                 | This example demonstrates how to use Agno's agent to create a Hacker News content using the Stagehand MCP server.                                                                                                                  |
| [Stripe MCP Agent](/examples/tools/mcp/stripe)                                                       | This example demonstrates how to create an Agno agent that interacts with the Stripe API via the Model Context Protocol (MCP). This agent can create and manage Stripe ...                                                         |
| [Supabase MCP Agent](/examples/tools/mcp/supabase)                                                   | This example demonstrates how to use the Supabase MCP server to create create projects, database schemas, edge functions, and more.                                                                                                |
| [Tool Name Prefix](/examples/tools/mcp/tool-name-prefix)                                             | This is useful to avoid name collisions with other tools, especially when using multiple MCP servers.                                                                                                                              |
| [Dynamic Headers](/examples/tools/mcp/dynamic-headers/overview)                                      | Cookbook examples for this tools subsection.                                                                                                                                                                                       |
| [Local Server](/examples/tools/mcp/local-server/overview)                                            | Cookbook examples for this tools subsection.                                                                                                                                                                                       |
| [Mcp Toolbox Demo](/examples/tools/mcp/mcp-toolbox-demo/overview)                                    | This demo showcases how to set up and run an Agno Agent that can interact with a PostgreSQL database through the \[MCP Toolbox for Databases]\([https://googleapis.github.io/genai-tool](https://googleapis.github.io/genai-tool). |
| [Sse Transport](/examples/tools/mcp/sse-transport/overview)                                          | This cookbook shows how to use the `MCPTool` util with an MCP server using SSE transport.                                                                                                                                          |
| [Streamable Http Transport](/examples/tools/mcp/streamable-http-transport/overview)                  | This cookbook shows how to use the `MCPTool` util with an MCP server using Streamable HTTP transport.                                                                                                                              |
