TigerBeetle
FreeNot checkedIntegrates with TigerBeetle to enable creating and configuring high-performance accounting database accounts through a Spring Boot server with stdio-based conne
About
Integrates with TigerBeetle to enable creating and configuring high-performance accounting database accounts through a Spring Boot server with stdio-based connections.
README
A Model Context Protocol Server providing TigerBeetle account management.
Features
- Create TigerBeetle accounts with detailed configuration
- Manage account flags and properties
- JSON-based response format
- Integration with Claude desktop
Backlog for Future Development
- Get Account by ID
- List Accounts by using filters
- Create transfer
- Get transfer by ID
- List transfers by using filters
Prerequisites
- Java 17 or higher
- Maven 3.8.1 or higher
- TigerBeetle server
- Claude desktop or any other MCP client
Installation
Clone the repository:
git clone https://github.com/your-username/mcp-tiggerbeetle.git cd mcp-tiggerbeetleBuild the project:
mvn clean packageThe built JAR will be located in the
targetdirectory.
Configuration
Environment Variables
Set the following environment variables before running the application:
export TB_ADDRESS=127.0.0.1:3001 # TigerBeetle server address
Integration with Claude Desktop
- Open Claude Desktop and navigate to Claude / Settings / Developer and click on Edit Config
- Open the file
claude_desktop_config.jsonby using your favourite text editor - Add a new MCP Server configuration to the file in the
mcpServerssection as follows:
{
"mcpServers": {
"mcp-tiggerbeetle": {
"command": "[ABSOLUTE PATH TO]/java/current/bin/java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"[ABSOLUTE PATH TO]/mcp-tiggerbeetle/target/mcp-tiggerbeetle-0.0.1-SNAPSHOT.jar"
],
"autoApprove": ["mcp-tiggerbeetle"]
}
}
}
Contributing
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Javier Antoniucci - [email protected]
Project Link: https://github.com/jantoniucci/mcp-tiggerbeetle
Installing TigerBeetle
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/jantoniucci/mcp-tiggerbeetleFAQ
Is TigerBeetle MCP free?
Yes, TigerBeetle MCP is free — one-click install via Unyly at no cost.
Does TigerBeetle need an API key?
No, TigerBeetle runs without API keys or environment variables.
Is TigerBeetle hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install TigerBeetle in Claude Desktop, Claude Code or Cursor?
Open TigerBeetle on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolCompare TigerBeetle with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
