Skip to content
Claude Desktop

BugiaData for Claude Desktop

io.github.lgpoliveira/bugiadata-mcp

Relational locale-aware fake data for Cursor and Claude via MCP (SSE). Free tier at bugiadata.com.

client:Claude Desktop transport:sse

Install BugiaData in Claude Desktop

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

{
  "mcpServers": {
    "bugiadata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.bugiadata.com/sse"
      ]
    }
  }
}

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

BugiaData in other clients