Skip to content
Claude Desktop

basicops for Claude Desktop

io.github.basicops/basicops

BasicOps MCP server for project management, tasks, notes, and team collaboration.

client:Claude Desktop transport:streamable-http

Install basicops in Claude Desktop

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

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

basicops in other clients