TypeScript MCP server over Streamable HTTP, one-command deployment to Azure Container Apps, designed to plug into Microsoft Copilot Studio
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-mcp-server": {
"command": "npx",
"args": [
"-y",
"git-bonda108/copilot-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add copilot-mcp-server npx -y git-bonda108/copilot-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"copilot-mcp-server": {
"command": "npx",
"args": [
"-y",
"git-bonda108/copilot-mcp-server"
]
}
}
}