MCP Configgeneral
lemonade-design-system MCP Config
MCP configuration with 2 servers: mobile-mcp, figma-dev-mode-mcp-server
.mcp.json
{
"mcpServers": {
"mobile-mcp": {
"command": "npx",
"args": [
"-y",
"@mobilenext/mobile-mcp@latest"
]
},
"figma-dev-mode-mcp-server": {
"type": "sse",
"url": "http://127.0.0.1:3845/sse"
}
}
}