A lightweight MCP server that exposes Claude models as callable tools. Use it to give any MCP-compatible client direct access to Claude 3.5 Sonnet, Opus, and Haiku.
Add this server to any MCP-compatible client (Claude Desktop, Cursor, etc.) by pointing it at:
POST /api/mcp{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "trigger_claude_agent",
"arguments": {
"prompt": "Hello, Claude!",
"model": "claude-3-5-sonnet"
}
}
}