Skip to content
Cline

mcp installation for Cline

com.proabono/mcp-installation

Installs ProAbono into a website from the IDE: hosted pages, catalogue, customers, subscriptions.

client:Cline transport:stdio runtime:npm

Install mcp installation in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-installation": {
      "command": "npx",
      "args": [
        "-y",
        "@proabono/mcp-installation"
      ],
      "env": {
        "PROABONO_API_BASE": "<PROABONO_API_BASE>",
        "PROABONO_BUSINESS_ID": "<PROABONO_BUSINESS_ID>",
        "PROABONO_SEGMENT_REF": "<PROABONO_SEGMENT_REF>",
        "PROABONO_AGENT_KEY": "<PROABONO_AGENT_KEY>",
        "PROABONO_API_KEY": "<PROABONO_API_KEY>",
        "PROABONO_PORTAL_SECRET": "<PROABONO_PORTAL_SECRET>",
        "PROABONO_WEBHOOK_SECRET": "<PROABONO_WEBHOOK_SECRET>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp installation in other clients