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 providing its ID.
Create a new workflow. Requires workflow definition parameters.
Update an existing workflow by providing its ID and new parameters.
Delete a workflow by providing its ID.
Activate a workflow by providing its ID.
Deactivate a workflow by providing its ID.
Execute a workflow via the API by providing the workflow ID.
Execute a workflow via a webhook by passing the workflow name.
Get details of a specific execution by providing its ID.
List executions for a specific workflow by providing its ID.
Stop a running execution by providing its ID.