MCP Server

n8n_pa

From p-assist
Install
1
Run in your terminal
$
npx claudepluginhub irfansofyana/my-claude-code-marketplace
Add to Your Project

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

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

External connections

This server connects to external services. Review the URLs it accesses before enabling.

Details
Commandnpx
URLhttps://automate.irfansp.dev/mcp/personal-assistant
Access Levelwrite
Arguments
-ymcp-remotehttps://automate.irfansp.dev/mcp/personal-assistant--headerAuthorization: Bearer ${N8N_API_TOKEN}
Environment Variables
N8N_API_TOKEN=${N8N_API_TOKEN}
Required Secrets
N8N_API_TOKEN
Actions