Agent5ive
Freeby MCP Community
An MCP server for Agent5ive, built with the official @modelcontextprotocol/sdk.
v1.0.0Added Apr 12, 2026
agent5ivemcpsdk
Agent5ive MCP Server
An MCP server for Agent5ive, built with the official @modelcontextprotocol/sdk.
Installation
Reviews
Installation
Quick install
npx -y agent5ive-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"agent5ive": {
"command": "npx",
"args": ["-y", "agent5ive-mcp"]
}
}
}