MCP ExplorerExplorer

Mcp Palette

@cellwebbon 10 months ago
0 MIT
FreeCommunity
AI Systems
A modern Electron app for managing MCP server configurations with a centralized master list.

Overview

What is Mcp Palette

mcp-palette is a modern Electron application designed for managing Model Context Protocol (MCP) server configurations using a Server Master List architecture.

Use cases

Use cases include managing configurations for different development profiles, sharing server setups between machines, and customizing server settings for specific projects.

How to use

To use mcp-palette, install the required dependencies with ‘npm install’, then start the application in development mode using ‘npm run electron:dev’ or the provided start script.

Key features

Key features include a Server Master List for centralized configurations, profile-specific overrides for customization, the ability to enable/disable servers, direct JSON configuration editing with Monaco Editor, and import/export functionality for sharing configurations.

Where to use

mcp-palette can be used in software development environments, particularly for managing multiple MCP server configurations efficiently.

Content

MCP Palette: Model Context Protocol Server Manager

Build Status
Coverage Status
npm version
License: MIT

MCP Palette is a modern, user-friendly desktop application for managing Model Context Protocol (MCP) server configurations. It provides a centralized interface to configure, manage, and deploy MCP servers for use with Large Language Models (LLMs) and AI assistants.

🚀 Features

  • Profile Management: Create, edit, rename, and organize server configurations in profiles
  • Server Master List: Maintain a reusable library of server configurations
  • Profile-Specific Overrides: Customize servers for specific profiles without duplicating configuration
  • Enable/Disable Servers: Temporarily disable servers while preserving customizations
  • JSON Editing: Direct editing of configuration files for advanced users
  • Import/Export: Share configurations between teams and environments
  • UI Optimizations: Keyboard support for common operations (Enter to save, Escape to cancel)

🔧 Use Cases

  • Configure local development environments for AI agents
  • Maintain different server setups for various projects
  • Set up standardized server configurations for team members
  • Create specialized profiles for different AI assistant use cases
  • Deploy consistent MCP server configurations in production environments

🖥️ Installation & Usage

For End Users

  1. Download the installer from the Releases page.
  2. Run the installer for your OS.
  3. Launch MCP Palette from your Applications folder or Start Menu.

See the Usage Guide for feature explanations.

For Developers

  1. Clone the repo and install dependencies:
    git clone https://github.com/cellwebb/mcp-palette.git
    cd mcp-palette
    npm install
    
  2. Run in development mode:
    npm run electron:dev
    
  3. Build a distributable version:
    npm run electron:build
    

Cross-platform builds:
If you need a Windows or Linux installer and are on a Mac, use GitHub Actions or a Windows/Linux machine.


📚 Documentation

🏗️ Development

This project uses Vite (frontend) and Electron (desktop wrapper).
See Architecture Overview for project structure.

Note for Contributors:
See CONTRIBUTING.md for dev instructions, including React DevTools usage.


🤖 Continuous Integration

  • CI/CD powered by GitHub Actions.
  • Tests and coverage run on each push/PR to main.
  • See Electron Builder docs for cross-platform build automation.

📁 Project Structure

mcp-palette/
├── electron/                  # Electron-specific code
│   ├── main.js                # Main process entry
│   ├── preload.js             # Preload script
│   └── store.js               # Data storage management
├── public/                    # Static assets
├── src/                       # Frontend React code
│   ├── App.jsx                # Main React component
│   ├── components/            # React components
│   │   ├── ProfileSelector.jsx
│   │   ├── ServerMasterList.jsx
│   │   └── ...
│   ├── styles/                # CSS styles
│   ├── utils/                 # Utility functions
│   │   └── profileUtils.js
│   └── main.jsx               # Frontend entry point
├── package.json
└── vite.config.js             # Vite configuration

🤝 Contributing

Contributions are welcome! Feel free to submit issues or pull requests.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

MIT License

See LICENSE for details.

📚 Related Projects

📊 What is MCP?

The Model Context Protocol (MCP) is a standardized protocol for enabling Large Language Models (LLMs) like Claude to access external tools, data sources, and APIs. MCP allows AI assistants to interact with the outside world, enhancing their capabilities with real-time data access, computations, and external services.

MCP Palette helps developers and teams manage the server configurations needed to enable these extended capabilities in a consistent, organized way.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers