MCP Server for the MM-AR Metamodeling Platform — enables LLMs to create metamodels and model instances via natural language
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mmar-mcp-server": {
"command": "npx",
"args": [
"-y",
"ProTech001/mmar-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mmar-mcp-server npx -y ProTech001/mmar-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mmar-mcp-server": {
"command": "npx",
"args": [
"-y",
"ProTech001/mmar-mcp-server"
]
}
}
}