Skip to content
Cursor

creditkarma mcp for Cursor

io.github.chrischall/creditkarma-mcp

Credit Karma transactions for Claude — spending by category, merchant, and account summary

client:Cursor transport:stdio runtime:npm

Install creditkarma mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "creditkarma-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "creditkarma-mcp"
      ],
      "env": {
        "CK_COOKIES": "<CK_COOKIES>",
        "CK_DISABLE_FETCHPROXY": "<CK_DISABLE_FETCHPROXY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

creditkarma mcp in other clients