Guides

Installation guide

Install the CostPad desktop app or the headless MCP server, and connect your assistant.

CostPad comes in a few forms — pick the one that fits your workflow. Everything runs locally; no account is required to start.

Visual app In the browser With an AI assistant How do you work? Desktop app Web app MCP server · npx @costpad/mcp

Desktop app

The full simulator plus the built-in local MCP server and Desktop bridge. Recommended for most people. (Download)

Web app

The same simulator in the browser at costpad.dev — your model is stored locally in your browser.

MCP server (npm)

A headless server for AI assistants, no GUI required:

npx @costpad/mcp

Add --read-only to expose only the read & analyze tools, or --preset b2b-saas to boot from a sample dataset. See Presets and configuration.

Connect an assistant

Point your assistant's MCP config at the @costpad/mcp command. For Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "costpad": {
      "command": "npx",
      "args": ["@costpad/mcp"]
    }
  }
}

See the MCP server guide for the full tool, prompt, and resource reference.

Next: how it works.