npx claudepluginhub oliverames/ames-claudeAdd to your .mcp.json:
{
"mcpServers": {
"ynab-mcp-server": {
"command": "bash",
"args": [
"-c",
"cd /tmp && npx -y @oliverames/ynab-mcp-server@latest"
],
"env": {
"YNAB_API_TOKEN": "${YNAB_API_TOKEN}"
}
}
}
}Replace placeholder values for: YNAB_API_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
bashYNAB_API_TOKEN=${YNAB_API_TOKEN}