3 steps. No PhD required.
MCP in 2 minutes. Seriously.
ScalePad MCP turns your AI tools into a live command center for orchestrating Customer Success workflows. QBRs, Assessments, Meetings, Contracts, etc. Lifecycle Manager, ControlMap & Quoter have all entered the chat.
Three steps. That's the whole job.
01
Download Claude Desktop.
It's free. Claude is the AI that talks to ScalePad. If you already have it, skip ahead. Also works with Cursor, VS Code, and Windsurf.
Download Claude Desktop02
Update your config file (see below)
Pick your tool below, copy the snippet, and drop it into the config file. Replace the API key with yours.
Full MCP Documentation03
Browse Recipes and start prompting.
Recipes are ready-made prompts built for IT workflows. Pick one, copy the starter prompt, and paste it into Claude. Done.
Browse RecipesConfiguration
Pick your tool, copy the snippet.
Replace YOUR_SCALEPAD_API_KEY with your actual key. Restart your AI tool after saving.
claude_desktop_config.json
{
"mcpServers": {
"scalepad": {
"command": "npx",
"args": [
"mcp-remote",
"https://developer.scalepad.com/mcp",
"--header",
"x-api-key: ${API_KEY}"
],
"env": {
"API_KEY": "YOUR_SCALEPAD_API_KEY"
}
}
}
}- macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json