Fintable MCP for Cline
io.github.jasoncbraatz/fintable-mcp
Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions.
client:Cline
transport:stdio
runtime:pypi
Install Fintable MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"fintable-mcp": {
"command": "uvx",
"args": [
"fintable-mcp"
],
"env": {
"FINTABLE_COOKIES": "<FINTABLE_COOKIES>",
"FINTABLE_SESSION_COOKIE": "<FINTABLE_SESSION_COOKIE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs