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).
Run
npx -y browseai-dev
MCP client config
{
"mcpServers": {
"browseai-dev": {
"command": "npx",
"args": [
"-y",
"browseai-dev"
]
}
}
}