An MCP Server to connect to a Copilot Studio Agent to benefit from fast agent prototyping with quick easy data backends
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-agent": {
"command": "npx",
"args": [
"-y",
"MarkZither/Copilot-Studio-Agent-MCP-server"
]
}
}
}
Run in terminal:
claude mcp add copilot-studio-agent npx -y MarkZither/Copilot-Studio-Agent-MCP-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"copilot-studio-agent": {
"command": "npx",
"args": [
"-y",
"MarkZither/Copilot-Studio-Agent-MCP-server"
]
}
}
}