Install
$ agentstack add mcp-dandeliongold-mcp-config-editor ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
MCP (Model Context Protocol) Configuration Editor
[](CHANGELOG.md) [](LICENSE)
A desktop application for managing Model Context Protocol (a.k.a. MCP) server configurations. This tool provides a user-friendly interface for editing and managing MCP server settings, making it easier to work with AI apps like Claude Desktop that support the Model Context Protocol.
What problem does this solve?
Other fancier MCP server management tools are already out there. This is just a simple configuration app since I didn't need the other bells and whistles.
Toolbase is another good option: https://github.com/Toolbase-AI/toolbase. If you are new to using MCP servers and this app still looks too complicated, you should try Toolbase first to see if it meets your needs.
You can also use this app side-by-side with other apps like Toolbase.
Hopefully Claude Desktop will just add something like this to the app soon to make MCP setup a little more accessible.
Features
This app lets you:
- Paste JSON from a server's Readme file and it will be added to your servers
- Edit specific fields in each configuration
- Save and export configurations
- Add server details manually instead of using JSON
Installation
Windows
Download the latest MCP Config Editor-Windows-[version]-Setup.exe from the [Releases](../../releases) page and run the installer.
Other Platforms
We welcome contributions to help build and test installers for:
- macOS (.dmg)
- Linux (.AppImage)
If you'd like to help with platform support, please check our [Contributing Guide](CONTRIBUTING.md).
Getting Started
Please see this link first, if you're using Claude Desktop and this is your first time setting up a MCP server configuration file.
Development
This project uses:
- Electron for the desktop application
- React for the UI framework
- TypeScript for type safety
- Vite for build tooling
- Radix UI for UI components
- Tailwind CSS for styling
Development Setup
# Clone the repository
git clone https://github.com/yourusername/mcp-config-editor.git
# Navigate to the project directory
cd mcp-config-editor
# Install dependencies
npm install
# Start the development server
npm run dev
Contributing
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Changelog
See [CHANGELOG.md](CHANGELOG.md) for a list of changes and version history.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: dandeliongold
- Source: dandeliongold/mcp-config-editor
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.