MCP Server
MCP
io.github.dizzlkheinz/ynab-mcpb
Local-first YNAB MCP for reconciliation, receipt splitting, safe cleanup, and spending analysis
Install
npx -y @dizzlkheinz/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@dizzlkheinz/ynab-mcpb",
"version": "0.28.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "YNAB Personal Access Token from https://app.youneedabudget.com/settings/developer",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "YNAB_ACCESS_TOKEN"
},
{
"description": "Write policy: read-only, preview (default), or enabled",
"format": "string",
"name": "YNAB_MCP_WRITE_MODE"
},
{
"description": "Static tool profile: core, read-only, or full (default)",
"format": "string",
"name": "YNAB_MCP_TOOL_PROFILE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment