mcp-agno
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-agnoHow do I build a multi-agent team with Agno?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-agno
An MCP (Model Context Protocol) server that gives AI assistants direct access to the AGNO framework documentation.
Instead of crawling docs manually or relying on outdated training data, Claude and other MCP-compatible clients can browse, fetch, and search AGNO docs in real time.
What it does
Exposes three MCP tools:
Tool | Description |
| List all available documentation sections with their slugs and URLs |
| Fetch the full content of a documentation page by slug or URL |
| Keyword search across the catalog — returns matching slugs without fetching pages |
On startup the server seeds a catalog of core sections (Introduction, Agents, Teams, Workflows, AgentOS) and auto-discovers additional pages from the live AGNO sitemap.
Requirements
Python 3.11+
uv (recommended) or pip
Installation
With uv (recommended)
git clone https://github.com/Attilio81/MCP_AGNO.git
cd MCP_AGNO
uv pip install -e .With pip
git clone https://github.com/Attilio81/MCP_AGNO.git
cd MCP_AGNO
pip install -e .This installs the mcp-agno command.
Usage with Claude Desktop
Add the server to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"agno-docs": {
"command": "mcp-agno"
}
}
}If you installed with uv in a virtual environment, use the full path:
{
"mcpServers": {
"agno-docs": {
"command": "/path/to/venv/bin/mcp-agno"
}
}
}Restart Claude Desktop. The three tools will appear automatically.
Usage with Claude Code (CLI)
claude mcp add agno-docs mcp-agnoOr add it to your project's .mcp.json:
{
"mcpServers": {
"agno-docs": {
"command": "mcp-agno"
}
}
}Running manually (for testing)
mcp-agnoThe server runs over stdio and waits for MCP messages.
Development
git clone https://github.com/Attilio81/MCP_AGNO.git
cd MCP_AGNO
uv pip install -e ".[dev]"
pytestResources
AGNO Documentation — official docs browsed by this server
AGNO Cookbook — practical examples and ready-to-run recipes from the AGNO team
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Attilio81/MCP_AGNO'
If you have feedback or need assistance with the MCP directory API, please join our Discord server