The Copilot MCP VSCode extension lets developers find and install MCP servers for use with GitHub Copilot, Claude Code, and Codex CLI. It provides a UI to manage MCP servers directly from the editor. Developers use it to integrate AI coding assistants with their workflow.
The Copilot MCP VSCode extension lets developers find and install MCP servers for use with GitHub Copilot, Claude Code, and Codex CLI. It provides a UI to manage MCP servers directly from the editor. Developers use it to integrate AI coding assistants with their workflow.
npx -y copilot-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"vikashloomba-copilot-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y copilot-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from copilot mcp?"
No configuration required. This server works out of the box.
"What resources are available in copilot mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in copilot mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in copilot mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.