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.
Get details of a specific workflow.
Create a new workflow.
Update an existing workflow.
Delete a workflow.
Activate a workflow.
Deactivate a workflow.
Execute a workflow via the API.
Execute a workflow via a webhook, passing the workflow name and data.
Get details of a specific execution.
List executions for a workflow.
Stop a running execution.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!