web_explorer_extension_with_mcp_server

araveena409/web_explorer_extension_with_mcp_server
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "web_explorer_extensi": {
      "command": "uvx",
      "args": [
        "web-explorer-extension-with-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install web-explorer-extension-with-mcp-server