Skip to content
Claude Desktop

BitsWeave for Claude Desktop

com.bitsweave/bitsweave

Read and write shared BitsWeave context, projects, tasks, and work sessions through MCP.

client:Claude Desktop transport:streamable-http

Install BitsWeave in Claude Desktop

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

{
  "mcpServers": {
    "bitsweave": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://bitsweave.com/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

BitsWeave in other clients