DebtFree MCP Server
Rank #55,805io.github.chrisbusbin-pixel/debtfree
Debt payoff calculator: snowball vs avalanche, minimum payment trap, extra-payment impact.
DebtFree MCP Server is a Model Context Protocol (MCP) server published by chrisbusbin-pixel. It ranks #55,805 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. DebtFree MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 15, 2026 and most recently updated on May 15, 2026.
Ranks ahead of 59,786 of 115,591 servers on MCP Toplist.
Use DebtFree MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add debtfree -- npx -y debtfree-mcp-server[mcp_servers.debtfree]
command = "npx"
args = ["-y", "debtfree-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"debtfree": {
"command": "npx",
"args": [
"-y",
"debtfree-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"debtfree": {
"command": "npx",
"args": [
"-y",
"debtfree-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"debtfree": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"debtfree-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"debtfree": {
"command": "npx",
"args": [
"-y",
"debtfree-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"debtfree": {
"command": "npx",
"args": [
"-y",
"debtfree-mcp-server"
]
}
}
}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.chrisbusbin-pixel%2Fdebtfree)<a href="https://mcptoplist.com/server/io.github.chrisbusbin-pixel%2Fdebtfree"><img src="https://mcptoplist.com/badge/io.github.chrisbusbin-pixel%2Fdebtfree.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
chrisbusbin-pixel
Other servers by chrisbusbin-pixel
- Prop Firm Deal Finder#54,271 · 1 ver
- ApplianceIQ MCP Server#55,804 · 1 ver
- FreshTrack MCP Server#55,806 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 15, 2026 |
Frequently asked questions
- Who maintains DebtFree MCP Server?
- DebtFree MCP Server is maintained by chrisbusbin-pixel, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is DebtFree MCP Server listed on the Official MCP Registry?
- Yes — DebtFree MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does DebtFree MCP Server have?
- MCP Toplist tracks 1 version of DebtFree MCP Server, most recently published on May 15, 2026.
- Where can I find the source code for DebtFree MCP Server?
- The source code for DebtFree MCP Server is hosted at github.com/chrisbusbin-pixel/debtfree-mcp-server.