Overview

MCPTools examples for local, hosted, authenticated, and multi-server MCP connections.

ExampleDescription
MCP Filesystem AgentCreate a filesystem agent that uses MCP to explore, analyze, and provide insights about files and directories.
MCP GitHub AgentCreate a GitHub agent that uses MCP to explore, analyze, and provide insights about GitHub repositories.
Groq + MCP = Lightning Fast AgentsCreate a high-performance filesystem agent by combining Groq's fast LLM inference with the Model Context Protocol (MCP).
Include Exclude ToolsFilter which MCP server tools an agent can use with include_tools and exclude_tools.
Multiple ServersUse multiple MCP servers in a single agent.
Sequential ThinkingPair the Sequential Thinking MCP server with YFinanceTools so an agent reasons step by step before comparing two stocks.
MCP Airbnb AgentSearch Airbnb listings with an OpenAI gpt-5.6-luna agent connected to the @openbnb/mcp-server-airbnb stdio MCP server.
Agno MCPQuery the Agno docs MCP server over streamable HTTP with MCPTools and a Claude agent.
MCP Brave Agent - Search for BraveCreate an agent that uses Anthropic to search for information using the Brave MCP server.
CliRun an interactive CLI chat loop against a GitHub MCP server agent.
GibsonAI MCP ServerConnect a local GibsonAI MCP server to an Agno agent.
MCP Graphiti AgentUse Agno's MCP integration with Graphiti to build a personal diary assistant.
Include ToolsLimit an MCP filesystem server to three functions with the include_tools filter.
MCP Toolbox for DBConnect an agent to an MCP Toolbox for Databases server and load hotel-management and booking-system toolsets via MCPToolbox.
‍ Mem0 MCP - Personalized Code ReviewerUse Agno's MCP integration with Mem0 to build a personalized code reviewer.
Multiple Servers Allow Partial FailureMigrate the removed multi-server partial-failure example to supported MCPTools instances.
Notion MCP AgentUse the Agno MCP tools to interact with your Notion workspace.
OxylabsConnect a Gemini agent to the Oxylabs MCP server to scrape a careers page for job titles.
MCP Parallel Agent - Search for ParallelCreate an agent that searches for information using the Parallel MCP server.
Pipedream AuthThis is an example of how to use Pipedream MCP servers with authentication.
Pipedream Google Calendar MCPReview a legacy Google Calendar MCP integration that uses Pipedream's retired per-app SSE endpoint.
Pipedream LinkedIn MCPReview a legacy LinkedIn MCP integration that uses Pipedream's retired per-app SSE endpoint.
Pipedream Slack MCPReview a legacy Slack MCP integration that uses Pipedream's retired per-app SSE endpoint.
QdrantStore and retrieve agent output in a Qdrant collection through the Qdrant MCP server.
Stagehand MCP AgentCreate HackerNews content with an agent using the Stagehand MCP server.
Stripe MCP AgentCreate an Agno agent that interacts with the Stripe API via MCP.
Supabase MCP AgentUse the Supabase MCP server to create projects, database schemas, edge functions, and more.
Tool Name PrefixThis is useful to avoid name collisions with other tools, especially when using multiple MCP servers.
Dynamic HeadersDynamically send information to the MCP server via HTTP headers.
Local ServerRun a local FastMCP weather server over stdio and connect an Agno agent to it with MCPTools.
Mcp Toolbox DemoRun Agno agents and workflows against a PostgreSQL database through the MCP Toolbox for Databases server.
Sse TransportConnect agents to SSE MCP servers with MCPTools.
Streamable Http TransportConnect agents to Streamable HTTP MCP servers with MCPTools.
MCP BGPT Agent - Evidence-grounded scientific paper searchQuery the hosted BGPT MCP server over Streamable HTTP to search papers and surface methods, sample sizes, limitations, and conflicts of interest.
EmemMCP emem Agent - Shared Memory for AI Agents Working in the Real World.
Peer Cash MCP Agent - Prepare custody-separated cash-outsThis example connects Agno to Peer Cash through its published MCP server.
Structured Content AgentSome MCP servers declare an output schema and return their answer as structuredContent.