Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Orientation and entry point for working on a Momen project. Load first for any Momen app task — designing or changing the data model, UI, server-side action flows, permissions, payments, or data bindings, or reading runtime logs — then follow it to the right capability. For Momen projects only; not generic programming help.

Install to Claude Code

/plugin install momen-nocode@momen

Run in Claude Code. Add the marketplace first with /plugin marketplace add momen-tech-org/momen-nocode-plugin if you haven't already.

README.md

Momen no-code plugin

Build and modify Momen no-code apps from your AI coding assistant — the data model, UI components, server-side action flows, data bindings, payments, permissions, and runtime logs — powered by the momen-mcp CLI plus guided skills. For Momen projects only.

Install

Claude Code

From your terminal:

claude plugin marketplace add momen-tech-org/momen-nocode-plugin
claude plugin install momen-nocode@momen

Or inside Claude Code:

/plugin marketplace add momen-tech-org/momen-nocode-plugin
/plugin install momen-nocode@momen
/reload-plugins

Codex

codex plugin marketplace add momen-tech-org/momen-nocode-plugin
codex plugin add momen-nocode@momen
codex plugin list | grep momen

Cursor

Cursor 2.5+ reads this repo as a plugin marketplace (it ships .cursor-plugin/marketplace.json), installing both the momen-platform skill and the momen MCP server (mcp.json):

  • Team / org (Cursor Teams or Enterprise): an admin adds this Git repo as a team marketplace;

members then install momen-nocode from Cursor's plugin list.

  • Local / development: symlink the plugin into Cursor's local plugins directory, then enable it

in Cursor's plugin settings:

ln -s "$PWD/plugin" ~/.cursor/plugins/local/momen-nocode

A public Cursor Marketplace listing is submitted at cursor.com/marketplace/publish (open source, manually reviewed).

Other MCP-compatible tools (Windsurf, Cline, Claude Desktop, Qoder, Trae, …)

These don't read the plugin marketplace, but they can use the underlying momen-mcp MCP server directly. Add it to your tool's MCP config:

{
  "mcpServers": {
    "momen": {
      "command": "npx",
      "args": ["-y", "momen-mcp@latest", "mcp"]
    }
  }
}

You get Momen's tools (schema, action flows, data bindings, logs, …); the guided momen-platform skill is plugin-only (Claude Code, Codex, Cursor).

First use

The plugin runs momen-mcp through npx, so Node.js 18+ is required. On first use you'll be asked to authenticate; you can also do it ahead of time:

npx -y momen-mcp@latest login

Then ask your assistant to work on your Momen app — it loads the momen-platform skill and takes it from there.

Related plugins

Browse all →