mcp-config-manager
mcp-config-manager is a configuration management tool built in JavaScript. This tool allows users to easily manage application settings and track changes. Users can define configurations in JSON format, making it easy to update and manage versions. It is particularly designed to streamline configuration management across multiple environments.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
33
Forks
0
Issues
0
MCP Config Manager
A browser extension for managing MCP server configurations with an intuitive interface - designed to solve the common frustrations you face every day.
💡 Why MCP Config Manager?
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.
✨ Features
- 🚀 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
📥 Installation
Chrome / Edge / Chromium-based browsers
- 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
Firefox
- Open Firefox and go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the
manifest.jsonfile in the extension folder
🚀 Usage
- 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
📝 Configuration Format
The MCP server configuration should follow this format:
{
"mcpServers": {
"serverName": {
"command": "npx",
"args": [
"-y",
"@sinco-lab/mcp-youtube-transcript"
]
}
}
}
🔒 Privacy
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.
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.