Best Cloud Services MCP Servers for Windsurf
Connect cloud services tools to Windsurf using MCP servers. These servers let Windsurf 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 Windsurf.
Top 30 of 2,123 Cloud Services Servers for Windsurf
Open Webui MCP Server
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
Anything Llm MCP Server
The all-in-one AI productivity accelerator. On device and privacy first with no annoying setup or configuration.
Localai MCP Server
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
Nacos MCP Server
an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
Xiaozhi Esp32 MCP Server
本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器。Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.
Gateway MCP Server
A blazing fast AI Gateway with integrated guardrails. Route to 1,600+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.
Nginx Ui MCP Server
Yet another WebUI for Nginx
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.
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.
microsandbox
<sup><sup>⭐</sup></sup> - Self-hosted platform for secure execution of AI code. Great for Code Interpreter, Data Analysis, Browser Use.
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.
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
Gaianet Node MCP Server
Install, run and deploy your own decentralized AI agent service
Sandbox MCP Server
All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.
Rikkahub MCP Server
RikkaHub is an Android APP that supports for multiple LLM providers.
Olares MCP Server
Olares: An Open-Source Personal Cloud to Reclaim Your Data
Semantic Router MCP Server
System Level Intelligent Router for Mixture-of-Models at Cloud, Data Center and Edge
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
mcp-server-cloudflare
📇 ☁️ - Manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your
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
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.
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.
Py Xiaozhi MCP Server
A Python-based Xiaozhi AI for users who want the full Xiaozhi experience without owning specialized hardware.
Ha MCP Server
Comprehensive Model Context Protocol server for managing Home Assistant through AI assistants.
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.
Kagent MCP Server
Cloud Native Agentic AI | Discord: https://bit.ly/kagentdiscord
Agentgateway MCP Server
Next Generation Agentic Proxy for AI Agents and MCP servers
Radar MCP Server
The missing open source Kubernetes UI. Topology, event timeline, and service traffic — plus resource browsing and Helm management.
Esp32 Nat Router MCP Server
An AI-enabled NAT Router/Firewall for the ESP32
Yomo MCP Server
🦖 Serverless AI Agent Framework with Geo-distributed Edge AI Infra.
Windsurf Configuration
Add cloud services MCP servers to your Windsurf configuration at ~/.windsurf/mcp.json:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/home/you/projects"]
},
"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"]
}
}
}