PluginBench
MCP Server
Maintained
MIT

io.github.chrisbusbin-pixel/debtfree MCP Server

io.github.chrisbusbin-pixel/debtfree

What is the io.github.chrisbusbin-pixel/debtfree MCP server?

Debt payoff calculator: snowball vs avalanche, minimum payment trap, extra-payment impact.

How to install io.github.chrisbusbin-pixel/debtfree

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "debtfree": {
      "command": "npx",
      "args": [
        "-y",
        "debtfree-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "debtfree": {
      "command": "npx",
      "args": [
        "-y",
        "debtfree-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "debtfree": {
      "command": "npx",
      "args": [
        "-y",
        "debtfree-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "debtfree": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "debtfree-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add debtfree -- npx -y debtfree-mcp-server

Related MCP servers

Home appliance MCP: CPSC recall lookup, lifespan, maintenance, repair-or-replace, energy cost.

0
JavaScript
MIT
View repository →

USDA food shelf-life database, food safety, storage tips, food waste cost calculator.

0
JavaScript
MIT
View repository →

Query live prop firm discount codes, compare firms, and find cheapest funded trading challenges.

0
JavaScript
MIT
View repository →