Credit Karma MCP
Rank #4,680io.github.chrischall/creditkarma-mcp
Credit Karma transactions for Claude — spending by category, merchant, and account summary
Credit Karma MCP is a Model Context Protocol (MCP) server published by chrischall. It ranks #4,680 of 115,460 servers tracked on MCP Toplist. Credit Karma MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Mar 18, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 110,780 of 115,460 servers on MCP Toplist.
Use Credit Karma MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add creditkarma-mcp -e "CK_COOKIES=<your CK_COOKIES>" -e "CK_DISABLE_FETCHPROXY=<your CK_DISABLE_FETCHPROXY>" -- npx -y creditkarma-mcpReplace each placeholder with your own value before saving.
[mcp_servers.creditkarma-mcp]
command = "npx"
args = ["-y", "creditkarma-mcp"]
[mcp_servers.creditkarma-mcp.env]
CK_COOKIES = "<your CK_COOKIES>"
CK_DISABLE_FETCHPROXY = "<your CK_DISABLE_FETCHPROXY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"creditkarma-mcp": {
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
],
"env": {
"CK_COOKIES": "<your CK_COOKIES>",
"CK_DISABLE_FETCHPROXY": "<your CK_DISABLE_FETCHPROXY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"creditkarma-mcp": {
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
],
"env": {
"CK_COOKIES": "<your CK_COOKIES>",
"CK_DISABLE_FETCHPROXY": "<your CK_DISABLE_FETCHPROXY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"creditkarma-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
],
"env": {
"CK_COOKIES": "<your CK_COOKIES>",
"CK_DISABLE_FETCHPROXY": "<your CK_DISABLE_FETCHPROXY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"creditkarma-mcp": {
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
],
"env": {
"CK_COOKIES": "<your CK_COOKIES>",
"CK_DISABLE_FETCHPROXY": "<your CK_DISABLE_FETCHPROXY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"creditkarma-mcp": {
"command": "npx",
"args": [
"-y",
"creditkarma-mcp"
],
"env": {
"CK_COOKIES": "<your CK_COOKIES>",
"CK_DISABLE_FETCHPROXY": "<your CK_DISABLE_FETCHPROXY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chrischall%2Fcreditkarma-mcp)<a href="https://mcptoplist.com/server/io.github.chrischall%2Fcreditkarma-mcp"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Fcreditkarma-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
chrischall
Other servers by chrischall
- OurFamilyWizard MCP#1,944 · 24 vers
- zola-mcp#3,092 · 14 vers
- skylight-mcp#3,741 · 8 vers
- redfin-mcp#4,029 · 10 vers
- gemini-mcp#4,034 · 18 vers
- infinitecampus-mcp#4,047 · 10 vers
- honeybook-mcp#4,230 · 19 vers
- canvas-parent-mcp#4,892 · 12 vers
- resy-mcp#5,130 · 10 vers
- splitwise-mcp#5,214 · 10 vers
- opentable-mcp#5,296 · 12 vers
- signupgenius-mcp#5,384 · 9 vers
Available versions (13)
| Version | Published |
|---|---|
| 2.6.0 | Aug 29, 2026 |
| 2.5.1 | Aug 28, 2026 |
| 2.5.0 | Aug 10, 2026 |
| 2.4.1 | Aug 6, 2026 |
| 2.4.0 | Aug 5, 2026 |
| 2.3.3 | Aug 1, 2026 |
| 2.3.2 | Jul 30, 2026 |
| 2.2.3 | Jun 13, 2026 |
| 2.0.10 | May 21, 2026 |
| 2.0.8 | May 20, 2026 |
| 2.0.6 | May 16, 2026 |
| 2.0.5 | May 16, 2026 |
| 2.0.4 | May 4, 2026 |
Frequently asked questions
- Who maintains Credit Karma MCP?
- Credit Karma MCP is maintained by chrischall, which publishes 71 MCP servers (492 total versions) tracked on MCP Toplist.
- Is Credit Karma MCP listed on the Official MCP Registry?
- Yes — Credit Karma MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Credit Karma MCP have?
- MCP Toplist tracks 13 versions of Credit Karma MCP, most recently published on Aug 29, 2026.
- Where can I find the source code for Credit Karma MCP?
- The source code for Credit Karma MCP is hosted at github.com/chrischall/creditkarma-mcp.