Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"n8n_pa": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://automate.irfansp.dev/mcp/personal-assistant",
"--header",
"Authorization: Bearer ${N8N_API_TOKEN}"
],
"url": "https://automate.irfansp.dev/mcp/personal-assistant",
"env": {
"N8N_API_TOKEN": "${N8N_API_TOKEN}"
}
}
}
}Replace placeholder values for: N8N_API_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxhttps://automate.irfansp.dev/mcp/personal-assistantN8N_API_TOKEN=${N8N_API_TOKEN}