MCP Client Configuration Server
Overview
The MCP Client Configuration Server is a tool designed to manage configurations for various MCP clients, allowing users to retrieve, list, add, and remove server configurations from client configuration files based on the operating system.
To use the MCP Client Configuration Server, install it via npm or run it using npx. Then, configure it in your MCP settings to manage server configurations across different clients.
- Automatic detection of configuration file paths for Windows and macOS. - Ability to manage multiple MCP servers across different clients. - Tools for retrieving, adding, and removing server configurations programmatically.
- Managing configurations for AI-powered coding assistants like Cline and Roo Code.
- Automating the configuration process for multiple clients.
- Troubleshooting and checking server configurations easily.
Add to your AI client
Use these steps to connect MCP Client Configuration Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-client-configuration-server-landicefu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-client-configuration-server-landicefu"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-client-configuration-server-landicefu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-client-configuration-server-landicefu"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-client-configuration-server-landicefu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-client-configuration-server-landicefu"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-client-configuration-server-landicefu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-client-configuration-server-landicefu"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-client-configuration-server-landicefu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-client-configuration-server-landicefu"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-client-configuration-server-landicefu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-client-configuration-server-landicefu"
]
}
}
}FAQ
**What clients are supported?**
Supported clients include Cline, Roo Code, WindSurf, and Claude app.
**What happens if a configuration file is not found?**
The server will automatically create the configuration file if it doesn't exist during the addition of a new server.
**Is Linux support available?**
Currently, only Windows and macOS are supported, with potential Linux support in future versions.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2105,"uuid":"c637dca2-2013-478b-a40f-e788c00d44cf","name":"mcp-client-configuration-server","title":"MCP Client Configuration Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/375642?v=4","created_at":"2025-03-09T03:34:16.837Z","updated_at":"2025-03-12T10:18:23.552Z","status":"created","author_name":"landicefu","author_avatar_url":"https://avatars.githubusercontent.com/u/375642?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/landicefu/mcp-client-configuration-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/70287304b3a8313ba225668065d6e02a9c8637c7037d997f3c5f059bbb4a92c8/68747470733a2f2f676c616d612e61692f6d63702f736572766572732f616131306c746a3562362f6261646765","type":null,"metadata":"{\"star\":\"1\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-12 16:12:07\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]