A security-focused MCP server for self-hosted n8n Community Edition.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
n8n-mcp-community · npm · 0.3.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.drzamarian/n8n-mcp-community",
"description": "A security-focused MCP server for self-hosted n8n Community Edition.",
"title": "n8n MCP Community",
"repository": {
"url": "https://github.com/drzamarian/n8n-mcp-community",
"source": "github"
},
"version": "0.3.0",
"websiteUrl": "https://www.walterzamarianjr.com/",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "n8n-mcp-community",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute HTTP(S) base URL for the intended self-hosted n8n instance; plaintext HTTP is limited to loopback unless explicitly allowed.",
"isRequired": true,
"isSecret": true,
"name": "N8N_API_URL"
},
{
"description": "Dedicated least-privilege n8n Public API key.",
"isRequired": true,
"isSecret": true,
"name": "N8N_API_KEY"
},
{
"description": "Operation mode: read-only, write, or unsafe.",
"default": "read-only",
"name": "N8N_MCP_MODE"
},
{
"description": "Keep 0 unless plaintext HTTP to a non-loopback host is explicitly accepted.",
"default": "0",
"name": "N8N_ALLOW_INSECURE_HTTP"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-13T18:45:10.984753Z",
"publishedAt": "2026-08-13T18:45:10.984753Z",
"updatedAt": "2026-08-13T18:45:10.984753Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.3.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.