Best Cloud Services MCP Servers for Cursor
Connect cloud services tools to Cursor using MCP servers. These servers let Cursor interact with cloud services resources, enabling powerful AI-assisted workflows for developers.
12 Cloud Services Servers for Cursor
AWS Labs MCP Suite
Comprehensive AWS services integration suite
950 starspip
Kubernetes
Native Kubernetes API integration for cluster management
450 starsnpm
Docker
Container management and orchestration
680 starspip
Terraform
Infrastructure as Code management
420 starsmanual
Datadog
Cloud monitoring and security platform
350 starspip
Azure
Microsoft Azure cloud services integration
520 starspip
Google Cloud Platform
Google Cloud services integration
480 starspip
Vercel
Frontend deployment and hosting platform
360 starsnpm
Netlify
JAMstack deployment and hosting
320 starsnpm
Cloudflare
Edge computing and CDN services
440 starsmanual
Salesforce
Enterprise CRM and cloud platform
450 starspip
Supabase MCP
Postgres database, auth, and storage management via Supabase
2,700 starsnpm
Cursor Configuration
Add cloud services MCP servers to your Cursor configuration at .cursor/mcp.json:
{
"mcpServers": {
"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"]
}
}
}