- Explore MCP Servers
- mcps-for-humans
Mcps For Humans
What is Mcps For Humans
MCPs for Humans is a Mac application designed to simplify the configuration of MCP (Model Context Protocol) servers for Claude.AI. It provides a user-friendly interface that eliminates the need for manual JSON file editing.
Use cases
Use cases for MCPs for Humans include configuring email services like Gmail, integrating with productivity tools like Google Docs, and connecting CRM systems such as Salesforce and HubSpot.
How to use
To use MCPs for Humans, download the application for your platform, launch it, and utilize the intuitive GUI to manage your MCP configurations. You can connect Claude to various external tools and data sources with just a few clicks.
Key features
Key features include a visually appealing dark interface, drag-and-drop server management, real-time configuration validation, a gallery of popular server templates, live testing capabilities, smart auto-save functionality, and cross-platform support for macOS, Windows, and Linux.
Where to use
MCPs for Humans can be used in various fields where integration with external tools and data sources is required, including software development, data analysis, and business automation.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcps For Humans
MCPs for Humans is a Mac application designed to simplify the configuration of MCP (Model Context Protocol) servers for Claude.AI. It provides a user-friendly interface that eliminates the need for manual JSON file editing.
Use cases
Use cases for MCPs for Humans include configuring email services like Gmail, integrating with productivity tools like Google Docs, and connecting CRM systems such as Salesforce and HubSpot.
How to use
To use MCPs for Humans, download the application for your platform, launch it, and utilize the intuitive GUI to manage your MCP configurations. You can connect Claude to various external tools and data sources with just a few clicks.
Key features
Key features include a visually appealing dark interface, drag-and-drop server management, real-time configuration validation, a gallery of popular server templates, live testing capabilities, smart auto-save functionality, and cross-platform support for macOS, Windows, and Linux.
Where to use
MCPs for Humans can be used in various fields where integration with external tools and data sources is required, including software development, data analysis, and business automation.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCPs for Humans

A friendly GUI for managing Claude MCP (Model Context Protocol) configurations
No more editing JSON files by hand. Connect Claude to external tools and data sources with a beautiful, intuitive interface.
✨ What is MCPs for Humans?
MCPs for Humans transforms the way you configure Claude’s MCP (Model Context Protocol) servers. Instead of manually editing JSON configuration files, you get an elegant desktop application that makes connecting Claude to external tools and data sources as simple as clicking a button.
🚀 Key Features
🎨 Visual MCP Management
- Beautiful, modern dark interface optimized for developer workflows
- Drag-and-drop server management
- Real-time configuration validation
- Smart command parsing with automatic quoting
🔧 Easy Configuration
- Gallery of Popular Servers: Pre-configured templates for Gmail, Google Docs, Salesforce, HubSpot, and more
- Manual Entry: Guided form interface for custom server configurations
- JSON Import/Export: Copy-paste support for existing configurations
🧪 Live Testing
- Test MCP configurations directly from the app
- Real-time error detection and debugging
- Detailed logs for troubleshooting
- Connection validation before saving
💾 Smart Auto-Save
- Automatic configuration backup
- Version history with restore capability
🌍 Cross-Platform
- Native apps for macOS (Intel & Apple Silicon)
📥 Download
Get the latest version for your platform:
macOS
- Universal Binary (Intel & Apple Silicon): Download .dmg
🛠️ Development
Prerequisites
- Node.js 16 or higher
- npm or yarn
Setup
# Clone the repository
git clone https://github.com/samlevan/mcps-for-humans.git
cd mcps-for-humans
# Install dependencies
npm install
# Run in development mode
npm run dev
Building for Distribution
Build for all platforms:
npm run build
Build for specific platforms:
# macOS DMG (unsigned)
npm run build:mac
# macOS DMG - signed and notarized (requires Apple Developer account)
npm run build:mac:dmg
Code Signing and Notarization (macOS)
To build a signed and notarized DMG for distribution:
-
Set up your Apple Developer credentials:
export APPLE_ID="[email protected]" export APPLE_ID_PASSWORD="xxxx-xxxx-xxxx-xxxx" # App-specific password export APPLE_TEAM_ID="XXXXXXXXXX"
-
Build, sign, and notarize:
# Build both architectures (Intel + Apple Silicon) npm run build:mac:dmg -- --x64 --arm64 # Or build them separately npm run build:mac:dmg -- --x64 # Intel only npm run build:mac:dmg -- --arm64 # Apple Silicon only
This will automatically:
- Build the application for specified architecture(s)
- Code sign with your Developer ID certificate
- Create DMG installer(s)
- Submit to Apple for notarization
- Staple the notarization ticket
Note: You need an Apple Developer account and a valid Developer ID certificate installed in your Keychain.
Build Output
Built applications will be saved in the dist/
directory:
- macOS:
.dmg
and.zip
files
🤝 Contributing
We welcome contributions! Whether it’s:
- 🐛 Bug reports and fixes
- ✨ New feature suggestions
- 📝 Documentation improvements
- 🔌 New MCP server integrations
Please feel free to submit a Pull Request or open an issue.
📜 License
MIT License - Open source. Free forever. Built with ❤️ for the Claude community.
DevTools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.