Agent
Freeby MCP Community
An event-stream driven MCP Agent Framework for building effective multimodal Agents.
v0.0.3Added Apr 12, 2026
Agent MCP Server
An event-stream driven MCP Agent Framework for building effective multimodal Agents.
Installation
npx -y @tarco/mcp-agent
Reviews
Installation
Quick install
npx -y @tarco/mcp-agent
Add to claude_desktop_config.json
{
"mcpServers": {
"agent": {
"command": "npx",
"args": ["-y", "@tarco/mcp-agent"]
}
}
}