install
Generate client configuration to register a discovered MCP server in Claude Desktop, VS Code, Cursor, or Windsurf. Provide URL or domain to get config paths and JSON entries to merge into target file.
Instructions
Generate client configuration to permanently register a discovered MCP server. Returns config file paths and JSON entries for Claude Desktop, VS Code, Cursor, and Windsurf. The agent should then read the target config file, merge the entry, and write it back. Accepts a server URL directly or a domain (runs discovery first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The MCP server URL to register (e.g., 'https://mcp.example.com') | |
| name | No | Friendly name for the server entry (auto-derived from domain/URL if omitted) | |
| domain | No | Domain to discover first, then register the found server URL |