n8n MCP Server provides a bridge between AI assistants and n8n workflow automation through the Model Context Protocol. It offers tools for managing workflows (listing, creating, updating, activating) and executions, along with resources for accessing workflow data. Built with TypeScript and using the MCP SDK, it authenticates with n8n via API keys and follows a layered architecture that separates API client, tools, and resources. This implementation is particularly valuable for users who want to automate tasks, monitor workflow executions, or integrate n8n capabilities directly within AI assistant conversations.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
List all workflows available in the n8n instance.
Get details of a specific workflow by its ID.
Create a new workflow in the n8n instance.
Update an existing workflow by its ID.
Delete a specific workflow by its ID.
Activate a workflow so it can be triggered.
Deactivate a workflow so it cannot be triggered.
Execute a workflow via the API.
Execute a workflow via a webhook by passing the workflow name.
Get details of a specific execution by its ID.
List all executions for a specific workflow.
Stop a running execution by its ID.