CostPad runs a local Model Context Protocol server, so Claude, Cursor, and other MCP clients can read your model, run scenarios, and export reports — without leaving their flow.
Illustrative session — tool calls and results depend on your own model.
The desktop app runs the server for you. To run it standalone, install it and point your MCP client at it.
{
"mcpServers": {
"costpad": {
"command": "npx",
"args": ["@costpad/mcp"]
}
}
}A focused set of tools — read your model, change it, or compute against it.
Standard MCP transports, so any compliant client can connect.
The MCP server ships with the desktop app, or run it standalone via npm. Free to run, public on npm.