Fintable MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from pypi. Last commit 8 Apr 2026.
Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add fintable-mcp -- uvx fintable-mcp
{
"mcpServers": {
"fintable-mcp": {
"args": [
"fintable-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.fintable-mcp]
command = "uvx"
args = ["fintable-mcp"]
{
"mcpServers": {
"fintable-mcp": {
"args": [
"fintable-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"fintable-mcp": {
"args": [
"fintable-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.