Skip to content
Claude Desktop

Work Context Protocol for Claude Desktop

io.workcontextprotocol/wcp

Persistent work tracking for AI agents: tasks, status and history that follow you across machines

client:Claude Desktop transport:streamable-http

Install Work Context Protocol in Claude Desktop

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

{
  "mcpServers": {
    "wcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://workcontextprotocol.io/mcp?src=registry"
      ]
    }
  }
}

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

Work Context Protocol in other clients