general MCP Server
MCP server that provides tools and resources for interacting with n8n API
Discovered via unknown and last synced 4d ago.
1. Install the package
npx @leonardsellem/n8n-mcp-server
2. Add to claude_desktop_config.json
{
"mcpServers": {
"leonardsellem-n8n-mcp-server": {
"command": "npx",
"args": [
"@leonardsellem/n8n-mcp-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Username for webhook authentication (if using webhooks)
Description
Enable debug logging (optional)
Full URL of the n8n API, including `/api/v1`
API key for authenticating with n8n
Password for webhook authentication