bookie
Rank #18,157io.github.yuens1002/bookie
Double-entry bookkeeping MCP server — import bank CSVs, categorize, reconcile, tax reports.
bookie is a Model Context Protocol (MCP) server published by yuens1002. It ranks #18,157 of 132,046 servers tracked on MCP Toplist. bookie is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 5, 2026 and most recently updated on Jul 3, 2026.
Ranks ahead of 113,889 of 132,046 servers on MCP Toplist.
Use bookie
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bookie -e "BOOKIE_DB_URL=<your BOOKIE_DB_URL>" -e "BOOKIE_DB_DIRECT_URL=<your BOOKIE_DB_DIRECT_URL>" -e "BOOKIE_API_KEY=<your BOOKIE_API_KEY>" -- npx -y bookie-mcpReplace each placeholder with your own value before saving.
[mcp_servers.bookie]
command = "npx"
args = ["-y", "bookie-mcp"]
[mcp_servers.bookie.env]
BOOKIE_DB_URL = "<your BOOKIE_DB_URL>"
BOOKIE_DB_DIRECT_URL = "<your BOOKIE_DB_DIRECT_URL>"
BOOKIE_API_KEY = "<your BOOKIE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bookie": {
"command": "npx",
"args": [
"-y",
"bookie-mcp"
],
"env": {
"BOOKIE_DB_URL": "<your BOOKIE_DB_URL>",
"BOOKIE_DB_DIRECT_URL": "<your BOOKIE_DB_DIRECT_URL>",
"BOOKIE_API_KEY": "<your BOOKIE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bookie": {
"command": "npx",
"args": [
"-y",
"bookie-mcp"
],
"env": {
"BOOKIE_DB_URL": "<your BOOKIE_DB_URL>",
"BOOKIE_DB_DIRECT_URL": "<your BOOKIE_DB_DIRECT_URL>",
"BOOKIE_API_KEY": "<your BOOKIE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bookie": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bookie-mcp"
],
"env": {
"BOOKIE_DB_URL": "<your BOOKIE_DB_URL>",
"BOOKIE_DB_DIRECT_URL": "<your BOOKIE_DB_DIRECT_URL>",
"BOOKIE_API_KEY": "<your BOOKIE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bookie": {
"command": "npx",
"args": [
"-y",
"bookie-mcp"
],
"env": {
"BOOKIE_DB_URL": "<your BOOKIE_DB_URL>",
"BOOKIE_DB_DIRECT_URL": "<your BOOKIE_DB_DIRECT_URL>",
"BOOKIE_API_KEY": "<your BOOKIE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bookie": {
"command": "npx",
"args": [
"-y",
"bookie-mcp"
],
"env": {
"BOOKIE_DB_URL": "<your BOOKIE_DB_URL>",
"BOOKIE_DB_DIRECT_URL": "<your BOOKIE_DB_DIRECT_URL>",
"BOOKIE_API_KEY": "<your BOOKIE_API_KEY>"
}
}
}
}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.yuens1002%2Fbookie)<a href="https://mcptoplist.com/server/io.github.yuens1002%2Fbookie"><img src="https://mcptoplist.com/badge/io.github.yuens1002%2Fbookie.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
yuens1002
Available versions (1)
| Version | Published |
|---|---|
| 0.8.5 | Jul 3, 2026 |
Frequently asked questions
- Who maintains bookie?
- bookie is maintained by yuens1002, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is bookie listed on the Official MCP Registry?
- Yes — bookie is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does bookie have?
- MCP Toplist tracks 1 version of bookie, most recently published on Jul 3, 2026.
- Where can I find the source code for bookie?
- The source code for bookie is hosted at github.com/yuens1002/bookie.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.