noacg-mcp
v0.4.0The 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.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add noacg-mcp@agent-plugin-marketplacePaste 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-StudioClone 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
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
- 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
{
"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"
}
}{
"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"
]
}For maintainers
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)