-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathsmithery.yml
More file actions
50 lines (42 loc) · 1.17 KB
/
smithery.yml
File metadata and controls
50 lines (42 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: n8n-mcp-server
version: 1.0.0
description: An MCP server that provides access to n8n workflows, executions, credentials, and more through the Model Context Protocol
author: Illuminare Solutions
license: MIT
repository: https://github.com/illuminaresolutions/n8n-mcp-server
type: mcp-server
category: automation
requirements:
node: ">=18.0.0"
installation:
npm: "@illuminaresolutions/n8n-mcp-server"
configuration:
env:
N8N_HOST:
description: "Your n8n instance URL (e.g., https://your-n8n-instance.com)"
required: true
N8N_API_KEY:
description: "Your n8n API key"
required: true
secret: true
capabilities:
- workflow-management
- credential-management
- execution-monitoring
- tag-management
- security-audit
- user-management
- project-management
- variable-management
tags:
- n8n
- automation
- workflow
- mcp
- llm
- ai
- claude
documentation:
getting_started: https://github.com/illuminaresolutions/n8n-mcp-server#installation
configuration: https://github.com/illuminaresolutions/n8n-mcp-server#configuration
api_reference: https://github.com/illuminaresolutions/n8n-mcp-server/blob/main/N8N_API.yml