MCPfinder Server

by mcpfinder

add_mcp_server_config

Add or update MCP server configurations in client applications like Cursor, Claude, or VS Code using server_id from search_mcp_servers. Specify client_type or config_file_path for setup.

Instructions

Enables capabilities (e.g., tools, features) from a specific MCP server/tool. Add or update its configuration in the client application (e.g., Cursor, Claude, VS Code) using server_id obtained from search_mcp_servers results. 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.
mcp_definitionNoThe MCP server definition object. Optional.
server_idYesA unique MCPFinder ID of the MCP server received from search_mcp_servers.

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" }, "mcp_definition": { "description": "The MCP server definition object. Optional.", "properties": { "command": { "description": "The command and arguments to run the server. If omitted, defaults are fetched/merged.", "items": { "type": "string" }, "type": "array" }, "env": { "additionalProperties": { "type": "string" }, "description": "Environment variables required by the server (e.g. API keys).", "type": "object" }, "workingDirectory": { "description": "The working directory for the server.", "type": "string" } }, "type": "object" }, "server_id": { "description": "A unique MCPFinder ID of the MCP server received from search_mcp_servers.", "type": "string" } }, "required": [ "server_id" ], "type": "object" }

You must be authenticated.

Other Tools from MCPfinder Server

Related Tools

ID: jcfchzx51b