Cursor logo Add n8n MCP Server to Cursor

Licensenpm latest releaseDownloadsGitHub Stars
An MCP server that provides access to n8n workflows, executions, credentials, and more through the Model Context Protocol. This allows Large Language Models (LLMs) to interact with n8n instances in a secure and standardized way.
/guinness77/n8n-mcp-server
{
  "n8n": {
    "command": "n8n-mcp-server",
    "env": {
      "N8N_HOST": "https://your-n8n-instance.com",
      "N8N_API_KEY": "your-api-key-here"
    }
  }
}