Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Clarify built-in MCP servers in Copilot CLI reference
  • Loading branch information
aosama committed Mar 16, 2026
commit c528a275e3e5aa3a4c81a5763b29c3f4e6881e82
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,6 @@ The CLI includes built-in MCP servers that are available without additional setu
| Server | Description |
|--------|-------------|
| `github-mcp-server` | {% data variables.product.github %} API integration: issues, pull requests, commits, code search, and {% data variables.product.prodname_actions %}. |
| `playwright` | Browser automation: navigate, click, type, screenshot, and form handling. |
| `fetch` | HTTP requests via the `fetch` tool. |
| `time` | Time utilities: `get_current_time` and `convert_time`. |

Use `--disable-builtin-mcps` to disable all built-in servers, or `--disable-mcp-server SERVER-NAME` to disable a specific one.

Expand Down
Loading