- Explore MCP Servers
- n8n-workflow-summarizer-mcp
N8n Workflow Summarizer Mcp
What is N8n Workflow Summarizer Mcp
n8n-workflow-summarizer-mcp is a tool designed to analyze and summarize n8n workflows, providing clear and concise summaries of complex workflow JSON files for better understanding.
Use cases
Use cases include simplifying complex n8n workflows for documentation, aiding developers in understanding workflows, and enhancing communication among team members regarding workflow functionalities.
How to use
To use n8n-workflow-summarizer-mcp, clone the repository, set up your OpenAI API key, install dependencies, and run the provided example script to summarize your workflow JSON files.
Key features
Key features include analyzing n8n workflow JSON files, extracting node counts and types, identifying connections between nodes, producing markdown summaries, and compatibility with the Model Context Protocol (MCP).
Where to use
n8n-workflow-summarizer-mcp can be used in various fields such as automation, data processing, and workflow management where n8n is utilized to create complex workflows.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is N8n Workflow Summarizer Mcp
n8n-workflow-summarizer-mcp is a tool designed to analyze and summarize n8n workflows, providing clear and concise summaries of complex workflow JSON files for better understanding.
Use cases
Use cases include simplifying complex n8n workflows for documentation, aiding developers in understanding workflows, and enhancing communication among team members regarding workflow functionalities.
How to use
To use n8n-workflow-summarizer-mcp, clone the repository, set up your OpenAI API key, install dependencies, and run the provided example script to summarize your workflow JSON files.
Key features
Key features include analyzing n8n workflow JSON files, extracting node counts and types, identifying connections between nodes, producing markdown summaries, and compatibility with the Model Context Protocol (MCP).
Where to use
n8n-workflow-summarizer-mcp can be used in various fields such as automation, data processing, and workflow management where n8n is utilized to create complex workflows.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
N8N Workflow Summarizer MCP Tool
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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










