Best Cloud Services MCP Servers for VS Code / GitHub Copilot

Connect cloud services tools to VS Code / GitHub Copilot using MCP servers. These servers let VS Code / GitHub Copilot interact with cloud services resources, enabling powerful AI-assisted workflows for developers.

MCPgee indexes 2,123 cloud services MCP servers with a median of 43 GitHub stars; 81% are written in typescript and 22% install via npm. All work with VS Code / GitHub Copilot.

Top 30 of 2,123 Cloud Services Servers for VS Code / GitHub Copilot

Open Webui MCP Server

User-friendly AI Interface (Supports Ollama, OpenAI API, ...)

138,158 starsmanual

Anything Llm MCP Server

The all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.

60,443 starsmanual

Localai MCP Server

LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.

46,398 starsmanual

Nacos MCP Server

an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.

32,957 starsmanual

Xiaozhi Esp32 MCP Server

本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.

26,652 starsmanual

Gateway MCP Server

A blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.

11,817 starsnpm

Nginx Ui MCP Server

Yet another WebUI for Nginx

11,165 starsmanual

AWS Nova Canvas

Provides image generation capabilities using Amazon Nova Canvas through Amazon Bedrock, enabling the creation of visuals from text prompts and color palettes—perfect for mockups, diagrams, and UI design concepts.

9,106 starsnpm

Webiny Js MCP Server

Open-source, self-hosted CMS platform on AWS serverless (Lambda, DynamoDB, S3). TypeScript framework with multi-tenancy, lifecycle hooks, GraphQL API, and AI-assisted development via MCP server. Built for developers at large organizations.

7,979 starsnpm

microsandbox

<sup><sup>⭐</sup></sup> - Self-hosted platform for secure execution of AI code. Great for Code Interpreter, Data Analysis, Browser Use.

6,174 starsmanual

Bifrost MCP Server

Fastest enterprise AI gateway (50x faster than LiteLLM) with adaptive load balancer, cluster mode, guardrails, 1000+ models support & <100 µs overhead at 5k RPS.

5,134 starsmanual

Omniroute MCP Server

Never stop coding. Free AI gateway: one endpoint, 160+ providers (50+ free), connect Claude Code, Codex, Cursor, Cline & Copilot to FREE Claude/GPT/Gemini. RTK+Caveman stacked compression saves 15-95% tokens, smart auto-fallback, MCP/A2A, multimodal

5,122 starsnpm

Gaianet Node MCP Server

Install, run and deploy your own decentralized AI agent service

5,003 starsmanual

Sandbox MCP Server

All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.

4,765 starsmanual

Rikkahub MCP Server

RikkaHub is an Android APP that supports for multiple LLM providers.

4,707 starsmanual

Olares MCP Server

Olares: An Open-Source Personal Cloud to Reclaim Your Data

4,548 starsmanual

Semantic Router MCP Server

System Level Intelligent Router for Mixture-of-Models at Cloud, Data Center and Edge

4,209 starsmanual

Lemonade MCP Server

Lemonade helps users discover and run local AI apps by serving optimized LLMs right from their own GPUs and NPUs. Join our discord: https://discord.gg/5xXzkMu8Zk

4,084 starsmanual

mcp-server-cloudflare

📇 ☁️ - Manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your

3,763 starsnpm

ContextForge MCP Gateway

A feature-rich gateway and proxy that federates MCP, REST, and gRPC services into a unified endpoint for AI clients. It enables virtualization of legacy APIs as MCP-compliant tools while providing built-in security, rate-limiting, and OpenTelemetry o

3,756 starsmanual

Mcp Context Forge MCP Server

An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.

3,743 starsmanual

Peopleinspace MCP Server

Kotlin Multiplatform sample with SwiftUI, Jetpack Compose, Compose for Wear, Compose for Desktop, and Compose for Web clients along with Ktor backend.

3,338 starsmanual

Py Xiaozhi MCP Server

A Python-based Xiaozhi AI for users who want the full Xiaozhi experience without owning specialized hardware.

3,323 starsmanual

Ha MCP Server

Comprehensive Model Context Protocol server for managing Home Assistant through AI assistants.

3,028 starspip

Harbor MCP Server

Stop configuring your AI stack. Start using it. One command brings a complete pre-wired LLM stack with hundreds of services to explore.

2,957 starsmanual

Kagent MCP Server

Cloud Native Agentic AI | Discord: https://bit.ly/kagentdiscord

2,819 starsmanual

Agentgateway MCP Server

Next Generation Agentic Proxy for AI Agents and MCP servers

2,817 starsmanual

Radar MCP Server

The missing open source Kubernetes UI. Topology, event timeline, and service traffic — plus resource browsing and Helm management.

2,070 starsmanual

Esp32 Nat Router MCP Server

An AI-enabled NAT Router/Firewall for the ESP32

1,965 starsmanual

Yomo MCP Server

🦖 Serverless AI Agent Framework with Geo-distributed Edge AI Infra.

1,903 starsmanual

VS Code / GitHub Copilot Configuration

Add cloud services MCP servers to your VS Code / GitHub Copilot configuration at .vscode/settings.json:

{
  "github.copilot.chat.mcp.servers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "."]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_your_token_here"
      }
    },
    "postgres": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://localhost:5432/mydb"]
    },
    "brave-search": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-brave-search"],
      "env": {
        "BRAVE_API_KEY": "your_brave_api_key_here"
      }
    },
    "memory": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-memory"]
    }
  }
}

Related Resources