MCPfinder Server

by mcpfinder

remove_mcp_server_config

Delete specific MCP server configurations from client apps like Cursor or Claude by specifying either the client type or the config file path.

Instructions

Removes the configuration for a specific MCP server/tool from the client application (e.g., Cursor, Claude). Provide EITHER client_type (see available options) OR config_file_path to specify the target config file.

Input Schema

NameRequiredDescriptionDefault
client_typeNoThe type of client application (currently supported: 'cursor', 'claude', 'windsurf'). Mutually exclusive with config_file_path.
config_file_pathNoAbsolute path or path starting with '~' to the config file. Mutually exclusive with client_type.
server_idYesThe unique MCP server identifier (config key name) of the server configuration entry to remove.

Input Schema (JSON Schema)

{ "properties": { "client_type": { "description": "The type of client application (currently supported: 'cursor', 'claude', 'windsurf'). Mutually exclusive with config_file_path.", "type": "string" }, "config_file_path": { "description": "Absolute path or path starting with '~' to the config file. Mutually exclusive with client_type.", "type": "string" }, "server_id": { "description": "The unique MCP server identifier (config key name) of the server configuration entry to remove.", "type": "string" } }, "required": [ "server_id" ], "type": "object" }

You must be authenticated.

Other Tools from MCPfinder Server

Related Tools

ID: jcfchzx51b