An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"copilot_studio_micro": {
"command": "npx",
"args": [
"-y",
"lwokeray/Copilot_Studio_Microsoft-MCP-Server-for-Enterprise"
]
}
}
}
Run in terminal:
claude mcp add copilot_studio_micro npx -y lwokeray/Copilot_Studio_Microsoft-MCP-Server-for-Enterprise
Add to .cursor/mcp.json:
{
"mcpServers": {
"copilot_studio_micro": {
"command": "npx",
"args": [
"-y",
"lwokeray/Copilot_Studio_Microsoft-MCP-Server-for-Enterprise"
]
}
}
}