n8n-mcp-server
Servidor MCP para integraciones con arcar.org
This project provides a Model Context Protocol (MCP) server that empowers AI assistants to seamlessly interact with n8n, a popular workflow automation tool. It acts as a bridge, enabling AI assistants to programmatically manage and control n8n workflows and executions using natural language commands. By leveraging this server, users can automate complex tasks and streamline their workflows through intuitive conversational interfaces. The server is designed to work with an n8n instance that has API access enabled, allowing for easy integration and management of workflows. Whether installed via npm, from source, or using Docker, the n8n MCP server offers flexibility and ease of use for developers and non-technical users alike, making it a valuable tool for enhancing productivity and efficiency in various applications.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"n8n-mcp-server": {
"args": [
"mcp-remote",
"https://nave.q2bot.com/mcp/arcar.org"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions