Skip to content
Claude Desktop

agentwork mcp for Claude Desktop

io.github.ferm-ai/agentwork-mcp

Official MCP server for Agentwork — delegate tasks to AI agents with human-in-the-loop

client:Claude Desktop transport:streamable-http runtime:pypi

Install agentwork mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agentwork-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.agentwork.so/"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

agentwork mcp in other clients