Browse Ai
Freeby MCP Community
Research infrastructure for AI agents. Renamed to browseai-dev — installing browse-ai automatically installs browseai-dev. MCP server, REST API, Python SDK.
v0.3.2Added Apr 12, 2026
browse-aibrowseai-devbrowseaimcpmcp-server
Browse Ai MCP Server
Research infrastructure for AI agents. Renamed to browseai-dev — installing browse-ai automatically installs browseai-dev. MCP server, REST API, Python SDK.
Installation
Reviews
Installation
Quick install
npx -y browse-ai
Add to claude_desktop_config.json
{
"mcpServers": {
"browse-ai": {
"command": "npx",
"args": ["-y", "browse-ai"]
}
}
}