Modao Proto MCP is a standalone MCP (Model Context Protocol) service designed to connect Modao Proto design tools with AI models.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"modao-proto-mcp": {
"command": "npx",
"args": [
"-y",
"modao-dev/modao-proto-mcp"
]
}
}
}
Run in terminal:
claude mcp add modao-proto-mcp npx -y modao-dev/modao-proto-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"modao-proto-mcp": {
"command": "npx",
"args": [
"-y",
"modao-dev/modao-proto-mcp"
]
}
}
}