A browser extension for managing MCP server configurations with an intuitive interface - designed to solve the common frustrations you face every day.
Ever found yourself saying:
- "How do I add this MCP? The JSON is driving me crazy!"
- "I have so many MCPs in my system, I can't tell which is which!"
- "Why is it so complicated to delete an MCP?"
- "Why do my commands always fail on Windows? I need Mac-to-Windows format conversion!"
MCP Config Manager was built specifically to solve these pain points. No more struggling with complex JSON formats, disorganized configurations, or cross-platform compatibility issues.
- 🚀 Easy server configuration management without JSON headaches
- 💻 One-click cross-platform support for Windows & Mac
- 🔄 Automatic JSON validation and formatting
- 🌐 Multi-language support (English & Chinese)
- 📋 One-click configuration copying
- 🔄 Enable/disable servers with simple toggles
- 🎨 Modern and intuitive UI that even non-technical users can understand
- 💾 Browser storage for persistent configurations
- 🔒 All data stays local - complete privacy protection
- Download the latest release from the Releases page
- Go to
chrome://extensions/oredge://extensions/ - Enable "Developer mode" (top-right corner)
- Click "Load unpacked"
- Select the extracted extension folder
- Open Firefox and go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the
manifest.jsonfile in the extension folder
- Click the MCP icon in your browser toolbar to open the extension
- Click "Add" to add a new server configuration
- Fill in the server name and JSON configuration
- Use the toggle switch to enable/disable servers
- Click "Copy" to copy all enabled server configurations
- Use the platform toggle at the top to switch between Windows and Mac configurations
The MCP server configuration should follow this format:
{
"mcpServers": {
"serverName": {
"command": "npx",
"args": [
"-y",
"@sinco-lab/mcp-youtube-transcript"
]
}
}
}This extension runs entirely locally and does not send your data to any servers. All configuration information is stored in your browser's local storage.
Contributions are welcome! Please feel free to submit a Pull Request.