← Index

BrowseAI Dev

io.github.BrowseAI-HQ/browseai-dev·v0.4.0·Search
Quality Score
90
/100

Evidence-backed web research for AI agents with citations and confidence scores.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "browseai-dev": {
      "command": "npx",
      "args": [
        "-y",
        "browseai-dev"
      ],
      "env": {
        "BROWSE_API_KEY": "<your-browse_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "browseai-dev": {
      "command": "npx",
      "args": [
        "-y",
        "browseai-dev"
      ],
      "env": {
        "BROWSE_API_KEY": "<your-browse_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y browseai-dev
§02  Environment variables
BROWSE_API_KEY
requiredsecret

BrowseAI Dev API key (get one at https://browseai.dev/dashboard). Required for all API access.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Search