mcp-client-configuration-server
The MCP Client Configuration Server is a tool for managing MCP client configurations across Windows and macOS systems. It supports multiple AI-driven applications like Cline, Roo Code, WindSurf, and Claude app, facilitating the automation and synchronization of server configurations. Standout features include its ability to detect OS-based paths and manage configurations programmatically, enhancing MCP server management efficiency.
MCP Client Configuration Server
This MCP server helps manage configurations for different MCP clients, offering tools for retrieving, listing, adding, and removing server configurations from client configuration files. It automatically detects the appropriate file path based on the operating system and specified client.
Installation
- Install with npm or use npx to run without installing.
Supported Clients
- Cline
- Roo Code
- WindSurf
- Claude app
Usage
Useful for managing MCP servers across multiple clients, automating configuration, and troubleshooting.
Tools
get_configuration_path
: Retrieves configuration file path.get_configuration
: Retrieves complete client configuration.list_servers
: Lists all configured server names.get_server_configuration
: Retrieves specific server configuration.add_server_configuration
: Adds/updates server configuration.remove_server_configuration
: Removes server configuration.