Beancount MCP
Execute Beancount queries and submit transactions to a ledger.
Beancount MCP (Model Context Protocol) Server
A Beancount MCP server which can execute beancount query, and submit transaction to the ledger.
Usage
uvx beancount-mcp [--transport=stdio/sse] your_ledger.bean
Add to Claude
Add to claude_desktop_config.json (you can find this file by using Settings - Developer - Edit Config):
{
"mcpServers": {
"https://github.com/StdioA/beancount-mcp/tree/master": {
"command": "uvx",
"args": [
"beancount-mcp",
"--transport=stdio",
"PATH_TO_YOUR_LEDGER"
],
"disabled": false,
"autoApprove": []
}
}
}
Related Servers
Google Workspace
Interact with Google Workspace services like Gmail and Google Calendar.
Job Tracker AI
An AI-powered chat server for tracking job interview processes, integrated with Supabase.
Monday.com
Interact with Monday.com boards, items, updates, and documents.
Google Keep
Read, create, update and delete Google Keep notes.
Obsidian
Interact with Obsidian vaults to read, create, edit, and manage notes and tags.
WP-MCP
Manage and publish WordPress content directly from your AI assistant — no PHP required. Supports both STDIO and Streamable HTTP for broad client compatibility.
DateTime
Provides current date and time with configurable formats and timezones.
Rednote MCP
An automated tool for searching and commenting on the social media platform Xiaohongshu (Rednote) using Playwright.
Sequential Thinking Tools
Guides problem-solving by breaking down complex problems and recommending the best MCP tools for each step.
Jira MCP Server
A server for integrating Jira with Claude, enabling project and issue management. Requires configuration via environment variables.