remove_server
Remove an MCP server from your AI client's configuration by specifying the server name. Supports removing from multiple clients at once.
Instructions
Remove an MCP server from your AI client's configuration.
Removes the server entry from the config file. The user must restart their MCP client for the change to take effect.
Use list_installed to see server names. Use clients="all" to remove from every configured client at once.
Args: server_name: Exact name of the server to remove, as shown by list_installed. clients: Target MCP client(s). Comma-separated names like "claude_desktop,cursor", "all" for every detected client, or empty to auto-detect. scope: "user" for global config (default), "project" for project-scoped config. project_path: Project directory path. Required when scope="project".
Returns: Result with success status and message. Multi-client calls also include per_client_results with per-client removal status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_name | Yes | ||
| clients | No | ||
| scope | No | user | |
| project_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||