Agent Plugins Marketplace
All plugins

noacg-mcp

v0.4.0

The NoaCG CLI as an always-on MCP server for Codex: one tool, noacg, with the CLI's verbs (types, scaffold, validate with screenshots, inspect, screenshot, docs, save). Optional - the noacg plugin's skill drives the same CLI from the terminal with no server.

CodexClaude Code1 MCP serverstdio

By NoaCG StudioLicense: Apache-2.05 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
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 noacg-mcp for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add noacg-mcp@agent-plugin-marketplace

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

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/NoaCG/NoaCG-Studio

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is cli/plugin-mcp/.

Plugin files

cli/plugin-mcp/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

noacgstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/mcp-server.mjs

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests2

cli/plugin-mcp/.codex-plugin/plugin.json
{
  "name": "noacg-mcp",
  "version": "0.4.0",
  "description": "The NoaCG CLI as an always-on MCP server for Codex: one tool, noacg, with the CLI's verbs (types, scaffold, validate with screenshots, inspect, screenshot, docs, save). Optional - the noacg plugin's skill drives the same CLI from the terminal with no server.",
  "author": {
    "name": "NoaCG Studio",
    "url": "https://noacg.studio"
  },
  "homepage": "https://noacg.studio",
  "repository": "https://github.com/NoaCG/NoaCG-Studio",
  "license": "Apache-2.0",
  "keywords": [
    "broadcast-graphics",
    "ograf",
    "spx",
    "casparcg",
    "mcp"
  ],
  "interface": {
    "displayName": "NoaCG MCP server",
    "shortDescription": "The NoaCG CLI as an MCP tool, always on",
    "longDescription": "One MCP tool, noacg, speaking the NoaCG CLI's verbs with a browser kept warm between calls. Optional: the noacg plugin's skill drives the same CLI from the terminal with no server running; install this one when you want the tool present in every session.",
    "developerName": "NoaCG Studio",
    "category": "Developer Tools",
    "capabilities": [
      "Write"
    ],
    "websiteURL": "https://noacg.studio",
    "privacyPolicyURL": "https://noacg.studio/privacy",
    "termsOfServiceURL": "https://noacg.studio/terms",
    "defaultPrompt": [],
    "screenshots": [],
    "brandColor": "#F6A623"
  }
}
cli/plugin-mcp/.claude-plugin/plugin.json
{
  "name": "noacg-mcp",
  "version": "0.4.0",
  "description": "The NoaCG CLI as an always-on MCP server: one tool, noacg, with the CLI's verbs (types, scaffold, validate with screenshots, inspect, screenshot, docs, save) and a browser kept warm between calls. Optional - the noacg plugin's skill drives the same CLI from the terminal with no server; install this one when you want the tool in every session.",
  "author": {
    "name": "NoaCG Studio",
    "url": "https://noacg.studio"
  },
  "homepage": "https://noacg.studio",
  "repository": "https://github.com/NoaCG/NoaCG-Studio",
  "license": "Apache-2.0",
  "keywords": [
    "broadcast-graphics",
    "ograf",
    "spx",
    "casparcg",
    "mcp"
  ]
}

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

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