MCP server for Monodraw, the ASCII art editor for macOS.
+---------------------------------------------+
| mcp-monodraw |
| |
| +--------+ +----------+ |
| | Claude | ------> | Monodraw | |
| +--------+ +----------+ |
| | | |
| v v |
| +-----------------------------+ |
| | ASCII Art Diagrams | |
| +-----------------------------+ |
+---------------------------------------------+
npm install -g mcp-monodraw
Add to your project or global config:
claude mcp add monodraw -- npx mcp-monodraw
Or add manually to ~/.claude/settings.json:
{
"mcpServers": {
"monodraw": {
"command": "npx",
"args": ["mcp-monodraw"]
}
}
}
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"monodraw": {
"command": "npx",
"args": ["mcp-monodraw"]
}
}
}
export_diagram - Export .monopic/.monojson to textexport_diagram_json - Export with JSON metadatalist_diagrams - Find diagram filesopen_in_monodraw - Open files in the appget_diagram_preview - Preview diagramscreate_ascii_art - Generate boxes, flowcharts, tablesmacOS with Monodraw (Direct version, not App Store) for CLI features.
MIT