BrowseAI Dev MCP Server
io.github.BrowseAI-HQ/browseai-dev
What is the BrowseAI Dev MCP server?
Evidence-backed web research for AI agents with citations and confidence scores.
How to install BrowseAI Dev
Copy-paste configuration for popular MCP clients.
BROWSE_API_KEYrequiredsecretBrowseAI Dev API key (get one at https://browseai.dev/dashboard). Required for all API access.
{
"mcpServers": {
"browseai-dev": {
"command": "npx",
"args": [
"-y",
"browseai-dev"
],
"env": {
"BROWSE_API_KEY": "<YOUR_BROWSE_API_KEY>"
}
}
}
}{
"mcpServers": {
"browseai-dev": {
"command": "npx",
"args": [
"-y",
"browseai-dev"
],
"env": {
"BROWSE_API_KEY": "<YOUR_BROWSE_API_KEY>"
}
}
}
}{
"mcpServers": {
"browseai-dev": {
"command": "npx",
"args": [
"-y",
"browseai-dev"
],
"env": {
"BROWSE_API_KEY": "<YOUR_BROWSE_API_KEY>"
}
}
}
}{
"servers": {
"browseai-dev": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"browseai-dev"
],
"env": {
"BROWSE_API_KEY": "<YOUR_BROWSE_API_KEY>"
}
}
}
}claude mcp add browseai-dev --env BROWSE_API_KEY=<YOUR_BROWSE_API_KEY> -- npx -y browseai-devRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.