Integrations
Efecto for GitHub Copilot
Add Efecto to GitHub Copilot in VS Code. Your AI agent gets 46 design tools to create layouts, pages, and graphics directly in the browser.
Install
- Open VS Code Settings (JSON)
- Add the MCP config under
mcp.servers
.vscode/settings.json
// .vscode/settings.json
{
"mcp": {
"servers": {
"efecto": {
"command": "npx",
"args": ["-y", "@efectoapp/mcp"]
}
}
}
}Verify It Works
Restart VS Code after adding the config, then try a prompt like:
Design a landing page for my SaaS product in EfectoCreate an Instagram carousel about design tips in EfectoMake a pitch deck for my startup in EfectoReference
- MCP overview — how Efecto connects to AI tools
- All 46 tools — full reference with parameters
- Troubleshooting — fix common issues