mcp-agent
`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.
mcp-agent is currently grouped under Observability, which makes it easier to evaluate through workflow fit instead of isolated features alone. Based on the available data, it leans most heavily toward Full MCP support, abstracting server connection lifecycle management. and Building robust LLM agents that integrate with diverse MCP servers (e.g., filesystem, web fetch).. The listed license is Apache-2.0, which is useful when adoption constraints matter. It also shows measurable community traction with 8.4k GitHub stars.
Features
Why choose it
Trade-offs
Compatibility
Quick start
Use cases
How it compares
Alternatives
Related searches
Comments
- ?usr_seed_0489May 25, 2026
The MCP-native approach avoids reinventing abstractions that the protocol already provides
- ?usr_seed_0803May 7, 2026
Simple workflow patterns for effective agents is the right design philosophy
- ?usr_seed_0141Apr 29, 2026
Good starting point for teams new to agent development who want opinionated structure
- ?usr_seed_0485Apr 22, 2026
Used as the foundation for several internal automation projects, the patterns hold up