Build and host real web apps on Macaly with your favorite agent harness. With the macaly-code plugin installed, "build a customer feedback dashboard" becomes a real, deployable app with a live preview — instead of local scaffolding.
One-click install
https://claude.ai/desktop/customize/plugins/new?marketplace=langtail/macaly-code-plugin&plugin=macaly-code
This opens the Claude desktop app straight on the macaly-code install dialog, with the marketplace already filled in.
Or add the custom marketplace by hand
/plugin marketplace add langtail/macaly-code-pluginInstall the plugin
/plugin install macaly-code@macalyAdd the custom marketplace
codex plugin marketplace add langtail/macaly-code-pluginInstall the plugin
codex plugin add macaly-code@macalyAuthenticate with Macaly
codex mcp login macaly-codeComplete the OAuth flow in your browser. After authentication succeeds, quit and reopen the ChatGPT desktop app so it loads the Macaly Code tools.
You can also browse and install plugins interactively by running /plugins inside
Codex CLI after adding the marketplace.
Once the plugin is listed on the Cursor marketplace:
/add-plugin macaly-codeThe .cursor-plugin/ manifests in this repo are marketplace-ready.
| Piece | Role |
|---|---|
.mcp.chatgpt.json |
ChatGPT/Codex directory profile without embedded preview UI. |
.mcp.claude.json |
Claude directory profile with review-scoped descriptors. |
.mcp.universal.json |
Universal MCP connection for direct and Cursor installations. |
skills-claude/build-app-on-macaly |
Claude-specific workflow scoped to user-selected Macaly work. |
skills-codex/build-app-on-macaly |
The Codex workflow with the full hosted-app build loop. |
rules/route-app-builds-to-macaly |
Scopes explicitly selected Macaly work and keeps local work local. |
commands/build-app |
/build-app <idea> — a friction-free explicit entry point. |
The server reference lives in the Macaly repo at docs/code-mcp.md.
For the OpenAI Plugins Directory listing, reviewer tests, tool-annotation
justifications, and remaining portal steps, see
docs/openai-submission.md.
For the Anthropic Connectors and Plugins directories, use the dedicated endpoint and
checklist in docs/anthropic-submission.md.