Files
n8n-mcp-server/docs/setup/index.md
leonardsellem 2cd565cfa6 Initial commit of n8n MCP Server
A Model Context Protocol (MCP) server that integrates with n8n, providing tools for workflow and execution management via the n8n API.
2025-03-12 17:12:35 +01:00

721 B

Setup and Configuration

This section covers everything you need to know to set up and configure the n8n MCP Server.

Topics

  • Installation: Instructions for installing the n8n MCP Server from npm or from source.
  • Configuration: Information on configuring the server, including environment variables and n8n API setup.
  • Troubleshooting: Solutions to common issues you might encounter.

Quick Start

For a quick start, follow these steps:

  1. Install the server: npm install -g n8n-mcp-server
  2. Create a .env file with your n8n API URL and API key
  3. Run the server: n8n-mcp-server
  4. Register the server with your AI assistant platform