Skip to main content
Glama
ahmadsoliman

MCP n8n API Server

by ahmadsoliman

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROJECT_IDNoOptional project ID for cloud instances
N8N_API_KEYYesYour n8n API key
N8N_HOST_URLYesYour n8n instance URL (e.g., https://your-n8n-instance.com)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_workflowsA

Get all n8n workflows

list_workflow_webhooksB

Get all webhooks in a workflow

call_webhook_getB

Call a GET webhook

call_webhook_postC

Call a POST webhook

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: two for calling webhooks with specific HTTP methods, and two for listing workflows and their webhooks. No ambiguity.

Naming Consistency5/5

All tool names follow the verb_noun pattern in snake_case, with modifiers for method variation. The naming is predictable and consistent.

Tool Count5/5

With 4 tools, the count is well-scoped for a focused API server that covers both webhook invocation and workflow/webhook listing.

Completeness3/5

The tool set covers core operations for webhooks and workflow listing, but lacks create/update/delete workflows or webhook management, which limits full API coverage.

Maintenance

ActivityInactive
ResponsivenessNo issues