Copilot Studio MCP for Zed
io.github.jgt87/copilot-studio-mcp
Build, test, ship and maintain Microsoft Copilot Studio agents from the editor
client:Zed
transport:stdio
runtime:npm
Install Copilot Studio MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"copilot-studio-mcp": {
"command": "npx",
"args": [
"-y",
"copilot-studio-mcp"
],
"env": {
"CPS_WORKSPACE": "<CPS_WORKSPACE>",
"CPS_TENANT_ID": "<CPS_TENANT_ID>",
"CPS_CLIENT_ID": "<CPS_CLIENT_ID>",
"CPS_READ_ONLY": "<CPS_READ_ONLY>",
"CPS_TOOLS": "<CPS_TOOLS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs