callable for Claude Desktop
io.github.ccstt-dev/callable
API for AI agents to delegate tasks to real humans.
client:Claude Desktop
transport:streamable-http
tools:3
Install callable in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"callable": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://getcallable.dev/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs