MCP.so
登录

MCP Client Configuration Server

@landicefu

关于 MCP Client Configuration Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

landicefu

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-client-configuration-server": {
      "command": "npx",
      "args": [
        "@landicefu/mcp-client-configuration-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Client Configuration Server?

This MCP server helps manage configurations for different MCP clients. It provides tools to retrieve, list, add, and remove server configurations from client configuration files, automatically detecting the appropriate file path based on the operating system (Windows or macOS) and the specified client.

How to use MCP Client Configuration Server?

Install via npm (npm install -g @landicefu/mcp-client-configuration-server) or run with npx. Then add the server to your MCP settings configuration using the provided JSON snippet. Use the server's tools (e.g., get_configuration, add_server_configuration) to manage client configurations programmatically or through AI assistant prompts.

Key features of MCP Client Configuration Server

  • Supports Cline, Roo Code, WindSurf, and Claude desktop clients.
  • Automatically detects Windows and macOS configuration file paths.
  • Automatically creates missing configuration files and directories.
  • Maintains configuration files in beautified JSON format after modifications.
  • Provides tools: get/set/list/remove server configurations per client.
  • Allows overriding existing server configurations with allow_override.

Use cases of MCP Client Configuration Server

  • Manage MCP server configurations across multiple AI assistant clients.
  • Automate configuration deployment via scripts or prompts.
  • Troubleshoot by checking which servers are configured and their settings.

FAQ from MCP Client Configuration Server

How do I install the server?

Install globally via npm (npm install -g @landicefu/mcp-client-configuration-server) or run directly with npx @landicefu/mcp-client-configuration-server.

Which MCP clients are supported?

Supported clients: Cline, Roo Code, WindSurf, and the Claude desktop app. Cursor is no longer supported because it does not use a standard configuration file for MCP settings.

What happens if a configuration file doesn't exist?

When adding a new server, the configuration file is created automatically. For other operations, an error message is returned.

Can I update an existing server configuration?

Yes, use the add_server_configuration tool with allow_override set to true to update an existing server.

Which platforms are supported?

Only Windows and macOS are currently supported. Linux support may be added in future versions.

评论

其他 分类下的更多 MCP 服务器