Odel
BrowseAI Dev

BrowseAI Dev

Local
@browseai-hq20TypeScriptApache-2.0Updated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbrowseai-devv0.4.0

Run

npx -y browseai-dev

MCP client config

{
  "mcpServers": {
    "browseai-dev": {
      "command": "npx",
      "args": [
        "-y",
        "browseai-dev"
      ]
    }
  }
}