MCP.so
Sign In

Copilot MCP Client for VSCode

@Automata-Labs-team

About Copilot MCP Client for VSCode

Overview

What is Copilot MCP Client for VSCode?

A VSCode extension that acts as a Model Context Protocol (MCP) client, enabling seamless integration between MCP tool servers and GitHub Copilot Chat. It is built for developers who want to extend Copilot’s capabilities with custom tools and context.

How to use Copilot MCP Client for VSCode?

Install the extension from the VSCode Marketplace, then configure MCP servers through the extension’s UI or in VSCode settings by adding server entries with type (process or SSE), command/URL, and optional auth token. After setup, use @mcp in GitHub Copilot Chat to invoke tools from connected servers. If upgrading from an older version, run the β€œMCP: Migrate Server Configurations to Latest Format” command.

Key features of Copilot MCP Client for VSCode

  • Connect and manage multiple MCP servers via an intuitive UI
  • Expose MCP tools directly to GitHub Copilot Chat participants
  • Automatically discover available tools from connected servers
  • Real-time monitoring of MCP server status and connections
  • Support for both process-based and SSE server types
  • Automatic migration of server configurations to latest format

Use cases of Copilot MCP Client for VSCode

  • Give Copilot access to custom local tools and data sources through MCP
  • Manage several MCP servers (process or remote SSE) from one extension
  • Build local-first AI workflows by keeping tools and context on your machine
  • Seamlessly upgrade server configurations when updating the extension

FAQ from Copilot MCP Client for VSCode

What MCP features does this extension support?

Tools are fully supported. Resources currently support text resources; prompts support is coming soon. Sampling and roots are planned.

How do I configure MCP servers?

You can add, edit, and manage servers through the β€œMCP Servers” button in the VSCode activity bar, or by editing the mcpManager.servers array in VSCode settings.

Do I need GitHub Copilot to use this extension?

Yes, the GitHub Copilot Chat extension is required. The extension acts as a bridge between MCP servers and Copilot.

What is the license?

This project is licensed under the GNU General Public License v3.0.

Comments

More IDE & Code Editors MCP clients