copilot-studio-mcp

jgt87/copilot-studio-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server for Microsoft Copilot Studio agent development: pac sync, YAML authoring (topics, knowledge, tools, flows), evaluations and chat-testing from VS Code or Claude Code
View on GitHub → 🔍 Audit Wallet Slippage →

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-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jgt87/copilot-studio-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that lets a coding agent in VS Code (GitHub Copilot agent mode) or Claude Code do Microsoft Copilot Studio agent development from the terminal: scaffold or clone an agent, add topics, knowledge sources, tools (connector / MCP / flow), flows and triggers as YAML, validate, push and publish, run evaluations, and chat-test the published agent.

Tools (20)

cs_add_flowcs_add_knowledge_sourcecs_add_toolcs_add_topiccs_backup_tenantcs_chatcs_check_driftcs_check_solutioncs_compare_environmentscs_compare_snapshotscs_create_deployment_settingscs_create_solutioncs_create_test_set_csvcs_deploy_solutioncs_describe_connectorcs_describe_solutioncs_describe_workspacecs_doctorcs_generate_instructionscs_guide