io.github.chrischall/creditkarma-mcp MCP Server
io.github.chrischall/creditkarma-mcp
What is the io.github.chrischall/creditkarma-mcp MCP server?
Credit Karma transactions for Claude — spending by category, merchant, and account summary
How to install io.github.chrischall/creditkarma-mcp
Copy-paste configuration for popular MCP clients.
CK_COOKIESsecretOptional. 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_FETCHPROXYSet to 1 to skip the fetchproxy browser-extension fallback (missing creds become a hard error — useful in headless CI).
{
"mcpServers": {
"creditkarma-mcp": {
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
],
"env": {
"CK_COOKIES": "<YOUR_CK_COOKIES>",
"CK_DISABLE_FETCHPROXY": "<YOUR_CK_DISABLE_FETCHPROXY>"
}
}
}
}{
"mcpServers": {
"creditkarma-mcp": {
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
],
"env": {
"CK_COOKIES": "<YOUR_CK_COOKIES>",
"CK_DISABLE_FETCHPROXY": "<YOUR_CK_DISABLE_FETCHPROXY>"
}
}
}
}{
"mcpServers": {
"creditkarma-mcp": {
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
],
"env": {
"CK_COOKIES": "<YOUR_CK_COOKIES>",
"CK_DISABLE_FETCHPROXY": "<YOUR_CK_DISABLE_FETCHPROXY>"
}
}
}
}{
"servers": {
"creditkarma-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
],
"env": {
"CK_COOKIES": "<YOUR_CK_COOKIES>",
"CK_DISABLE_FETCHPROXY": "<YOUR_CK_DISABLE_FETCHPROXY>"
}
}
}
}claude mcp add creditkarma-mcp --env CK_COOKIES=<YOUR_CK_COOKIES> --env CK_DISABLE_FETCHPROXY=<YOUR_CK_DISABLE_FETCHPROXY> -- npx -y creditkarma-mcpRelated MCP servers
OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal
Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs
Redfin real-estate for Claude — search, property details, market reports, saved homes
Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets
Google Classroom via gogcli for Claude — courses, assignments, submissions, grading
Extended Google Docs for Claude via gogcli — auth + full Docs and comments support