MCP Server
MCP
io.github.walensis-labs/mcp-for-ynab
YNAB budget access for AI assistants: safe gated writes, month-close sessions, float attribution.
Install
npx -y @walensis/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@walensis/mcp-for-ynab",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "YNAB Personal Access Token (app.ynab.com → Developer Settings)",
"isRequired": true,
"isSecret": true,
"name": "YNAB_ACCESS_TOKEN"
},
{
"description": "Set to 1 to enable write tools (off = read-only)",
"name": "YNAB_ALLOW_WRITES"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment