get_mcp_install_config
Retrieve a ready-to-paste install configuration snippet for a given MCP server and client, including the install command and config file path.
Instructions
Get a ready-to-paste install config for a specific MCP server and client.
Args:
slug: MCP server slug (from search_mcp_servers slug field). Example: "github-mcp".
client: Target client. Values: claude-desktop, cursor, cline, windsurf, continue, goose.
Default: claude-desktop.
Returns:
Dict with config (JSON snippet ready to paste into client's config file),
install_command (e.g. npx @x/y), available_clients (which clients have configs),
and page_url. If config for requested client is missing, config will be null —
try a different client from available_clients.
Use this AFTER finding an MCP via search. Show the user the exact config snippet plus the path to their client's config file (e.g. for Claude Desktop on macOS: ~/Library/Application Support/Claude/claude_desktop_config.json).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| client | No | claude-desktop |