mcp-agent
Active·★ 8.3k·Apache-2.0·Updated 2026-01-25
★ Trending★ Essential
Build effective agents using Model Context Protocol and simple workflow patterns
`mcp-agent` is a simple, composable Python framework designed for building effective agents using the Model Context Protocol (MCP). It fully implements MCP, offers composable agent patterns, and supports durable execution with Temporal for robust, production-ready applications.
#Agent Framework#Model Context Protocol#LLM#Python#Temporal#Coding
01
Features
01Full MCP support, abstracting server connection lifecycle management.
02Composable implementation of effective agent patterns (e.g., map-reduce, orchestrator).
03Durable agents with Temporal for production-scale workflows, enabling pause, resume, and recovery.
04Ability to create and expose custom MCP servers, including agents as servers.
05Production-ready features like structured logging, token accounting, and first-class cloud deployment.
02
Compatibility
Model Context Protocol
Native
Verified via docs
Temporal
Supported
Verified via docs
OpenAI
Supported
Verified via docs
Anthropic
Supported
Verified via docs
Google Gemini
Supported
Verified via docs
Azure OpenAI
Supported
Verified via docs
03
Quick start
1
$ pip install mcp-agent
04
Use cases
↳Building robust LLM agents that integrate with diverse MCP servers (e.g., filesystem, web fetch).
↳Developing and deploying custom MCP servers, including exposing intelligent agents as services.
↳Scaling agent applications to production environments with durable execution and cloud deployment capabilities.
05
Alternatives
GitHub MCP Server★ 30.3k
GitHub's official MCP Server. Allows AI agents to interact directly with your GitHub repositories (read files, search code, issues).
ragflow★ 81.5k
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
Context7★ 56.4k
MCP Server that provides up-to-date code documentation for LLMs and AI code editors.
n8n★ 190.2k
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
Brave Search MCP★ 86.5k
Allow your AI Agent to search the real-time internet using Brave Search API. Essential for getting up-to-date information.
Related searches
Comments
Log in to leave a comment
- PPhoenix ThompsonMay 25, 2026
The MCP-native approach avoids reinventing abstractions that the protocol already provides
- SSam JacksonMay 7, 2026
Simple workflow patterns for effective agents is the right design philosophy
- OOakley RiveraApr 29, 2026
Good starting point for teams new to agent development who want opinionated structure
- SShawn ThompsonApr 22, 2026
Used as the foundation for several internal automation projects, the patterns hold up