- MCP Tools Suite
MCP Tools Suite
Comprehensive toolkit for managing Model Context Protocol (MCP) servers
Content
MCP Tools Suite
A comprehensive toolkit for managing Model Context Protocol (MCP) servers with Claude Desktop and other MCP clients.
🚀 Features
- Interactive Server Selector UI: Select and configure MCP servers through a user-friendly interface
- Command-line Installer: Install and manage MCP servers with an intuitive CLI
- Server Bootloader: Launch and manage multiple MCP servers simultaneously
- Comprehensive Documentation: Detailed guides for MCP server configuration and usage
📋 Prerequisites
- Node.js (v18.x or newer)
- npm (v9.x or newer)
- Python (v3.9+ for Python-based servers)
- uv/uvx (recommended for Python servers)
🔧 Installation
# Install the package globally
npm install -g mcp-tools-suite
# Or clone the repository
git clone https://github.com/SpaceDudem/mcp-tools-suite.git
cd mcp-tools-suite
# Install dependencies
npm install
# Make scripts executable
chmod +x src/installer/mcp-installer.js src/bootloader/mcp-bootloader.js
📖 Usage
Server Selector (UI)
Launch the web-based Server Selector:
npx mcp-selector
# Or if you've cloned the repo:
npm run ui
The UI allows you to:
- Browse available MCP servers by category
- Select servers to include in your configuration
- Configure server arguments and environment variables
- Copy the generated configuration to your clipboard
Server Installer (CLI)
npx mcp-installer
# Or if you've cloned the repo:
./src/installer/mcp-installer.js
The installer:
- Checks prerequisites on your system
- Guides you through server selection and configuration
- Saves the configuration to Claude Desktop's config file
- Tests server connectivity
Server Bootloader
npx mcp-bootloader
# Or if you've cloned the repo:
./src/bootloader/mcp-bootloader.js
# Launch specific servers
npx mcp-bootloader --server filesystem --server github
🌟 Supported Server Types
JavaScript/TypeScript Servers (npx)
- filesystem - File operations with configurable access controls
- memory - In-memory storage for cross-tool data persistence
- github - Repository management and GitHub API integration
- postgres - Database integration with PostgreSQL
- brave-search - Web search capabilities
- And many more...
Python Servers (uvx/pip)
- git - Git repository manipulation
- fetch - Web content fetching and conversion
- sqlite - SQLite database integration
- And many more...
🔍 Configuration
Claude Desktop configuration is stored at:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%/Claude/claude_desktop_config.json - Linux:
~/.config/claude/claude_desktop_config.json
The configuration format follows this structure:
{
"mcpServers": {
"server-name": {
"command": "executable",
"args": ["array", "of", "arguments"],
"env": {
"ENV_VAR_NAME": "value"
}
}
}
}
🧩 Examples
Basic MCP Configuration
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/username/Documents"]
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
}
Configuration with Environment Variables
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "your-token-here"
}
}
}
}
🛠️ Troubleshooting
Common Issues
- Server Connection Failures: Ensure paths are correct and absolute
- Missing Environment Variables: Check if required API keys are properly set
- Windows Issues: Try using absolute paths and run Claude Desktop as administrator
For detailed troubleshooting, see docs/mcp-servers-rules.md.
📚 Documentation
- MCP Servers Rules Configuration
- Official Model Context Protocol Documentation
- MCP Servers Repository
🤝 Contributing
Contributions are welcome! See CONTRIBUTING.md for details.
📄 License
This project is licensed under the MIT License - see LICENSE for details.
🙏 Acknowledgements
- Model Context Protocol Team
- Anthropic for Claude Desktop
- All MCP server contributors
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
CursorThe AI Code Editor
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
WindsurfThe new purpose-built IDE to harness magic
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Serper MCP ServerA Serper MCP Server
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
ChatWiseThe second fastest AI chatbot™
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Playwright McpPlaywright MCP server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Tavily Mcp
Amap Maps高德地图官方 MCP Server
DeepChatYour AI Partner on Desktop