Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ynab-mcp-server": {
"command": "npx",
"args": [
"-y",
"@oliverames/mcp-server-for-ynab@latest"
],
"env": {
"YNAB_OP_PATH": "${YNAB_OP_PATH}",
"YNAB_API_TOKEN": "${YNAB_API_TOKEN}",
"YNAB_BUDGET_ID": "${YNAB_BUDGET_ID}",
"YNAB_ALLOW_WRITES": "1",
"OP_SERVICE_ACCOUNT_TOKEN": "${OP_SERVICE_ACCOUNT_TOKEN}"
}
}
}
}Replace placeholder values for: YNAB_API_TOKEN, OP_SERVICE_ACCOUNT_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
YNAB_OP_PATH=${YNAB_OP_PATH}YNAB_API_TOKEN=${YNAB_API_TOKEN}YNAB_BUDGET_ID=${YNAB_BUDGET_ID}YNAB_ALLOW_WRITES=1OP_SERVICE_ACCOUNT_TOKEN=${OP_SERVICE_ACCOUNT_TOKEN}Sensitive values you must provide — never committed to source control
npx claudepluginhub oliverames/ynab-mcp-server --plugin ynab-mcp-server