A chrome extension speaks with AI agent. The AI agent uses the tool calls in MCP server to search the internet and display the data in extension. Data is saved to a file.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"web_explorer_extensi": {
"command": "uvx",
"args": [
"web-explorer-extension-with-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add web_explorer_extensi uvx web-explorer-extension-with-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"web_explorer_extensi": {
"command": "uvx",
"args": [
"web-explorer-extension-with-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install web-explorer-extension-with-mcp-server