MCP SuperAssistant is a Chrome extension designed to integrate Model Context Protocol (MCP) tools directly into the world’s leading AI platforms. Currently, it supports ChatGPT, Perplexity, Google Gemini, Grok, AIStudio, and OpenRouter Chat, with additional platform support currently in development.
Once the extension is installed, you can execute MCP tools within these web interfaces. The extension automatically inserts tool results back into your conversation, creating a more capable and context-aware AI assistant.
Model Context Protocol (MCP) is an open standard introduced by Anthropic. It acts as a bridge between AI assistants and various data sources, including content repositories, business tools, and development environments. Through this standardized protocol, AI systems can interact with your data securely and in real time.
The process begins when the AI chat interface generates tool-call instructions. MCP SuperAssistant detects these instructions and transmits them to a local MCP proxy server using Server-Sent Events (SSE). The proxy forwards the request to the specific MCP server, which processes the task and returns the results. The data then travels back through the proxy to the extension, which inserts the final output directly into your chat.
The workflow follows this path:
AI Chat Interface → Tool call generation → Extension detects calls → Data sent via SSE → MCP Local Proxy Server → Forwarded to MCP Server → Results returned → Extension receives data → Results inserted into chat
1. Install from the Chrome Web Store
2. Connect the local proxy server
To enable the Chrome extension to communicate with a local proxy, you can run the MCP SuperAssistant proxy via npx:
npx @srbhptl39/mcp-superassistant-proxy@latest --config ./mcptestconfig.json
Using this proxy is necessary because it facilitates communication with remote MCP servers, provides CORS support for those servers, and offers a health-check endpoint for system monitoring.
Connection steps:
http://localhost:3006).3. Manual Installation (for development)
pnpm install to set up the necessary dependencies.pnpm build to compile the extension.chrome://extensions/ in your browser.dist directory from your project folder.To get started with local development, you will need Node.js (v16+) and pnpm.
pnpm installpnpm devpnpm buildpnpm zip
DeepSeek OCR: Extract Text and Visual Data With This React FastAPI App
Shanlian VPN Review: High-Speed, Private & Optimized for China
How to Set Up Clash for Android With TizLink VPN (2026 Guide)
AIPy: Execute Python via Natural Language Directly in Your Terminal
Lens Desktop Installation Guide: macOS, Windows, Linux
Prompt Optimizer: Write Better AI Prompts in Seconds
AI Interactive Fiction Generator Builds Stories You Actually Control
TikTok Scraper: Download Watermark-Free Videos Without Login
Ventoy USB Tool: Boot Multiple ISOs Without Reformatting
Microsoft’s NLWeb: Converting Any Website into a Conversational Interface
ZeroSearch: Training LLMs to Search Without Real-World Search Engines
ChatTTS: A Text-to-Speech Model Optimized for Dialogue