From p-assist
Connects remotely via mcp-remote to n8n Personal Assistant MCP server at automate.irfansp.dev for workflow automation tasks. Runs locally as stdio subprocess. Requires N8N_API_TOKEN.
Copy this JSON into your .mcp.json to enable this server
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
Review these signals before enabling this server
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.
Server configuration and connection parameters
npxhttps://automate.irfansp.dev/mcp/personal-assistantCommand-line arguments passed to the server process
Environment variables set when the server starts
N8N_API_TOKEN=${N8N_API_TOKEN}Sensitive values you must provide — never committed to source control
npx claudepluginhub irfansofyana/ai-marketplace --plugin p-assist