n8n MCP Server
@illuminaresolutions
n8n MCP Server について
MCP server implementation for n8n workflow automation
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is n8n MCP Server?
An MCP server that provides access to n8n workflows, executions, credentials, and more through the Model Context Protocol. It allows LLMs to interact with n8n instances securely and in a standardized way.
How to use n8n MCP Server?
Install the server via npm (npm install -g @illuminaresolutions/n8n-mcp-server) or from source. Set environment variables N8N_HOST (your n8n instance URL) and N8N_API_KEY (an API key from your n8n settings). Configure your MCP client—Claude Desktop or Cline (VS Code)—with the server command and these environment variables.
Key features of n8n MCP Server
- List and manage workflows
- View workflow details
- Execute workflows
- Manage credentials
- Handle tags and executions
- Generate security audits
Use cases of n8n MCP Server
- An LLM assistant listing all workflows in an n8n instance
- Triggering a workflow execution from a chat interface
- Managing credentials without manual UI access
- Generating security audits of n8n configurations
FAQ from n8n MCP Server
Why is my client not initialized?
Check that N8N_HOST and N8N_API_KEY are set correctly, the n8n instance is accessible, and the API key has the right permissions.
What features require an n8n Enterprise license?
Project management, variable management, and advanced user management require an n8n Enterprise license. Core features like workflow and credential management work without it.
How do I set up the server for Cline in VS Code?
Install the server, open the Cline extension, click "MCP Servers", then "Configure MCP Servers", and add the n8n server configuration with command and env settings.
What environment variables are needed?
N8N_HOST (your n8n instance URL without trailing slash) and N8N_API_KEY (an API key from your n8n instance settings).
「その他」の他のコンテンツ
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
コメント