Back to Apps

Easy Agent
by CloudWide851
Inspectable Python foundation for building agent systems with explicit orchestration, tool calling, and durable state.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Easy Agent provides a white-box Python runtime for building agent systems. Unlike opaque frameworks, it keeps orchestration, tool calling, persistence, and approvals explicit, allowing developers to inspect, test, and extend the agent's behavior without hidden abstractions.
Tools
browser_seo: Analyzes a page for SEO optimization.browser_a11y: Performs accessibility audits on web pages.browser_links: Maps and audits links on a target page.official_source_search: Prioritizes search results from official domains for grounded extraction.mcp_doctor: Diagnoses and tests MCP server connections.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"easy-agent": {
"command": "uv",
"args": ["run", "easy-agent", "server"]
}
}
}
Supported hosts
Confirmed for Claude Desktop and general MCP-compatible clients.
Quick install
uv run easy-agent setupInformation
- Pricing
- free
- Published
- 7/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"easy-agent": {
"command": "uv",
"args": ["run", "easy-agent", "server"]
}
}
}





