MCP server for n8n API integration - Connect Claude AI to n8n workflows
Overview
What is MCP n8n API Server?
MCP n8n API Server is a server that provides an interface to interact with n8n workflows through the Model Context Protocol (MCP), allowing integration with Claude AI and other MCP clients.
How to use MCP n8n API Server?
To use the MCP n8n API Server, you can install it globally using npm, run it with npx without installation, or clone the repository for local usage. Configuration involves setting up a .env file with your n8n API details.
Key features of MCP n8n API Server?
- List all n8n workflows
- Trigger specific workflows with custom data
- Integration with Claude Desktop and other MCP clients
Use cases of MCP n8n API Server?
- Automating workflows in n8n through Claude AI.
- Triggering webhooks and workflows programmatically.
- Managing and listing workflows for better organization.
FAQ from MCP n8n API Server?
- Can I use MCP n8n API Server without installing it?
Yes! You can run it directly using npx without any installation.
- What do I need to configure in the
.envfile?
You need to set the n8n Host URL, API Key, and optionally the Project ID for cloud instances.
- Is it possible to run the server locally?
Yes! You can clone the repository and run the server locally.