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