
mcpassistant_input
一款集成MCP工具的Chrome扩展,支持ChatGPT、Gemini等AI平台。
Repository Info
About This Server
一款集成MCP工具的Chrome扩展,支持ChatGPT、Gemini等AI平台。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP SuperAssistant Chrome Extension
Brings MCP to ChatGPT, Perplexity, Grok, Gemini, Google AI Studio, OpenRouter and more...
Overview
MCP SuperAssistant is a Chrome extension that integrates the Model Context Protocol (MCP) tools with AI platforms like Perplexity, ChatGPT, Google Gemini, and Grok. It allows users to execute MCP tools directly from these platforms and insert the results back into the conversation, enhancing the capabilities of web-based AI assistants.
Currently Supported Platforms
- ChatGPT
- Google Gemini
- Perplexity
- Grok
- AIStudio
- OpenRouter Chat
More platforms coming soon! Pull Requests are welcome.
Demo Video
Watch the demo to see MCP SuperAssistant in action!
What is MCP?
The Model Context Protocol (MCP) is an open standard developed by Anthropic that connects AI assistants to systems where data actually lives, including content repositories, business tools, and development environments. It serves as a universal protocol that enables AI systems to securely and dynamically interact with data sources in real time.
Key Features
- Multiple AI Platform Support: Works with ChatGPT, Perplexity, Google Gemini, Grok, AiStudio!
- Sidebar UI: Clean, unobtrusive interface that integrates with the AI platform
- Tool Detection: Automatically detects MCP tool calls in AI responses
- Tool Execution: Execute MCP tools with a single click
- Tool Result Integration: Seamlessly insert tool execution results back into the AI conversation
- Auto-Execute Mode: Automatically execute detected tools
- Auto-Submit Mode: Automatically submit chat input after result insertion
- Push Content Mode: Option to push page content instead of overlaying
- Preferences Persistence: Remembers sidebar position, size, and settings
- Dark/Light Mode Support: Adapts to the AI platform's theme
How It Works
flowchart TD
A[AI Chat Interface] -->|Generate| B[Tool Calls]
B -->|Detect| C[Extension Detects Tool Calls]
C -->|Send via SSE| D[MCP Local Proxy Server]
D -->|Forward| E[Actual MCP Server]
E -->|Return Results| D
D -->|Return Results| C
C -->|Insert| F[Add Results Back to Chat]
Installation
From Chrome Web Store
- Visit the Chrome Web Store page for MCP SuperAssistant
- Click "Add to Chrome"
- Confirm the installation
Connecting to Local Proxy Server
To connect the Chrome extension to a local server for proxying connections:
Run MCP SuperAssistant Proxy via npx:
npx @srbhptl39/mcp-superassistant-proxy@latest --config ./mcptestconfig.json
This is useful for:
- Proxying remote MCP servers
- Adding CORS support to remote servers
- Providing health endpoints for monitoring
Connection Steps:
- Start the proxy server using one of the commands above
- Open the MCP SuperAssistant sidebar in your AI platform
- Click on the server status indicator (usually showing as "Disconnected")
- Enter the local server URL (default:
http://localhost:3006) - Click "Connect" to establish the connection
- The status indicator should change to "Connected" if successful
Usage
- Navigate to a supported AI platform (ChatGPT, Perplexity, Google Gemini, or Grok)
- The MCP SuperAssistant sidebar will appear on the right side of the page
- Configure your MCP server by clicking on the server status indicator
- Interact with the AI and use MCP tools by:
- Waiting for the AI to suggest a tool (auto-detected)
- Executing the tool via the sidebar
- Viewing the result and inserting it back into the conversation
Manual Installation (Development)
- Clone this repository
- Run
pnpm installto install dependencies - Run
pnpm buildto build the extension - Navigate to
chrome://extensions/in Chrome - Enable "Developer mode"
- Click "Load unpacked" and select the
distdirectory - Follow Connecting to Local Proxy Server to connect to your MCP server
Development
Prerequisites
- Node.js (v16+)
- pnpm
Setup
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Create zip package for distribution
pnpm zip
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Inspired by the Model Context Protocol (MCP) by Anthropic
- Thanks to Cline for idea inspiration
- Built with Chrome Extension Boilerplate with React + Vite
Star History
# mcpassistant_input
Quick Start
Clone the repository
git clone https://github.com/j-gonzalezp/mcpassistant_inputInstall dependencies
cd mcpassistant_input
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.