Fintable MCP for Windsurf
io.github.jasoncbraatz/fintable-mcp
Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions.
client:Windsurf
transport:stdio
runtime:pypi
Install Fintable MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"fintable-mcp": {
"command": "uvx",
"args": [
"fintable-mcp"
],
"env": {
"FINTABLE_COOKIES": "<FINTABLE_COOKIES>",
"FINTABLE_SESSION_COOKIE": "<FINTABLE_SESSION_COOKIE>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs