Summary
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.
Available Actions(12)
workflow_list
List all workflows.
workflow_get
Get details of a specific workflow.
workflow_create
Create a new workflow.
workflow_update
Update an existing workflow.
workflow_delete
Delete a workflow.
workflow_activate
Activate a workflow.
workflow_deactivate
Deactivate a workflow.
execution_run
Execute a workflow via the API.
run_webhook
Execute a workflow via a webhook by passing the workflow name.
execution_get
Get details of a specific execution.
execution_list
List executions for a workflow.
execution_stop
Stop a running execution.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください