Price Per TokenPrice Per Token
n8n Workflow Builder

n8n Workflow Builder

by jimmy974

GitHub 19 914 uses
0

About

n8n Workflow Builder is a Model Context Protocol (MCP) server that enables programmatic creation and management of automation workflows for the n8n platform. It provides tools for generating, validating, and exporting workflow configurations that can be directly imported into n8n instances. Key features: - Build workflows with configurable nodes (including HTTP requests, webhooks, and third-party service integrations) and define connection flows between them - Validate workflow specifications to ensure proper node configuration and connectivity before export - Generate complete workflow definitions in n8n's native JSON format - Support for various n8n node types and parameters to create automation pipelines for data synchronization, API orchestration, and business process automation

README

n8n Workflow Builder MCP Server

[](https://smithery.ai/server/n8n-workflow-builder)

A Model Context Protocol (MCP) server for programmatically creating and managing n8n workflows.

Features

  • Create workflows with nodes and connections
  • Validate workflow specifications
  • Export complete workflow configurations
  • REST API interface through MCP
  • Installation

    Installing via Smithery

    To install n8n Workflow Builder for Claude Desktop automatically via Smithery:

    npx -y @smithery/cli install n8n-workflow-builder --client claude
    

    Manual Installation

    1. Clone the repository:
    git clone https://github.com/[your-username]/n8n-workflow-builder.git
    cd n8n-workflow-builder
    

    2. Install dependencies:

    npm install
    

    3. Compile TypeScript:

    npx tsc
    

    4. Start the server:

    npm start
    

    Usage

    The server provides a create_workflow tool that accepts a workflow specification:

    {
      "nodes": [
        {
          "type": "n8n-nodes-base.httpRequest",
          "name": "HTTP Request",
          "parameters": {
            "url": "https://example.com",
            "method": "GET"
          }
        }
      ],
      "connections": []
    }
    

    Configuration

    Add the server to your MCP configuration:

    {
      "n8n-workflow-builder": {
        "command": "node",
        "args": ["/path/to/n8n-workflow-builder/dist/index.js"]
      }
    }
    

    License

    MIT

    Related MCP Servers

    AI Research Assistant

    AI Research Assistant

    hamid-vakilzadeh

    AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar

    Web & Search
    12 8
    Linkup

    Linkup

    LinkupPlatform

    Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages

    Web & Search
    2 24
    Saju Insights

    Saju Insights

    hjsh200219

    Saju Insights provides personalized Korean traditional Four Pillars of Destiny (Saju) fortune-telling based on birth data. It calculates destiny charts using the eight characters (four heavenly stems and four earthly branches) derived from birth year, month, day, and hour. Key capabilities include: - Birth chart calculation with automatic True Solar Time adjustment (Jintaeyangsi -30min correction) - Fortune analysis covering personality, career, wealth, health, and love prospects - Relationship compatibility analysis comparing two people's Saju charts - 10-year luck cycle (Daewon) predictions for long-term planning - Yongsin (favorable element) guidance on lucky colors, directions, and career paths - Lunar-solar calendar conversion supporting 1900-2200 with leap month handling - Daily fortune readings and seasonal power calculations - Multiple interpretation schools including Ziping, DTS, and modern methodologies

    Entertainment
    7 11