Agent Plugins Marketplace
All plugins

n8n-mcp-synta-codex

v1.0.0

Build and edit n8n workflows from Codex via Synta MCP

Codex

By SyntaLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
0 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install n8n-mcp-synta-codex for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add n8n-mcp-synta-codex@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “n8n-mcp-synta-codex” remain stable.

  • Codex: n8n-mcp-synta-codex@agent-plugin-marketplacen8n-mcp-synta-codex@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/Synta-ai/n8n-mcp-codex-plugin-synta/.

Plugin files

plugins/Synta-ai/n8n-mcp-codex-plugin-synta/
└── .codex-plugin/plugin.json

Plugin manifests1

plugins/Synta-ai/n8n-mcp-codex-plugin-synta/.codex-plugin/plugin.json
{
  "name": "n8n-mcp-synta-codex",
  "type": "plugin",
  "version": "1.0.0",
  "description": "Build and edit n8n workflows from Codex via Synta MCP",
  "author": {
    "name": "Synta",
    "url": "https://synta.io/"
  },
  "homepage": "https://synta.io/mcp",
  "repository": "https://github.com/Synta-ai/n8n-mcp-codex-plugin-synta",
  "license": "MIT",
  "keywords": [
    "mcp",
    "codex",
    "n8n",
    "synta"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Synta MCP",
    "shortDescription": "Build n8n workflows from Codex via Synta MCP",
    "longDescription": "A Codex plugin that connects to Synta MCP so you can create, edit, validate, and self-heal n8n workflows from Codex.",
    "developerName": "Synta",
    "category": "Productivity",
    "capabilities": [
      "Write",
      "Interactive"
    ],
    "websiteURL": "https://synta.io/",
    "brandColor": "#C15F3C",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "defaultPrompt": [
      "Build an n8n workflow with Synta MCP.",
      "Fix this n8n workflow using Synta MCP.",
      "Validate and repair my n8n automation."
    ]
  },
  "skills": "./"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[n8n-mcp-synta-codex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/n8n-mcp-synta-codex)