MCP Config
A CLI tool for easy installation of MCP servers and managing their configuration
What is MCP Config?
MCP Config is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to cli tool for easy installation of mcp servers and managing their configuration
A CLI tool for easy installation of MCP servers and managing their configuration
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A CLI tool for easy installation of MCP servers and managing
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx mcp-configConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use MCP Config
MCP Config is a CLI tool that simplifies the discovery, installation, and management of MCP servers across multiple AI clients including Claude, Windsurf, and Cursor. Instead of manually editing JSON configuration files, users run a single npx command to get an interactive prompt where they can browse a curated repository of pre-configured servers, install them with one keystroke, view their current settings, and remove them cleanly. It standardizes MCP server configuration management for teams that work with multiple AI coding environments.
Prerequisites
- Node.js 16 or newer with npx available
- One or more supported MCP clients installed: Claude Desktop, Windsurf, or Cursor
- Any API keys required by the specific MCP servers you want to install (varies per server)
Run the interactive CLI
Launch the interactive MCP Config tool using npx. No installation is required — npx downloads and runs the latest version automatically.
npx mcp-configInstall a specific server directly
To skip the interactive menu and install a known server immediately, pass the server name as an argument. This installs the server and updates your client configuration in one step.
npx mcp-config llamacloudBrowse and select actions in the interactive menu
In the interactive interface, you can view installed servers, press 'a' to add a new server from the curated repository, inspect configuration details, or remove a server. The tool handles writing to the correct config file for your client.
Verify the configuration was applied
After installation, restart your MCP client (Claude, Cursor, or Windsurf) and verify the new server appears and is connected. Check the client's MCP server list to confirm.
Or set up from source for development
To contribute to or extend the server repository, clone the project, install dependencies, and build locally.
git clone https://github.com/marcusschiesser/mcp-config.git
cd mcp-config
npm install
npm run build
npm run startMCP Config Examples
Client configuration
There is no separate MCP server config for mcp-config itself — it is a CLI management tool. Below is an example of what it writes to your Claude Desktop config after installing a server.
{
"mcpServers": {
"llamacloud": {
"command": "npx",
"args": ["-y", "llamacloud-mcp"],
"env": {
"LLAMA_CLOUD_API_KEY": "your_api_key_here"
}
}
}
}Prompts to try
MCP Config is a CLI management tool, not a chat server. Use these terminal commands to manage your MCP server setup.
- Run `npx mcp-config` to open the interactive manager
- Run `npx mcp-config llamacloud` to install the LlamaCloud MCP server directly
- Press 'a' in the interactive menu to browse and add a new server
- Select an installed server and choose 'remove' to clean up a server configuration
- View a server's current configuration details from the interactive selection screenTroubleshooting MCP Config
mcp-config does not detect my installed MCP client
Ensure your MCP client (Claude Desktop, Cursor, or Windsurf) is installed and has created its configuration directory. mcp-config looks for client config files in standard locations — if your client is in a non-standard path, you may need to configure it manually.
The server I want is not listed in the interactive menu
The curated server list lives in the src/config/servers directory of the repository. You can add servers by contributing to the repository or by manually editing your client's config file for servers not yet in the catalog.
npx mcp-config fails with a network or registry error
Check your internet connection and npm registry access. If behind a corporate proxy, configure npm proxy settings with `npm config set proxy http://proxy.example.com:8080`. You can also clone the repo and run locally with `npm run start`.
Frequently Asked Questions about MCP Config
What is MCP Config?
MCP Config is a Model Context Protocol (MCP) server that cli tool for easy installation of mcp servers and managing their configuration It connects AI assistants to external tools and data sources through a standardized interface.
How do I install MCP Config?
Follow the installation instructions on the MCP Config GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with MCP Config?
MCP Config works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is MCP Config free to use?
Yes, MCP Config is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
MCP Config Alternatives — Similar Developer Tools Servers
Looking for alternatives to MCP Config? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up MCP Config in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use MCP Config?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.