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-mcpConfiguration
{
"mcpServers": {
"mdma": {
"command": "npx",
"args": ["-y", "mdma"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes