The web-bridge-mcp server automates web interactions via browser automation. It exposes tools for navigating pages, filling forms, and extracting data. It connects to Chromium-based browsers using Puppeteer. Developers use it to automate web tasks, scrape data, and test web applications.
The web-bridge-mcp server automates web interactions via browser automation. It exposes tools for navigating pages, filling forms, and extracting data. It connects to Chromium-based browsers using Puppeteer. Developers use it to automate web tasks, scrape data, and test web applications.
npx -y @midscene/web-bridge-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"midscene-web-bridge-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @midscene/web-bridge-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from web-bridge-mcp?"
API Key Required
This server requires an API key from web-bridge-mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| WEB-BRIDGE-MCP_API_KEY | Yes | Your web-bridge-mcp API key |
"What resources are available in web-bridge-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in web-bridge-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in web-bridge-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.