Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx fintable-mcp
MCP client config
{
"mcpServers": {
"fintable-mcp": {
"command": "uvx",
"args": [
"fintable-mcp"
]
}
}
}