N8N Workflow Summarizer
FreeNot checkedTransforms complex n8n workflow JSON files into clear markdown summaries, extracting nodes, connections, and functionality while generating conceptual Python co
About
Transforms complex n8n workflow JSON files into clear markdown summaries, extracting nodes, connections, and functionality while generating conceptual Python code that replicates the workflow's logic.
README
An MCP tool that analyzes and summarizes n8n workflows for Claude.
Overview
This tool simplifies n8n workflow JSON files into clear, concise summaries. It extracts key information about nodes, connections, and functionality to help Claude understand complex workflows.
Features
- Analyzes n8n workflow JSON files
- Extracts node counts and types
- Identifies connections between nodes
- Produces markdown summaries
- Compatible with Model Context Protocol (MCP)
Installation
Follow these steps to install the N8N Workflow Summarizer MCP tool:
# Clone the repository
git clone https://github.com/gblack686/n8n-workflow-summarizer-mcp.git
cd n8n-workflow-summarizer-mcp
# Set up your OpenAI API key
export OPENAI_API_KEY=your_api_key_here
# Install dependencies
pip install -r requirements.txt
# Install as MCP tool
fastmcp install workflow_summarizer_mcp.py --name "N8N Workflow Summarizer"
Usage
Check the example_usage.py file for a complete example of how to use this tool.
import asyncio
from workflow_summarizer_mcp import summarize_workflow
async def main():
# Specify your workflow JSON file
workflow_file = "example_workflow.json"
# Summarize the workflow using a specific model
summary = await summarize_workflow(workflow_file, model="gpt-4o")
print(summary)
if __name__ == "__main__":
asyncio.run(main())
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Installing N8N Workflow Summarizer
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/gblack686/n8n-workflow-summarizer-mcpFAQ
Is N8N Workflow Summarizer MCP free?
Yes, N8N Workflow Summarizer MCP is free — one-click install via Unyly at no cost.
Does N8N Workflow Summarizer need an API key?
No, N8N Workflow Summarizer runs without API keys or environment variables.
Is N8N Workflow Summarizer hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install N8N Workflow Summarizer in Claude Desktop, Claude Code or Cursor?
Open N8N Workflow Summarizer on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare N8N Workflow Summarizer with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
