The MCP servers, plugin marketplaces and bundled skills that sit underneath the gallery. These are installed from their own sources — the gallery links to them rather than republishing them.
Local paths are shown as %USERPROFILE% and
environments as <your-org> — substitute your own.
Read and write local files.
Built into Scout.
Drive a real browser: navigate, click, fill forms, screenshot.
Built into Scout.
24 tools: browser_close, browser_resize, browser_console_messages, browser_handle_dialog, browser_evaluate, browser_file_upload, browser_drop, browser_find, browser_fill_form, browser_press_key…
Author Power Apps canvas apps through a coauthoring session.
C:\Program Files\dotnet\dotnet.exe dnx Microsoft.PowerApps.CanvasAuthoring.McpServer --yes --prerelease
13 tools: list_apis, describe_api, remove_account, get_appchecker_errors, sync_canvas, describe_control, get_data_source_schema, get_accessibility_errors, list_controls, compile_canvas…
Dataverse environment connection — query and write tables, records and skills. Register one server per environment; the environment URL is the only difference between them.
C:\Program Files\nodejs\node.exe %USERPROFILE%\AppData\Roaming\npm\node_modules\@microsoft\dataverse\bin\dataverse.js mcp https://<your-org>.crm.dynamics.com/
16 tools: read_query, create_table, update_table, delete_table, create_record, update_record, delete_record, search, upsert_skill, create_skill_resource…
Microsoft Sales Experience — accounts, opportunities, milestones, territory and Azure consumption data.
C:\Program Files\nodejs\node.exe %USERPROFILE%\.copilot\installed-plugins\msx-mcp\msx-mcp\scripts\bootstrap.mjs
24 tools: msx_login, msx_auth_status, get_account_team, get_my_activities, get_my_deals, get_my_milestones, open_msx_record, get_pipeline_summary, suggest_top_opportunities, get_opportunity_details…
Installed through the GitHub Copilot CLI.
copilot plugin install awesome-copilot/<plugin>
copilot plugin install copilot-plugins/<plugin>
copilot plugin install msx-mcp/<plugin>
Ship with Scout — no install needed.