VikashLoomba

copilot mcp

Built by VikashLoomba 481 stars

What is copilot mcp?

A VSCode extension that lets you find and install Agent Skills and MCP Apps to use with GitHub Copilot, Claude Code, and Codex CLI.

How to use copilot mcp?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add copilot mcp using the following command: npx @modelcontextprotocol/copilot-mcp 4. Restart the client and verify the new tools are active.
🛡️ Scoped (Restricted)
npx @modelcontextprotocol/copilot-mcp --scope restricted
🔓 Unrestricted Access
npx @modelcontextprotocol/copilot-mcp

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

copilot mcp FAQ

Q

Is copilot mcp safe?

Yes, copilot mcp follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is copilot mcp up to date?

copilot mcp is currently active in the registry with 481 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for copilot mcp?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub
<div align="center"> <h1>Copilot MCP Search for VS Code</h1> </div> <div align="center"> <a href="vscode://AutomataLabs.copilot-mcp"> <img src="https://badgen.net/vs-marketplace/i/AutomataLabs.copilot-mcp?icon=visualstudio" /> </a> <br /> <a href="https://discord.gg/nm28ej34PN"> <img src="https://dcbadge.limes.pink/api/server/https://discord.gg/nm28ej34PN" /> </a> </div> <!-- ✨ New: value-first CTA block --> <div align="center">

Want remote MCP in ~30s? Try Cloud MCP — paste a URL → OAuth → done.
Works with Copilot & Claude (no keys, no terminal).
Get started at cloudmcp.run

</div> <div align="center"> <div style="display: flex; justify-content: center; gap: 20px; margin: 20px 0;"> <img width="800" alt="image" src="https://automatalabs.io/demo.gif" /> </div> </div> <div align="center">

Version License: GPL v3 VSCode Extension MCP Client

</div>

A powerful VS Code extension that lets you discover, install, and manage open‑source MCP servers and agent skills from one place.

✨ Features

  • 🔧 MCP Server Management – connect/manage multiple servers via an intuitive UI
  • 🧠 Skills Search & Install – discover skills from skills.sh and install to your agents
  • 🗂️ Installed Skills Management – view installed skills and uninstall with agent-level controls
  • 🚀 Claude/Codex/Copilot Integration – expose MCP tools directly to your agents
  • 🎯 Server Discovery – automatically discover open‑source servers

📦 Installation

  1. Install from the VS Code Marketplace.
  2. Open MCP Servers in the Activity Bar, or configure in Settings.
<!-- ✨ New: Remote option -->

Optional: Remote MCP (no local setup)

If you don’t want to run servers locally, use Cloud MCP (remote, OAuth‑only).
Paste the MCP URL into Copilot/Claude and you’re done:

🛠️ Configuration

Configure via the UI or VS Code settings. Look for the MCP Servers icon in the Activity Bar.

🚀 Usage

  1. Open the MCP Servers view
  2. Connect or search for servers
  3. Switch to Skills to search and install skills, and manage installed skills
  4. Use Copilot Chat with your newly added tools and skills
<!-- ✨ New: Discovery + Remote deploy hint -->

Tip: When a server supports npx/uvx, the Server Discovery panel shows a “Deploy via Cloud MCP” option so you can run it remotely without installing anything.

🔗 Requirements

  • VS Code
  • GitHub Copilot Chat extension

🌟 Benefits

  • Give Copilot standardized tools via MCP
  • Local or remote workflows (Cloud MCP)
  • Join a growing, interoperable ecosystem

🔄 Maintainer: Vendored Copilot Provider Sync

This repo vendors an upstream Copilot provider from anomalyco/opencode under:

  • vendor/opencode-copilot/src/**

Sync it with:

npm run sync:copilot-provider

Check drift without writing files:

npm run sync:copilot-provider:check

Automated daily sync PRs are created by:

  • .github/workflows/sync-opencode-copilot.yml

👥 Contributing

PRs and feature requests welcome! See issues.

✍️ Author

Vikash Loomba
Website: https://cloudmcp.run
X: @DevAutomata
GitHub: @vikashloomba

📝 License

GPL‑3.0 — see LICENSE.


Part of the MCP Client Ecosystem

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "copilot-mcp": { "command": "npx", "args": ["copilot-mcp"] } } }