Mdma MCP Server

Markdown Document with Mounted Applications Interactive documents from Markdown. Built for next gen-apps. Its 8 documented tools cluster into read & search, build, validate. It runs locally over stdio via the published package.

People connecting web framework tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-10 · ★ 64 · #11 OF 48 MAINTAINED WEB FRAMEWORK · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Mdma

Claude Code

claude mcp add mobilereality-mdma -- npx -y @mobile-reality/mdma-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mobilereality-mdma": {
      "command": "npx",
      "args": [
        "-y",
        "@mobile-reality/mdma-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @mobile-reality/mdma-mcp - the @mobile-reality scope differs from the repo owner (mobilereality); confirm it's the project's official package

registry namespace io.github.MobileReality is GitHub-verified and matches the repo owner

03 · What Mdma can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can read the full MDMA specification: component types, JSON schemas, binding syntax, and authoring rules, read all available MDMA_AUTHOR prompt variants (id, label, description) - use the id with get-prompt to fetch the model-optimised prompt, generate a custom MDMA prompt from structured input (domain, components, fields, steps, business rules), and validate a custom prompt against MDMA conventions - returns warnings, suggestions, and constraint reference.

Capability map

Tools grouped from the project's README - what Mdma lets an agent do.

read & search

6 tools - e.g. Returns the full MDMA specification: component types, JSON schemas, binding syntax, and authoring rules; Returns a named prompt (mdma-author, mdma-reviewer, or mdma-fixer). For mdma-author, accepts an…

get-spec · get-prompt · list-prompt-variants · list-packages · list-docs · get-doc

Build

1 tool - e.g. Generates a custom MDMA prompt from structured input (domain, components, fields, steps, business rules)

build-system-prompt

Validate

1 tool - e.g. Validates a custom prompt against MDMA conventions - returns warnings, suggestions, and constraint reference

validate-prompt

04 · Who maintains Mdma

mdma is maintained by mobilereality. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
web framework - ranked #11 of 48 actively-maintained web framework servers as of 2026-08-25.
registry
io.github.MobileReality/mdma (active, first published 2026-04-15)
packages
npm:@mobile-reality/mdma-mcp

06 · Mdma FAQ

Is Mdma still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-10. We re-verify nightly.

What can Mdma do?

With this server connected, an agent can read the full MDMA specification: component types, JSON schemas, binding syntax, and authoring rules, read all available MDMA_AUTHOR prompt variants (id, label, description) - use the id with get-prompt to fetch the model-optimised prompt, generate a custom MDMA prompt from structured input (domain, components, fields, steps, business rules), and validate a custom prompt against MDMA conventions - returns warnings, suggestions, and constraint reference.

How do I install Mdma?

Run `npx -y @mobile-reality/mdma-mcp`. You can also paste the ready-made client config above.

Does Mdma run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Mdma

More web framework MCP servers · Elementor MCP Agent · Astro MCP · Sidereon · Dispatch SEO · Solidity Compiler IDE

More TypeScript MCP servers · Infomaniak MCP Agent · Prompt To Asset · Madar · Moira · see all