Fork Features:
- Visual Preview: Renders Base64 data as inline images.
- Batch Upload: One-click multi-image upload to chat.
MCP SuperAssistant connects your local Model Context Protocol (MCP) servers to web-based AI platforms. It allows LLMs running in your browser (ChatGPT, Gemini, Perplexity, etc.) to execute local tools, read files, and interact with your environment securely.
- Users: Download the
.zipfrom Releases, unzip, and use "Load unpacked" inchrome://extensions/. - Devs: Clone repo ->
pnpm install->pnpm build-> Loaddistfolder.
The extension needs a local bridge to talk to MCP servers.
- Create
config.json(defines your tools):{ "mcpServers": { "desktop-commander": { "command": "npx", "args": ["-y", "@wonderwhy-er/desktop-commander"] } } } - Run the proxy:
npx -y @srbhptl39/mcp-superassistant-proxy@latest --config ./config.json --outputTransport sse
Open sidebar in ChatGPT (or supported site) -> Enter http://localhost:3006/sse -> Connect.
Original Project by Saurabh Patel.