@apexradius/apex-automation-mcp
v1.3.1
Published
n8n workflow automation + multi-model AI MCP — manage n8n workflows and query Gemini/Ollama from Claude
Maintainers
Readme
@apexradius/apex-automation-mcp
n8n workflow automation + multi-model AI MCP server.
This MCP server provides tools to manage n8n workflows and query multiple AI models (Gemini and local Ollama) directly from Claude.
Features
- n8n Lifecycle: List, create, update, delete, and execute n8n workflows.
- Workflow Health: Audit workflow health and compute execution statistics.
- Multi-Model AI: Query Gemini (
gemini-2.0-flash,gemini-2.0-pro) or local Ollama models. - Consensus Tool: Ask multiple models the same prompt and compare results side-by-side.
- Templates: Create workflows from built-in best-practice templates.
Tools
n8n Workflow Tools
n8n_list_workflows: List all workflows with status and tags.n8n_get_workflow: Fetch full workflow definition.n8n_create_workflow: Create a new workflow from JSON.n8n_update_workflow: Update an existing workflow.n8n_delete_workflow: Delete a workflow.n8n_execute_workflow: Trigger a workflow execution.n8n_list_executions: List execution history.n8n_get_execution: Fetch execution details.n8n_workflow_health: Audit workflow reliability.n8n_workflow_stats: Compute execution volume and success rate.n8n_create_from_template: Create workflow from a pre-defined template.n8n_list_templates: List available templates.
AI Tools
ai_ask: Send a prompt to Gemini or Ollama.ai_consensus: Compare answers from multiple models.ai_models: List available models.
Configuration
Required Environment Variables:
N8N_API_KEY: Your n8n API key.N8N_BASE_URL: The URL of your n8n instance (e.g.,http://localhost:5678).GOOGLE_AI_API_KEY: (Optional) For Gemini models.OLLAMA_BASE_URL: (Optional) For Ollama models. Defaults tohttp://localhost:11434.
Installation
npm install -g @apexradius/apex-automation-mcpLicense
MIT
