mcpbeat Sign in

Creditkarma MCP Server

local only

Creditkarma MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 538 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 226 · avg 43 · +253% w/w
a month agotoday
538
Installs / week
npm · creditkarma-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Creditkarma MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add creditkarma-mcp -- npx -y creditkarma-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "creditkarma-mcp": {
      "args": [
        "-y",
        "creditkarma-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.creditkarma-mcp]
command = "npx"
args = ["-y", "creditkarma-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "creditkarma-mcp": {
      "args": [
        "-y",
        "creditkarma-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "creditkarma-mcp": {
      "args": [
        "-y",
        "creditkarma-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CK_COOKIES (Optional. The full Cookie header from a signed-in creditkarma.com request. Leave unset to use the fetchproxy extension fallback — install fetchproxy 0.3.0, sign into creditkarma.com, and the MCP reads cookies automatically. Otherwise copy the header from DevTools → Network → any creditkarma.com request → Request Headers.), CK_DISABLE_FETCHPROXY (Set to 1 to skip the fetchproxy browser-extension fallback (missing creds become a hard error — useful in headless CI).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Creditkarma MCP

same job, measured the same way
MCP Open Finance
by codespar

MCP server for Open Finance Brasil — accounts, transactions, consents, credit, loans, investments

26 installs/wk local only
Openfinance
by openfinanceorg

Connect your financial accounts to view balances, search transactions, and get spending insights.

35 installs/wk local only
Monarchmoney
by hakimelek

Monarch Money API client with 30 MCP tools for accounts, transactions, budgets, and cashflow.

48 installs/wk local only
Monarch Money
by pulsemcp

MCP server for Monarch Money — account, transaction, and budget management.

119 installs/wk local only
Monarch Money
by vargahis

MCP server for Monarch Money — accounts, transactions, budgets, cashflow, investments, and more

220 installs/wk local only
Rho
by rho

Tools for your business banking with Rho, including accounts, transactions, and more

answering
Statement to Budget
by statementtobudget-www

Turn bank statement PDFs, CSVs, XLSX and OFX into categorised transactions plus a summary.

3 tools answering
Quicken Mac MCP
by dweekly

Read-only access to Quicken For Mac financial data: transactions, spending, and portfolios.

76 installs/wk local only

Creditkarma MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Creditkarma MCP?
Creditkarma MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package creditkarma-mcp was installed 538 times last week.
How do I connect Creditkarma MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls creditkarma-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Creditkarma MCP?
The npm package creditkarma-mcp was installed 538 times in the last week. Week over week that is +253%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Creditkarma MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.