n8n-doctor-mcp
Verified Safeby arvindg4u
Overview
This server acts as a diagnostic tool for n8n workflows, providing insights into their status and health.
Installation
tsx src/index.tsEnvironment Variables
- N8N_API_URL
- N8N_API_KEY
- PORT
Security Notes
The server correctly uses environment variables for sensitive API keys (N8N_API_KEY) and does not hardcode them. Input schemas are defined for tools, although inputs are currently empty. Basic error handling is present. No 'eval' or malicious patterns were identified. External API calls are made via axios to a configurable n8n instance, which is standard practice.
Similar Servers
mcp-n8n-builder
Programmatic creation and management of n8n workflows by AI assistants via the Model Context Protocol (MCP).
n8n-schema-generator
Provides auto-updating JSON schemas for n8n nodes and workflows, primarily for use by MCP servers and AI agents generating n8n workflows.
One-Stop-Shop-N8N-MCP
n8n workflow automation and intelligent assistance, leveraging AI (LLMs, GraphRAG) for design, generation, validation, and management of integration workflows.
AI-agent-with-MCP-server-n8n-workflow
Integrate an AI chat agent with an MCP Server using n8n workflows to enable dynamic, tool-assisted responses for user queries.