MPPFinanceDocsv0.1
MCP Integration/Claude Setup

Claude Setup

Configure Claude Desktop to use MPPFinance as an MCP server.

Prerequisites

Make sure you have Claude Desktop installed andNode.js 18+ available in your PATH.

Config file

Open ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows) and add:

claude_desktop_config.json
{
  "mcpServers": {
    "mppfinance": {
      "command": "npx",
      "args": ["-y", "mppfinance", "--mcp"],
      "env": {
        "MPPFINANCE_AGENT_ID": "your-agent-id",
        "MPPFINANCE_NETWORK": "solana"
      }
    }
  }
}

Verify

Restart Claude Desktop. You should see an MPPFinance section in the tools panel. Ask Claude: "Issue a $10 card for vercel.com" to test it.