PluginBench
MCP Server

Kachink MCP Server

io.github.ahmadsl/kachink

What is the Kachink MCP server?

Personal finance tracker — log transactions, view summaries, and browse a dashboard

How to install Kachink

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "kachink": {
      "url": "https://kachink.app/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "kachink": {
      "serverUrl": "https://kachink.app/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "kachink": {
      "type": "http",
      "url": "https://kachink.app/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "kachink": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://kachink.app/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http kachink https://kachink.app/mcp

Related MCP servers

ChartPane

Maintained

Renders interactive Chart.js charts and dashboards inline in AI conversations.

1
HTML
MIT
View repository →