Back to MCP Servers

Mdma

MCP server for MDMA (interactive Markdown applications with mounted components). Exposes the MDMA spec, authoring prompts, package metadata, and live docs to AI assistants. Tools: `get-spec`, `get-prompt`, `build-system-prompt`, `validate-prompt`, `list-packages`, `list-docs`, `…

developer-toolsai

Installation

npx @mobile-reality/mdma-mcp

Configuration

{
  "mcpServers": {
    "mdma": {
      "command": "npx",
      "args": ["-y", "mdma"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub