Cloud MCP Servers
217 servers available
Cloud platforms, infrastructure, and deployment
AWS MCP Servers
by AWS
AWS Labs maintains a monorepo of specialized, open-source MCP servers that bring AWS best practices directly into AI-assisted development workflows, spanning infrastructure, data, AI/ML, cost management, and healthcare/life-sciences domains. Rather than one monolithic server, the project ships dozens of focused servers you install individually depending on the task: the AWS Documentation MCP Server for real-time official docs and API references, dedicated servers for Terraform/CDK/CloudFormation infrastructure-as-code, container and serverless platforms (ECS, EKS, Lambda), SQL/NoSQL databases (DynamoDB, RDS, Aurora), search and analytics (OpenSearch), messaging (SQS/SNS), and cost/billing analysis. Most servers install via uvx with a package name like awslabs.aws-documentation-mcp-server, run locally over stdio, and use standard AWS credential chains (IAM roles, profiles, or access keys) rather than exposing raw account credentials to the model. AWS also now offers a managed, remote "AWS MCP Server" (in preview) that combines full API coverage with pre-built agent SOPs, syntactically validated API calls, and complete CloudTrail audit logging for teams that want centralized governance instead of running servers locally. The Getting Started with Kiro/Cursor/VS Code/Claude Code sections in the repo provide one-click install configs for each server, making it straightforward to wire up only the AWS services a given project actually touches.
Local install · updated 19d ago · 2026.06.20260625003520
Cloudflare MCP Server
by Cloudflare
Cloudflare's official mcp-server-cloudflare repo ships 13+ remote, domain-specific MCP servers rather than one monolith — Documentation, Workers Bindings (storage/AI/compute primitives), Workers Builds, Observability (logs/analytics), Container sandboxes, Browser Rendering (fetch pages, convert to markdown, screenshots), Logpush health, AI Gateway (prompt/response search), Audit Logs, DNS Analytics, Digital Experience Monitoring, Cloudflare One CASB, and GraphQL analytics, each hosted at its own `*.mcp.cloudflare.com/mcp` endpoint over Streamable HTTP (SSE is deprecated but still supported). For broad, code-execution-style access across many Cloudflare products at once, Cloudflare separately publishes a Code Mode server at mcp.cloudflare.com (repo: cloudflare/mcp) — pick domain-specific servers when you want curated, typed tools for one product area (e.g. just Workers or just DNS), and Code Mode when you want fewer, more general-purpose tools. Clients without native remote-MCP support connect via `npx mcp-remote https://<subdomain>.mcp.cloudflare.com/mcp` in their config; clients like the Cloudflare AI Playground accept the URL directly. OpenAI Responses API integration is also documented, requiring a scoped Cloudflare API token per server (e.g. Browser Rendering needs specific dashboard-generated permissions). Typical use: "show me why my Worker is erroring" pulls real-time observability data, or "summarize this URL" drives the Browser Rendering server to fetch and convert a live page to markdown.
Checked 8d ago
Supabase MCP Server
by Supabase
The Supabase MCP server brings the power of your Supabase backend directly into your AI assistant, enabling conversational access to database, authentication, storage, and edge function features. With this server, developers can ask Claude or Cursor to query Postgres tables, inspect database schemas, manage user auth flows, upload or read files from Supabase Storage buckets, and test Edge Functions without ever leaving their IDE or chat window. This dramatically accelerates backend development and debugging by letting AI agents both read live state and perform safe, constrained operations against your project. Common use cases include asking the AI to "generate a SQL migration for a new profiles table and apply it", "check why the last auth webhook failed in the logs", or "list all users who signed up today and export their emails". It requires a Supabase Management API token and your project reference ID to authenticate. Perfect for full-stack developers building Next.js apps with Supabase, it effectively turns your AI into an expert database administrator and backend co-pilot that inherently understands your project's specific schema and row-level security policies.
Checked 8d ago
Vercel MCP Server
by Vercel
The Vercel MCP server is a powerful Model Context Protocol integration that allows AI assistants like Claude, Cursor, and Cline to interact directly with your Vercel infrastructure. It exposes essential platform capabilities as AI-callable tools, meaning you can manage projects, trigger deployments, inspect build logs, and configure custom domains via natural language prompts. For frontend developers and DevOps teams working within the Vercel ecosystem, this eliminates the need to constantly context-switch between an IDE, terminal, and the Vercel dashboard. You can simply ask your AI agent to "check the status of the latest production deployment", "fetch the build logs for the staging environment and identify the Next.js hydration error", or "list all environment variables for the current project". By bridging the gap between your codebase and your hosting platform, the Vercel MCP server turns your AI assistant into an embedded DevOps engineer capable of diagnosing build failures and managing serverless deployments in real time. Vercel ships this as an official hosted (remote) MCP server at https://mcp.vercel.com — there is no package to install locally. Connect an MCP client to that URL and authenticate through the browser-based OAuth flow, which scopes access to the Vercel teams and projects your account can already reach rather than a long-lived Personal Access Token. For example, add it to Claude Code with `claude mcp add --transport http vercel https://mcp.vercel.com`, then complete the OAuth consent screen; the repo vercel/vercel-mcp-overview is the official public overview of this server, with full docs at vercel.com/docs/mcp/vercel-mcp.
Checked 8d ago
Docker MCP Server
by Docker
The Docker MCP server connects your AI assistant directly to your local or remote Docker daemon, exposing container lifecycle management and image orchestration as Model Context Protocol tools. With this integration, developers can prompt Claude, Cursor, or Windsurf to inspect running containers, view real-time logs, build new images from Dockerfiles, start and stop services using Docker Compose, and prune unused system resources through natural language. Rather than switching to a terminal to type complex docker inspect commands, you can simply ask your AI to "find out why the postgres container keeps crashing" or "tail the last 100 lines of the frontend container logs and find the React error". This is a game-changer for DevOps engineers, backend developers, and system administrators who want to streamline container debugging, automate compose cluster orchestration, and troubleshoot networking issues faster. The server interacts securely with the Docker Engine API, meaning it can both read system state and execute commands like port binding or volume inspection. It works cross-platform wherever Docker Desktop or the Docker daemon is running. Docker's official implementation ships as the Docker MCP Gateway (docker/mcp-gateway), a `docker mcp` CLI plugin that acts as a single secure gateway in front of many containerized MCP servers from the Docker MCP Catalog — each downstream server runs in its own isolated container with resource limits and secret injection, so an assistant connects once to the gateway instead of wiring up dozens of individual servers. Start it with `docker mcp gateway run`, then point Claude Desktop, Cursor, or another client at the gateway; `docker mcp server enable <name>` toggles which catalog servers (including the Docker/container-management tools) are exposed. This container-per-server isolation is the key security benefit over running MCP servers directly on the host.
E2B
by E2B
Run code in secure sandboxes hosted by E2B for safe code execution.
Local install · updated 3mo ago · @e2b/python-mcp-server@0.1.1
Kubernetes MCP Server
by Flux159
The Kubernetes MCP server (mcp-server-kubernetes, built by Flux159) brings cluster management capabilities into AI assistant workflows, letting developers and platform engineers query and manage Kubernetes resources through natural-language interactions with Claude, Cursor, and other MCP-compatible clients. It loads your existing kubeconfig automatically, so it works with any cluster — local minikube and kind setups, Amazon EKS, Google GKE, Azure AKS, or on-premises deployments — with no separate credential setup required. Core tools exposed by the server include: listing pods, deployments, services, and namespaces; describing individual resources and their status; fetching pod logs for debugging; applying and updating manifests; scaling deployments; checking rollout status and history; and querying resource utilization and cluster events. A built-in non-destructive mode can disable delete/scale-down operations entirely, making it safe to point at production clusters for read-only diagnostics. DevOps engineers use it to debug failing deployments by asking Claude to inspect pod logs and recent events, identify resource constraints causing OOMKilled pods, or summarize the current state of a namespace before a production release. For SREs responding to incidents, it enables rapid triage through conversational commands — no memorizing kubectl flags or switching terminal windows mid-incident — and optional OpenTelemetry integration adds observability into what the AI agent actually did against the cluster. Install with: `npx mcp-server-kubernetes`. Pairs well with the GitHub MCP server for full GitOps review workflows.
Home Assistant MCP (Community)
by homeassistant-ai
Unofficial Home Assistant MCP server with 2,000+ stars — control lights, switches, climate, locks, media players, and automations via natural language. Runs as HA add-on or standalone. Full entity state read/write, service calls, and history queries.
Google MCP Toolbox for Databases
by googleapis
Google's open-source MCP Toolbox for Databases — multi-database MCP server supporting AlloyDB, Cloud SQL, Spanner, BigQuery, PostgreSQL, MySQL, and more. Enterprise-grade connection pooling, auth, and query tools for production AI database access.
Local install · updated 20d ago · v1.5.0
Cloudflare Full API
by cloudflare
Token-efficient MCP server for the entire Cloudflare API — 2,500+ endpoints in ~1K tokens via dynamic OpenAPI-driven tool generation. Covers DNS, Workers, R2, Zero Trust, Firewall, Images, Stream, Vectorize, Access, and every other Cloudflare product through two unified tools: search() and execute().
Local install · updated 24d ago
Neon MCP Server
by Neon
The Neon MCP Server (neondatabase/mcp-server-neon) is Neon's official, open-source bridge between natural language and the Neon serverless Postgres platform. It translates conversational requests into Neon API and SQL calls, letting Claude, Cursor, VS Code, and other MCP clients create projects and branches, run queries, inspect schemas, and perform database migrations without hand-writing SQL or hitting the API directly. A standout capability is migration support built on Neon's branching: the server can spin up a branch, apply and test a schema change there, and only then merge it — so an assistant can safely run "add a created_at column to the users table" against an isolated copy first. The easiest setup is the remote hosted server at https://mcp.neon.tech/mcp, which supports both OAuth (no API key to manage) and API-key auth via the Authorization header; run `npx neon@latest init` for one-command configuration of Cursor, VS Code (Copilot), and Claude Code, or `npx add-mcp https://mcp.neon.tech/mcp` to register it across all detected editors. Requires Node.js 18+ and a free Neon account; if IP Allow is enabled, whitelist the mcp.neon.tech static IPs. Neon explicitly scopes this server to local development and IDE workflows — its README warns against production use since natural-language commands can execute powerful, irreversible database operations, so always review actions before authorizing them.
Checked 8d ago
Netlify MCP Server
by Netlify
The Netlify MCP Server is Netlify's official Model Context Protocol integration (netlify/netlify-mcp), acting as a bridge between AI coding agents and the Netlify API/CLI so they can create, build, deploy, and manage Netlify projects using natural-language prompts instead of manual dashboard clicks or hand-written API calls. Installed via `npx -y @netlify/mcp` (requires Node.js 22+, and the Netlify CLI installed globally for the best experience), it connects to Windsurf, Cursor, Claude Desktop/Code, VS Code Copilot, Cline, Warp, LM Studio, and any other MCP-compatible client, with one-click install links published for several of them. Core capabilities include creating and managing sites, triggering and monitoring deploys, modifying access controls and team permissions, installing or uninstalling Netlify extensions, fetching user/team/site metadata, and creating or updating environment variables and secrets. Authentication runs through the Netlify CLI's existing login session, so agents inherit whatever account/team access the developer already has rather than requiring a separately scoped token. Typical use: ask Claude to "deploy the current branch as a preview and give me the URL" or "add a STRIPE_SECRET_KEY environment variable to the production site" and the agent executes the equivalent Netlify CLI/API calls directly, which is useful for developers who want deploy and config management folded into an AI pair-programming workflow instead of context-switching to the Netlify dashboard.
Terraform MCP Server
by HashiCorp
The Terraform MCP Server is HashiCorp's official integration that brings Terraform's infrastructure-as-code capabilities into AI assistants via the Model Context Protocol. It connects Claude Desktop, Cursor, VS Code, and other MCP clients to the Terraform ecosystem — letting you explore providers, look up module schemas, validate configurations, and work with HCP Terraform (Terraform Cloud) all through natural-language conversation. Core tools include: search the Terraform Registry for modules and providers by keyword, retrieve full provider schema documentation including resource arguments and attribute types, look up specific module input/output variables and their defaults, resolve provider version constraints and compatibility matrices, and run Terraform operations against HCP Terraform workspaces including plan, apply, and state inspection. A key use case is AI-assisted IaC authoring: ask Claude to "generate a Terraform module for an AWS VPC with public and private subnets using the latest aws provider schema" and the server fetches the live provider schema to ensure accurate attribute names and types rather than hallucinating outdated syntax. For HCP Terraform users, workspace integration supports listing workspaces, triggering runs, and checking plan output. HashiCorp maintains the server at hashicorp/terraform-mcp-server and distributes it as a pre-built binary for Linux, macOS (arm64 + amd64), and Windows. Install via: `npx @hashicorp/terraform-mcp-server`. Pairs well with GitHub MCP for full IaC PR review workflows.
AWS Bedrock
by AWS
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Azure
by Microsoft
Access to key Azure services and tools like Azure Storage, Cosmos DB, the Azure CLI, and more.
Google Cloud
by Google
Deploy code to Google Cloud Run and interact with GCP services.
Firebase
by Google
Firebase's experimental MCP Server to power your AI Tools.
Heroku
by Heroku
Interact with the Heroku Platform through LLM-driven tools for managing apps, add-ons, dynos, and databases.
DigitalOcean MCP Server
by digitalocean-labs
DigitalOcean MCP Server gives Claude, Cursor, and other MCP clients direct access to your DigitalOcean cloud infrastructure. The actively maintained community server lives at digitalocean-labs/mcp-digitalocean, built on the official godo Go SDK and the mark3labs/mcp-go framework — the earlier @digitalocean/mcp npm package under the digitalocean org has been archived in favor of this project. It exposes tools for managing Droplets, Kubernetes clusters, App Platform deployments, Spaces object storage, databases, VPCs, load balancers, and DNS records, letting an AI assistant provision, inspect, and tear down cloud resources through natural-language prompts instead of the doctl CLI or web console. Authentication uses a DigitalOcean Personal Access Token supplied via the DIGITALOCEAN_API_TOKEN environment variable — the README explicitly warns against hardcoding it into client config files, since committing a token to GitHub triggers automatic revocation. Typical workflows include deploying an app from a GitHub repo, redeploying with the latest changes, tailing logs, restarting components, and auditing which regions and droplet sizes are available before provisioning. Because it operates directly against billable cloud infrastructure, DigitalOcean recommends scoping tokens narrowly and reviewing any destructive action (deleting droplets, dropping databases) before confirming it in your MCP client.
Convex
by Convex
Introspect and query your apps deployed to Convex.
Daytona
by Daytona
Fast and secure execution of your AI generated code with Daytona sandboxes.
Replit
by Replit
Code execution and development environment.
GitHub Codespaces
by GitHub
Cloud development environments.
Gitpod (No MCP Server)
by Gitpod
Gitpod does not publish a Model Context Protocol server — a `gitpod-io/mcp-server` repo does not exist, and a GitHub search for "gitpod mcp" turns up nothing beyond an unrelated Minecraft joke repo. Gitpod's own product direction has moved toward Gitpod Flex and CDE-as-infrastructure rather than shipping an MCP tool surface, and unlike GitHub Codespaces (which has an official codespaces-mcp) no community project has stepped in to fill the gap either. If you want an AI agent to provision or control a Gitpod workspace over MCP, no first-party or notable community server currently exists for that — this entry is kept for search/reference purposes and will be updated if Gitpod or the community ships one. In the meantime, the closest cloud-dev-environment MCP options are the CodeSandbox and StackBlitz servers listed in this directory, or GitHub Codespaces MCP for a GitHub-native workflow.
StackBlitz MCP Server
by sxzz (Community)
An MCP server for reading files and project structure from StackBlitz projects, built by sxzz. Note this is a community project, not an official StackBlitz release — the previously-listed `stackblitz/mcp-server` repo does not exist. It exposes four tools: `resolve_project` looks up a StackBlitz project by ID or full stackblitz.com/edit/ URL and returns metadata (title, description, preset, visibility, file count); `list_files` renders the project's files as an ASCII tree, optionally filtered by a path prefix; `read_file` pulls the raw contents of a single file by path; and `search_files` runs a text or regex search across the project with case-sensitivity and result-limit options. It also exposes two MCP resource URI patterns — `stackblitz://{projectId}/tree` for the file tree and `stackblitz://{projectId}/files/{path}` for individual file contents — so an agent can browse a StackBlitz reproduction repo the same way it would a local directory. The server is read-only (no file writing or sandbox execution) and requires no API key, since it works against StackBlitz's public project data. It's aimed at the common "someone shared a StackBlitz repro link, now debug it" workflow: paste the project ID into Claude/Cursor and let the agent inspect the code directly instead of you copy-pasting files by hand. Install via npm as a global CLI (`stackblitz-mcp`) and wire it into any MCP-compatible client's config.
CodeSandbox MCP Server
by techlibs (Community)
A Model Context Protocol server that exposes the official CodeSandbox SDK as MCP tools for AI agents, built by techlibs. This is a community project (not an official CodeSandbox release) — the previously-listed `codesandbox/mcp-server` repo does not exist. Unlike simpler read-only sandbox browsers, this server is fully stateless and covers the entire sandbox lifecycle: `createSandbox` (optionally forking a template, with privacy/title/tags/VM-tier/hibernation settings), `resumeSandbox` and `hibernateSandbox` for VM power state, `getSandboxInfo` for metadata without starting the VM, and `updateSandbox` for changing VM tier (Pico through XLarge) or hibernation timeout. File and shell access go through per-call sessions — `createSession`/`resumeSession` (with read/write permission, environment variables, and optional Git identity for commits) back `readFile`, `readdir`, and `writeFile`, all of which connect per call using a sandboxId + sessionId rather than holding open server-side state. A `--read-only` CLI flag disables all mutating tools and defaults new sessions to read permission, which is the recommended mode for agents you don't fully trust with a live VM. Requires a `CODESANDBOX_API_TOKEN` (or `CSB_API_KEY`) from your CodeSandbox account and Node.js 18+. Run via `npx @techlibs/codesandbox-mcp` in any MCP client config; the CLI binary is `mcp-server-codesandbox`.
Defang
by Defang
Deploy your project to the cloud seamlessly with the Defang platform.
Aiven
by Aiven
Navigate your Aiven projects and interact with PostgreSQL, Kafka, ClickHouse, OpenSearch.
AWS DynamoDB
by aws-samples
Query and manage AWS DynamoDB tables using natural language. Supports single-table design patterns, GSIs, and batch operations.
CockroachDB
by cockroachdb
Distributed SQL database MCP server. Execute transactions, manage schemas, and query CockroachDB with full PostgreSQL-compatible SQL.
Fly.io
by superfly
Deploy and manage applications on Fly.io. Scale machines, inspect logs, manage secrets, and orchestrate global deployments via AI.
Railway MCP Server
by Railway
Railway's official MCP server puts your Railway projects — services, databases, environment variables, deployments, networking, volumes, and templates — inside natural-language reach of Claude Code, Cursor, GitHub Copilot, OpenAI Codex, Factory Droid, and OpenCode. As of the current release, the standalone `@railway/mcp-server` npm package is deprecated in favor of shipping MCP support directly inside the Railway CLI: running `railway mcp` starts a local stdio server, while `railway mcp install` auto-detects installed AI tools and writes the correct client config for you (add `--agent <tool>` to target one, or `--remote` to point clients at Railway's hosted server at mcp.railway.com instead of the local binary). The installer merges Railway's entry into existing MCP configs without clobbering other servers you've already set up. Once connected, you can ask your AI agent to spin up a new environment from a GitHub repo, roll environment variables across services, inspect deploy logs when a build fails, provision a Postgres or Redis instance, or manage networking and volume mounts — all without leaving your editor or touching the Railway dashboard. Because the CLI is the source of truth, keeping `railway` up to date is enough to pick up new MCP tools; there's no separate npm package to track anymore. The legacy `@railway/mcp-server` package still works as a compatibility shim — it detects a missing Railway CLI and prints migration instructions rather than failing silently.
Render MCP Server
by Render
Render's official MCP server connects AI coding tools directly to your Render cloud infrastructure — create and manage web services, static sites, background workers, cron jobs, and PostgreSQL/Redis databases without leaving your editor. The primary integration path is Render's hosted server at mcp.render.com/mcp, authenticated with a scoped Render API key generated from your Account Settings page; configure it in Cursor, Codex, Claude Code (via `claude mcp add --transport http`), Claude Desktop (via the `mcp-remote` bridge), or Jules with a few lines of JSON. Render also publishes the underlying implementation as an open-source Go project (render-oss/render-mcp-server) for teams that want to inspect or self-host the tool-calling logic. Core tools span workspace selection (list_workspaces, select_workspace), service management (list_services, get_service, create_web_service, create_static_site, create_cron_job with full runtime/plan/region options), deploy triggers, log and metrics inspection for debugging failed builds, and direct Postgres database queries from inside the LLM. Render explicitly flags that the server currently supports one potentially destructive action — modifying an existing service's environment variables — so it scopes API keys broadly but keeps write operations narrow. Typical prompts include "deploy this repo as a new Node web service in Oregon" or "show me the last 100 log lines for my API service and tell me why it's crashing." Because it's a hosted remote server, there's no local runtime to keep updated, and Render ships new tools directly through mcp.render.com without requiring a client-side package upgrade.
Checked 8d ago
AWS S3
by aws-samples
Interact with Amazon S3 buckets and objects. Upload, download, list, and manage files, configure bucket policies, and analyze storage costs.
AWS Lambda
by aws-samples
Invoke and manage AWS Lambda functions. Test functions locally, deploy code, view execution logs, and manage layers and event source mappings.
AWS EC2
by aws-samples
Manage EC2 instances, security groups, AMIs, and VPCs. Start/stop instances, query metadata, analyze costs, and automate infrastructure tasks.
Azure Blob Storage
by microsoft
Manage Azure Blob Storage containers and blobs. Upload and download files, configure access tiers, manage lifecycle policies, and inspect metadata.
Google Cloud Storage
by GoogleCloudPlatform
Access and manage Google Cloud Storage buckets and objects. Transfer files, configure IAM permissions, set retention policies, and analyze storage usage.
Akamai Cloud (Linode)
by linode
Manage Linode/Akamai Cloud instances, object storage, and Kubernetes clusters. Deploy, resize, and monitor cloud resources via natural language.
Hetzner Cloud
by hetznercloud
Manage Hetzner Cloud servers, load balancers, and volumes. Deploy European cloud infrastructure, manage firewalls, and monitor resource usage via AI.
Backblaze B2
by backblaze
Affordable cloud storage MCP for Backblaze B2. Manage buckets, upload/download files, configure lifecycle rules, and generate presigned URLs.
BunnyCDN
by BunnyWay
Manage BunnyCDN zones, storage, and video streaming. Purge cache, upload to bunny storage zones, manage pull zones, and analyze bandwidth usage.
Fastly
by fastly
Manage Fastly CDN services, VCL configurations, and edge logic. Purge cache, deploy edge functions, and monitor real-time performance metrics.
Argo CD
by argoproj
Declarative GitOps continuous delivery for Kubernetes. Manage applications, sync deployments, inspect health status, and rollback releases via AI.
Helm
by helm
Kubernetes package manager MCP server. Install, upgrade, and roll back Helm charts. Inspect release history, manage repositories, and debug chart templates.
HashiCorp Consul
by hashicorp
Service mesh and configuration management MCP. Query service discovery, manage KV store, inspect health checks, and configure intentions.
Tekton Pipelines
by tektoncd
Kubernetes-native CI/CD pipeline MCP. Manage Tekton tasks, pipelines, and runs. Inspect logs, trigger pipelines, and debug task failures with AI.
Google Vertex AI
by GoogleCloudPlatform
Access Google's Gemini and other AI models via Vertex AI. Fine-tune models, run batch predictions, and manage ML pipelines with enterprise-grade security.
AWS SageMaker
by aws-samples
Deploy and manage ML models on AWS SageMaker. Run inference on endpoints, manage training jobs, track experiments, and use SageMaker Studio capabilities.
Modal
by modal-labs
Run Python functions in the cloud with Modal. Deploy serverless GPU workloads, schedule jobs, build ML pipelines, and access data lakes without infrastructure setup.
Wiz
by wiz-inc
Cloud security platform MCP for Wiz. Query misconfigurations, vulnerabilities, and security risks across multi-cloud environments with natural language.
Lacework
by lacework
Cloud security analytics MCP for Lacework. Investigate threats, query behavioral anomalies, and analyze cloud activity across AWS, Azure, and GCP.
Imgix
by imgix
Real-time image processing and CDN MCP for Imgix. Transform images on-the-fly with URL-based parameters, generate responsive srcsets, and manage rendering pipelines.
Docker Compose
by docker-compose-mcp
Manage multi-container Docker applications with Compose MCP. Start, stop, and scale services, inspect container logs, and manage service dependencies.
Kubernetes Dashboard
by k8s-mcp
Advanced Kubernetes cluster management MCP. Manage namespaces, deployments, services, ingresses, and custom resources beyond what the basic kubectl server offers.
AWS CLI
by awscli-mcp
Execute AWS CLI commands via MCP. Query any AWS service, manage resources across regions, configure profiles, and automate complex multi-service workflows.
Google Cloud CLI
by gcloud-mcp
Execute gcloud commands via MCP. Manage GCP resources across all services, configure projects and IAM, and automate Google Cloud workflows.
Azure CLI
by azure-cli-mcp
Execute az commands via MCP. Manage Azure resources, subscriptions, and services. Automate infrastructure deployments and resource group management.
Proxmox VE
by proxmox-mcp
Manage Proxmox Virtual Environment hypervisor via MCP. Create and control VMs and LXC containers, manage storage, configure networking, and monitor cluster nodes.
Cloudflare Pages
by cloudflare-mcp
Deploy and manage Cloudflare Pages projects via MCP. Trigger deployments, manage environment variables, configure custom domains, and inspect build logs.
Neon Serverless Postgres
by neondatabase
Serverless PostgreSQL with branching MCP for Neon. Create database branches for dev/test, auto-scale compute, and manage connection pooling for modern apps.
Render MCP
by community
Manage Render deployments from your AI assistant. Trigger deploys, check service status, manage environment variables, inspect build and deploy logs, and configure scaling settings.
Coolify MCP
by community
Self-hosted Heroku/Netlify alternative control via MCP. Manage applications, databases, and services on your own infrastructure. Deploy from Git, manage environment variables, and monitor logs.
Appwrite MCP
by appwrite
Full-stack backend platform MCP server. Manage Appwrite databases, authentication, storage, and functions from your AI assistant. Create documents, manage users, and trigger serverless functions.
Turso MCP
by tursodatabase
Edge SQLite database MCP server. Access Turso databases at the edge with sub-millisecond latency. Query, insert, and manage your Turso database instances — including multi-tenant group databases — from your AI assistant.
Particle IoT MCP
by particle-iot
Particle platform MCP server for managing IoT devices and fleets. Flash firmware, read device variables, call functions, subscribe to events, and monitor Particle Photon/Argon/Boron devices via Particle Cloud API.
Balena IoT MCP
by balena-io
Balena fleet management MCP server for Linux IoT devices. Deploy containerized applications, manage device fleets, monitor resource usage, update configurations, and access device logs via balenaCloud API.
HashiCorp Nomad MCP
by hashicorp
HashiCorp Nomad workload orchestrator MCP server. Deploy and manage containerized and non-containerized applications, inspect job allocations, scale task groups, query node health, and manage namespaces via Nomad API.
vLLM MCP
by vllm-project
High-throughput LLM inference via vLLM. Run PagedAttention-optimized serving for open-source models at production scale with continuous batching and streaming support.
Infura MCP
by ConsenSys
Ethereum, IPFS, and Web3 infrastructure via Infura. Query mainnet and testnets, deploy contracts, store files on IPFS, and access 10+ blockchain networks through a single endpoint.
Wasabi Cloud Storage MCP
by wasabi-tech
S3-compatible cloud object storage via Wasabi. Upload, download, list, and manage files across buckets at 80% less cost than AWS S3 — uses standard S3 API so fully compatible with S3 tools.
TiDB MCP
by pingcap
Distributed SQL database via TiDB Cloud. Run MySQL-compatible queries at scale, manage multi-region clusters, inspect execution plans, export data to S3, and access TiDB Serverless through the MCP integration.
Apache Pulsar MCP
by apache
Distributed messaging and streaming via Apache Pulsar. Produce and consume messages from topics, manage namespaces and tenants, inspect subscription backlogs, and configure retention and replication policies.
Turso
by tursodatabase
Query and manage Turso edge SQLite databases. Execute SQL queries, manage database replicas, handle schema migrations, and work with embedded SQLite at the edge.
Oracle Cloud
by oracle-cloud-dev
Manage Oracle Cloud Infrastructure (OCI) resources including compute instances, storage, networking, databases, and Kubernetes clusters via the OCI SDK.
Vultr
by vultr-dev
Manage Vultr cloud infrastructure including compute instances, bare metal servers, Kubernetes, block storage, and managed databases via the Vultr API.
SaltStack
by saltproject-community
Automate infrastructure configuration and management via SaltStack (Salt). Execute remote commands, manage state files, orchestrate deployments, and query minion data.
Puppet
by puppet-dev
Manage infrastructure as code with Puppet. Query node reports, apply manifests, inspect resource states, manage Hiera data, and orchestrate Puppet agent runs across your infrastructure.
ThingsBoard
by thingsboard-community
Connect to ThingsBoard IoT platform. Manage devices, read telemetry data, create dashboards, configure alarms, and automate IoT workflows. Supports both cloud and self-hosted deployments.
EMQX Broker
by emqx
Interface with EMQX MQTT broker for IoT messaging. Publish and subscribe to topics, manage client connections, monitor broker stats, and configure access control lists for secure device communication.
Orca Security
by orca-security
Query Orca Security cloud security posture management. Retrieve risks, vulnerabilities, and misconfigurations across AWS, Azure, and GCP. Investigate attack paths, compliance status, and asset inventories.
Wiz
by wiz-engineering
Interface with Wiz cloud security platform. Query vulnerabilities, misconfigurations, and security issues across cloud infrastructure. Investigate risk graphs, compliance frameworks, and remediation priorities.
HiveMQ
by hivemq
Manage HiveMQ enterprise MQTT broker. Monitor connected clients, subscriptions, and message throughput. Query retained messages, manage access control, and analyze broker performance metrics.
AWS IoT Core
by aws-labs
Interact with AWS IoT Core for device management and messaging. Manage thing registries, certificates, and policies. Publish and subscribe via MQTT, query device shadows, and monitor IoT rules and jobs.
Azure IoT Hub
by azure-community
Manage Azure IoT Hub device fleet. Query device twins, send cloud-to-device messages, invoke direct methods, monitor telemetry routing, and manage IoT Hub endpoints and consumer groups.
Chef Infra
by chef-community
Integrate with Chef infrastructure automation via MCP. Query node inventories, cookbooks, recipes, roles, environments, and data bags. Trigger Chef runs, audit compliance with InSpec, and manage infrastructure as code across cloud and on-premises environments.
Pulumi
by pulumi-community
Connect to Pulumi infrastructure as code via MCP. Query stacks, resources, updates, and drift detection. Preview and deploy cloud infrastructure changes across AWS, Azure, GCP, and 100+ cloud providers using your preferred programming language through Pulumi AI.
PlanGrid (Autodesk Build)
by autodesk-community
Connect to Autodesk Build/PlanGrid construction document management via MCP. Access project blueprints, submittals, RFIs, punch list items, and daily reports. Track field issues, sync sheet revisions, manage attachments, and collaborate on construction documents across web and mobile.
Rockwell FactoryTalk
by community
Rockwell Automation FactoryTalk platform API — connect to industrial controllers, monitor production line data, analyze OEE metrics, and manage factory automation workflows.
Honeywell Forge
by community
Honeywell Forge industrial IoT platform API — access building and industrial asset data, energy consumption analytics, predictive maintenance insights, and connected worker data.
GE Digital Predix
by community
GE Digital Predix industrial IoT and analytics platform — connect industrial assets, analyze operational data, run predictive maintenance models, and monitor equipment health.
PTC Windchill PLM
by community
PTC Windchill product lifecycle management API — manage CAD files, BOMs, change orders, and ECOs. Access part revision history, manage document vaults, query product structure, and integrate engineering change workflows with ERP and manufacturing systems.
Dassault 3DEXPERIENCE Platform
by community
Dassault Systèmes 3DEXPERIENCE platform API — access CATIA models, manage ENOVIA PLM data, query SOLIDWORKS Manage PDM, retrieve simulation results from SIMULIA, and orchestrate collaborative engineering workflows on the 3DEXPERIENCE platform.
Airbyte Data Integration
by community
Airbyte open-source data integration platform API — manage 300+ connectors, trigger ELT sync jobs, monitor connection health, view sync logs, and orchestrate data pipeline runs between sources (SaaS, databases, APIs) and destinations (warehouses, lakes).
BentoML
by community
BentoML model serving and deployment MCP — build and deploy ML services, manage Bentos and runners, scale inference endpoints, monitor serving performance, and package models for production with any framework.
YugabyteDB
by community
YugabyteDB distributed SQL database MCP — run queries on PostgreSQL-compatible distributed clusters, manage universes, inspect node health, scale clusters, and leverage YSQL and YCQL APIs for multi-region deployments.
Sigma Computing
by community
Sigma Computing cloud BI MCP — query live data from your cloud warehouse via Sigma workbooks, retrieve element values and filters, access shared datasets, explore pivot tables and charts, and embed governed analytics into AI workflows.
Bunny.net
by community
Bunny.net CDN and edge platform MCP — manage pull zones and storage buckets, purge CDN cache, query bandwidth and traffic analytics, configure edge rules, manage video stream libraries, and monitor CDN performance across global PoPs.
Cloudflare Stream
by community
Cloudflare Stream video delivery MCP — upload and manage videos, query playback analytics and viewer counts, generate signed URLs, manage live streams, configure watermarks and encoding settings, and retrieve video processing status at scale.
Cumulocity IoT
by community
Cumulocity IoT platform MCP — query connected device inventory, retrieve sensor measurements and events, manage device groups and configurations, access real-time telemetry streams, trigger remote operations on devices, and monitor alarm states across your IoT network.
AWS HealthLake MCP
by awslabs
AWS HealthLake FHIR MCP server — access and manage HIPAA-eligible FHIR R4 datastores on Amazon HealthLake. Query patients, conditions, medications, observations, and clinical documents. Auto-discovers datastores, 11 FHIR tools built-in.
ESP RainMaker MCP
by espressif
Espressif's official ESP RainMaker IoT platform MCP server — control and monitor ESP32/ESP8266 devices via the RainMaker cloud. Query device parameters, send commands, manage device groups, access time-series sensor data, and trigger automations.
Redis Cloud MCP
by redis
Official Redis Cloud MCP server — create, configure, and manage Redis Cloud databases via natural language. Manage subscriptions, databases, security rules, and access control. Built by Redis to bring AI-native control to the Redis Cloud platform.
Home Assistant MCP (Extended)
by tevonsb
Extended Home Assistant MCP server with advanced automation support — control entities, create automations, manage scripts, query energy usage, access history, and interface with the HA event bus. Supports HA Long-Lived Access Tokens and REST API.
Microsoft Sentinel
by microsoft
Official Microsoft Sentinel SIEM MCP server. Query security incidents, hunt threats using KQL, explore data tables, retrieve alerts, and automate security operations workflows directly from AI agents. Connects to Microsoft Sentinel's data lake via natural language.
Microsoft Fabric
by microsoft
Local-first MCP server for Microsoft Fabric analytics platform. Access lakehouses, warehouses, pipelines, Power BI reports, and Spark notebooks via AI agents. Query item definitions, manage workspaces, and leverage Fabric REST APIs for unified analytics.
Microsoft Dev Box
by microsoft
Official MCP server for Microsoft Dev Box. Enable natural language interactions for developer-focused operations — manage Dev Boxes, configure environments, handle pools, start/stop/create/delete dev environments, and access development portal APIs.
Azure AI Foundry
by microsoft
Official MCP server for Azure AI Foundry (formerly Azure ML Studio). Access models, knowledge bases, evaluations, deployments, and experiments. Manage AI model lifecycle, fine-tuning jobs, and endpoint deployments across Azure AI services.
Azure Resource Graph
by microsoft
MCP server to query Azure Resource Graph for AI-powered infrastructure analysis. Retrieve and filter information about Azure resources across subscriptions using KQL, manage ARM deployments, and explore resource relationships with natural language queries.
Cloudflare Workers AI
by cloudflare
Cloudflare Workers AI inference platform via MCP. Run 50+ AI models at the edge including LLaMA, Mistral, Stable Diffusion, and Whisper. Access text generation, embeddings, image classification, translation, and speech-to-text — all serverless with no GPU setup required.
DJI SDK
by dji-community
DJI drone telemetry and control via MCP. Access real-time flight telemetry, GPS coordinates, altitude, battery level, and camera gimbal state. Retrieve flight logs, manage media files, check geofencing zones, and control camera settings for DJI drones via the DJI Cloud API.
IBM MQ
by ibm-messaging
IBM MQ queue manager integration via MCP. List local queue managers, run MQSC commands, inspect queue depths and channel status, and manage IBM MQ infrastructure. Built for enterprise messaging and event-driven architectures.
IBM Content Services (FileNet)
by ibm-ecm
IBM FileNet Content Manager integration via MCP. Access and manage enterprise content repositories, extract document properties, run AI document insight analysis, classify content, and interact with IBM's enterprise content management platform.
IBM watsonx.data
by IBM
IBM watsonx.data lakehouse integration via MCP. Query document libraries, run natural language analytics against IBM's data lakehouse platform, retrieve structured data using the watsonx.data AI-powered retrieval service, and interact with enterprise data stored in watsonx.
IBM Business Automation Workflow
by ibmbpm
IBM Business Automation Workflow (BAW) integration via MCP. Connect AI agents to IBM BAW process management, automate business workflows, query process instances and task lists, manage case management, and integrate AI into enterprise BPM workflows.
IBM Cloud Object Storage
by IBM
IBM Cloud Object Storage integration via MCP with 37 comprehensive tools. Supports stdio and HTTP transport modes. Upload, download, list, and manage objects and buckets in IBM COS. Seamlessly integrates with WatsonX Orchestrate and agent frameworks for enterprise cloud storage workflows.
IBM Master Data Management
by IBM
IBM MDM (Master Data Management) integration via MCP. Search and retrieve master data records, manage customer/product/supplier MDM entities, query cross-reference data, and perform entity resolution operations via Claude and other AI assistants.
IBM OpenPages GRC
by IBM
IBM OpenPages Governance, Risk, and Compliance (GRC) platform integration via MCP. Query risk assessments, manage controls and issues, access compliance frameworks, interact with GRC workflows, and integrate AI-assisted risk analysis into enterprise governance processes.
IBM Data Intelligence
by IBM
IBM Data Intelligence unified MCP gateway for the watsonx ecosystem. Exposes and manages MCP tools across microservices in IBM's Data Intelligence platform, enabling AI agents to access data catalogs, lineage information, quality metrics, and enterprise data governance tools from a single endpoint.
Cloudflare Workers Bindings
by cloudflare
Cloudflare Workers development MCP server for on-the-fly application building with D1 databases, R2 object storage, KV stores, and other Workers bindings. Create tables, query data, upload objects, and manage Workers primitives directly from AI tools as you build Cloudflare applications.
SAP ABAP ADT
by fr0ster
SAP ABAP development tools via MCP with full CRUD support, JWT/XSUAA, and service-key authentication. Supports SAP BTP ABAP Cloud and On-Premise ECC/S/4HANA. Read, create, modify, and test ABAP programs, classes, and function modules; run ABAP unit tests; and navigate ADT objects in live SAP systems from AI assistants.
Salesforce Data 360
by salesforce
Salesforce Data 360 MCP server (Developer Preview, May 2026). Access unified customer data across Salesforce clouds, query Data Cloud segments and profiles, run identity resolution lookups, retrieve calculated insights, and connect AI agents to Salesforce's real-time customer data platform.
Salesforce Hosted MCP
by salesforce
Salesforce's managed remote MCP servers that connect AI assistants (Claude, ChatGPT, Copilot) securely to your Salesforce logic and assets. Access Apex classes, Flows, metadata, SOSL search, and business logic without deploying local infrastructure. OAuth-authenticated and runs on Salesforce's own infrastructure.
EPLAN Electric P8
by covagashi
EPLAN Electric P8 and EEC PRO 2026 automation via MCP. Drive EPLAN P8 directly from a local MCP server using AI-assisted script generation. Includes a documentation scraper and local RAG indexer for EEC Pro, plus remote MCP servers on Cloudflare Workers exposing indexed electrical engineering documentation via semantic search.
NetBox MCP
by netboxlabs
NetBox network source of truth MCP server. Query IP addresses, prefixes, devices, rack layouts, circuits, and DCIM data through the NetBox REST API.
Nautobot MCP
by networktocode
Nautobot network automation platform MCP server. Interact with your network source of truth, jobs, and GraphQL API to automate network operations.
Cisco Meraki MCP
by cisco-community
Cisco Meraki cloud-managed networking MCP server. Query network topology, clients, alerts, and device health across Meraki MX, MR, MS, and MV products.
Palo Alto Panorama MCP
by paloaltonetworks-community
Palo Alto Networks Panorama centralized firewall management MCP server. Query security policies, threat logs, and device status across your NGFW fleet.
Juniper Mist MCP
by juniper-community
Juniper Mist AI-driven networking MCP server. Query wireless clients, AP health, SLE metrics, and WAN insights through the Mist cloud API.
Aruba Central MCP
by aruba-community
HPE Aruba Central network management MCP server. Monitor access points, switches, gateways, and clients across Aruba Central-managed networks.
Infoblox MCP
by infoblox
Infoblox DDI (DNS, DHCP, IPAM) MCP server. Query and manage IP address space, DNS records, and DHCP leases through the Infoblox NIOS REST API.
Nhost MCP
by nhost
Nhost open-source Firebase alternative MCP server. Interact with Hasura GraphQL APIs, authentication, storage, and serverless functions on your Nhost backend.
Back4App MCP
by back4app
Back4App managed Parse Server platform MCP integration. Query and mutate Parse objects, manage users, and trigger cloud functions on your Back4App backend.
Baselime MCP
by baselime
Baselime serverless and edge observability MCP server. Query distributed traces, logs, and metrics from AWS Lambda, Cloudflare Workers, and Vercel Edge Functions.
Cloudflare D1 MCP
by cloudflare
Cloudflare D1 serverless SQLite MCP server. Query and manage your D1 databases at the edge, run SQL against production or preview databases, and inspect schema and bindings.
GoDaddy MCP
by Community
Manage GoDaddy domains, DNS records, and SSL certificates via the GoDaddy REST API.
Namecheap MCP
by Community
Query and manage Namecheap domains, DNS zones, and WHOIS information through the Namecheap API.
Porkbun MCP
by Community
Manage Porkbun domains, DNS records, and SSL certificates using the Porkbun API.
AWS Route 53 MCP
by Community
Manage AWS Route 53 hosted zones, DNS records, health checks, and routing policies.
ArgoCD MCP
by Community
Interact with ArgoCD applications, sync statuses, rollback deployments, and manage GitOps pipelines.
Flux CD MCP
by Community
Manage Flux CD GitOps resources, Kustomizations, HelmReleases, and sources for Kubernetes continuous delivery.
Crossplane MCP
by Community
Provision and manage cloud infrastructure resources across providers using Crossplane compositions and XRDs.
Istio Service Mesh MCP
by Community
Configure Istio traffic management, mTLS policies, service entries, and observability for Kubernetes services.
KEDA MCP
by Community
Manage KEDA ScaledObjects, ScaledJobs, and event-driven autoscaling triggers for Kubernetes workloads.
Podman MCP
by Community
Manage Podman containers, pods, images, and volumes without requiring root privileges.
Rancher MCP
by Community
Manage Rancher multi-cluster Kubernetes environments, projects, namespaces, and workloads.
Portainer MCP
by Community
Manage Docker and Kubernetes environments through Portainer — stacks, containers, volumes, and networks.
AWS Cognito MCP
by Community
Manage AWS Cognito user pools, identity pools, users, groups, and app client configurations.
Google Firestore MCP
by Community
Query and manage Google Firestore collections, documents, subcollections, and real-time listeners.
Google AlloyDB MCP
by Google
Connect to Google AlloyDB for PostgreSQL-compatible queries, connection pooling, and cluster management.
Google Cloud Spanner MCP
by Google
Execute SQL queries and manage schemas on Google Cloud Spanner — global distributed relational database.
Google Bigtable MCP
by Community
Read and write Google Cloud Bigtable rows, manage column families, and run time-series queries at scale.
K3s MCP
by Community
Manage K3s lightweight Kubernetes clusters — deployments, services, ingress, and config on edge and IoT nodes.
Anyscale (Ray Serve)
by Community
Deploy and query ML models on Anyscale — run Ray Serve endpoints, scale LLM inference, and manage fine-tuned model deployments on Anyscale's managed Ray platform.
Baseten
by Community
Deploy and call ML models on Baseten — invoke Truss-packaged models, manage deployments, monitor performance, and handle autoscaling for production AI workloads.
RunPod
by Community
Manage GPU cloud workloads on RunPod — spin up serverless endpoints, manage pods, query GPU availability, and run custom AI inference at scale.
Lightning AI Studios
by Community
Build and train ML models on Lightning AI — launch cloud studios, run training jobs, deploy models, and manage compute via the Lightning AI platform API.
AWS SQS MCP
by community
Amazon SQS server for sending, receiving, and managing messages in AWS Simple Queue Service queues.
Azure Service Bus MCP
by community
Microsoft Azure Service Bus integration for cloud messaging, queues, and pub/sub topics via MCP.
Modal Labs MCP
by modal-com
Modal Labs serverless GPU cloud — deploy, run, and manage ML models and Python functions with instant scale.
Inferless MCP
by inferless
Inferless serverless ML inference platform — deploy and call AI models with automatic GPU scaling.
Lepton AI MCP
by leptonai
Lepton AI cloud platform for deploying open-source LLMs and AI applications with simple Python APIs.
Cerebrium MCP
by cerebriumai
Cerebrium ML infrastructure platform — deploy GPU workloads and custom AI models serverlessly via MCP.
Microsoft PlayFab MCP
by microsoft
Microsoft PlayFab game backend — manage players, economy, matchmaking, leaderboards, and live game data.
Val Town MCP
by val-town
Val Town serverless JavaScript platform — create, run, schedule, and manage vals (functions) from your AI assistant.
Deno Deploy MCP
by denoland
Deno Deploy edge serverless platform — deploy, manage, and monitor JavaScript/TypeScript functions globally.
Tuya Smart MCP
by tuya
Tuya IoT cloud platform — control Tuya/Smart Life compatible smart home devices, manage device status, scenes, and automations via the Tuya OpenAPI.
Harness MCP
by harness
Official Harness CI/CD MCP server with 240+ tools for pipeline management, deployment automation, feature flags, and cloud cost optimization.
AWS IoT Core MCP
by community
Connect to AWS IoT Core for device management, MQTT messaging, rules engine, and IoT Analytics.
Azure IoT Hub MCP
by community
Manage Azure IoT Hub devices, digital twins, and telemetry streams for enterprise IoT applications.
Google Cloud IoT MCP
by community
Interface with Google Cloud IoT Core and Pub/Sub for device registry, telemetry, and IoT data pipelines.
Ray Distributed Computing MCP
by community
Interact with Ray clusters for distributed ML training, hyperparameter tuning, data processing, and AI serving at scale.
Azure Machine Learning MCP
by community
Manage Azure ML experiments, datasets, compute clusters, model registries, and deployments through AI-assisted MLOps workflows.
AWS Bedrock MCP
by community
Access AWS Bedrock foundation models — Titan, Jurassic, Stable Diffusion, and more — through AI agent workflows without API key management.
Apache HBase MCP
by community
Query and manage Apache HBase for distributed, scalable NoSQL storage on top of Hadoop HDFS through AI-assisted data operations.
Citus Distributed PostgreSQL MCP
by community
Scale PostgreSQL horizontally with Citus — run distributed queries, shard management, and parallel analytics through AI-driven data workflows.
AWS HealthLake MCP
by community
Query AWS HealthLake FHIR-compliant data lake for clinical analytics, population health management, ML-powered health insights, and HIPAA-eligible healthcare data storage.
Modal Labs Serverless GPU MCP
by community
Deploy and run Python functions on Modal serverless GPU infrastructure — model fine-tuning, batch inference, scheduled jobs, and web endpoints with pay-per-use GPU pricing.
HashiCorp Vault Secrets MCP
by community
Access HashiCorp Vault for secrets management — read/write secrets, dynamic credentials, PKI certificates, SSH key signing, encryption as a service, and audit log queries.
Google Cloud Storage MCP
by community
Interact with Google Cloud Storage buckets — upload, download, list, copy, and delete objects, manage bucket policies and lifecycle rules, generate signed URLs, set CORS configurations, and monitor storage usage metrics.
Google Vertex AI MCP
by community
Access Google Vertex AI ML platform — deploy and query models, run batch predictions, manage Vertex AI Feature Store and Model Registry, trigger AutoML training jobs, and integrate Vertex AI Search and Conversation APIs.
Google Workspace Admin MCP
by community
Administer Google Workspace organizations — manage users, groups, and organizational units, configure domain settings, monitor audit logs, handle device management, and automate onboarding and offboarding workflows via Admin SDK.
Octopus Deploy MCP
by community
Automate Octopus Deploy release management — create and promote releases, trigger deployments across environments, manage runbooks, query deployment history, and monitor tenanted multi-environment pipelines via REST API.
Atlantis Terraform MCP
by community
Interact with Atlantis pull request automation for Terraform — trigger plan and apply runs, list pending workflow locks, check workspace status, view atlantis.yaml config, and manage project-level access policies.
CDK for Terraform MCP
by community
Work with CDK for Terraform (CDKTF) stacks — synthesize HCL from TypeScript/Python/Java constructs, plan and apply stacks against cloud providers, query state outputs, and manage CDKTF project scaffolding via CLI.
AWS IoT Greengrass MCP
by community
Manage AWS IoT Greengrass edge deployments — list Greengrass groups and cores, deploy Lambda/component updates to edge devices, query shadow state, manage subscriptions and connectors, inspect component health via Greengrass API, and pull CloudWatch device metrics.
Azure Quantum MCP
by community
Access quantum hardware and simulators via Azure Quantum — submit jobs to IonQ, Quantinuum, and Pasqal backends, query workspace providers and target availability, retrieve job output data and histograms, manage Azure Quantum workspaces, access resource estimator outputs, and monitor credits and usage via Azure REST APIs.
Azure Form Recognizer MCP
by community
Extract structured data from forms and documents using Azure AI Document Intelligence — analyze invoices, receipts, business cards, and custom forms; query pre-built model results; manage custom model training and labeling; retrieve layout analysis with tables and selection marks; and access key-value extraction via the Azure REST API.
Veeam Backup MCP
by community
Backup and recovery management via Veeam REST API — query backup job status and schedule, trigger on-demand backup and restore operations, retrieve restore points and recovery metadata, monitor infrastructure health and backup repository capacity, manage replication jobs and failover plans, retrieve audit logs and compliance reports, and monitor SLA adherence across protected workloads.
Commvault MCP
by community
Enterprise data management via Commvault Command Center API — manage backup and restore jobs, query protection status for virtual machines, databases, and cloud workloads, retrieve SLA compliance reports, initiate granular recoveries and disaster recovery tests, manage storage policies and data aging, access audit trails, and monitor infrastructure health across hybrid environments.
Zerto MCP
by community
Disaster recovery and continuous data protection via Zerto API — monitor Virtual Protection Groups and replication health, retrieve RPO metrics and recovery point history, initiate failover and failback operations, manage recovery sites and VM protection, access journal-based recovery checkpoints, retrieve compliance and analytics reports, and monitor WAN bandwidth consumption for replication traffic.
Autodesk Construction Cloud MCP
by community
Construction project management via Autodesk Construction Cloud API — access BIM 360 and ACC project data, retrieve RFIs, submittals, and issues, manage document control and sheet sets, query cost management data and budget tracking, access model coordination and clash detection results, retrieve daily logs and progress reports, manage project members and permissions, and integrate with Procore and scheduling tools.
SailPoint IdentityNow MCP
by community
Manage enterprise identity governance via SailPoint IdentityNow — query user identities and access entitlements, run access certification campaigns, manage provisioning policies, detect access anomalies and risky entitlements, trigger deprovisioning workflows, pull compliance reports for SOX and SOC 2 audits, manage role mining, and automate joiner-mover-leaver processes.
HashiCorp Vault MCP
by community
Manage secrets and encryption via HashiCorp Vault — read and write secrets from KV secret engines, generate dynamic database and cloud credentials, manage PKI certificates, access AppRole and Kubernetes auth methods, rotate static secrets, query audit logs, manage policies and tokens, and integrate secrets management into CI/CD pipelines and infrastructure automation.
Snowflake MCP
by community
Query and manage Snowflake data warehouse via the Snowflake connector — execute SQL queries across databases and schemas, manage warehouses and compute resources, access data sharing and marketplace listings, query query history and cost analytics, manage user roles and access controls, handle data loading via stages, access Snowpark workloads, and build data governance workflows.
Matillion MCP
by community
Orchestrate cloud data transformation via Matillion ETL — manage jobs and pipelines, trigger transformation workflows, query job execution history and logs, manage environment configurations and variables, access component libraries for data transformation, handle API and database source connections, monitor pipeline performance, and build data engineering automation for Snowflake, Redshift, and BigQuery.
Apache Pulsar MCP
by community
Interact with Apache Pulsar distributed messaging via the Pulsar admin API — manage topics, namespaces, and tenants, publish and consume messages, configure message retention and TTL, manage subscriptions and consumer groups, query topic statistics and backlog, handle schema registry, configure geo-replication, manage authentication and authorization, and monitor broker health.
New Relic MCP
by community
Query observability data via the New Relic NRQL API — run NRQL queries across APM metrics, distributed traces, and logs, access application performance baselines, query error rates and response times, manage alert policies and conditions, pull infrastructure metrics for hosts and containers, access synthetic monitor results, and build dashboards and SLO compliance reports.
Terraform MCP
by community
Manage infrastructure as code via Terraform CLI and the Terraform Cloud API — run plan, apply, and destroy operations, query state files and resource inventory, manage workspaces and variable sets, access run history and logs, handle module registry, manage Sentinel policies, query cost estimates, manage team permissions, and integrate IaC workflows into GitOps and CI/CD pipelines.
Cloudflare Workers MCP
by community
Deploy and manage Cloudflare Workers serverless functions via the Cloudflare API — deploy worker scripts, manage KV namespaces and bindings, query R2 storage buckets, handle Durable Objects, manage D1 databases, configure routing and triggers, access analytics for request volume and latency, manage secrets and environment variables, and handle Wrangler-based deployment workflows.
Netlify MCP
by community
Manage Netlify deployments and JAMstack workflows via the Netlify API — deploy sites from Git, manage build hooks and deploy previews, configure environment variables and secrets, query deploy logs and build status, manage domain DNS and SSL certificates, configure edge functions, access form submissions, manage split testing, pull bandwidth and function invocation analytics, and trigger rollbacks.
Vercel MCP
by community
Manage Vercel deployments and frontend infrastructure via the Vercel API — deploy projects from Git, manage environment variables across environments, query deployment logs and build output, configure custom domains and SSL, manage edge configs and edge middleware, access serverless function logs, pull project analytics, manage team members and access tokens, and handle preview deployment workflows.
Heroku MCP
by community
Manage Heroku cloud applications via the Heroku Platform API — deploy apps via Git push, manage dynos and scaling, configure add-ons and environment variables, query application logs, manage Heroku Postgres databases, handle pipelines and review apps, manage team access, view billing and dyno usage, run one-off dynos for maintenance tasks, and trigger rollbacks to previous releases.
Fastly MCP
by community
Manage Fastly CDN and edge cloud via the Fastly API — configure VCL services and backends, manage caching rules and purge cache by URL or tag, query real-time analytics for cache hit rates and origin response times, manage TLS certificates and domains, configure WAF rules, access edge compute Compute@Edge deployments, and pull geographic traffic distribution and bandwidth reports.
Akamai MCP
by community
Manage Akamai CDN and cloud security via the Akamai APIs — configure property rules and caching behaviors, purge cached content, manage WAF and DDoS protection configurations, access real-time traffic analytics, handle edge logic and redirect rules, manage SSL/TLS certificates, query security event logs, manage Ion and Adaptive Acceleration settings, and pull performance insights.
AWS CloudFront MCP
by community
Manage AWS CloudFront CDN distributions via the AWS SDK — create and configure distributions with custom origins, manage cache behaviors and TTL settings, invalidate cached objects by path pattern, configure WAF and Shield integrations, access real-time and historical traffic reports, manage origin access identities, configure geo-restriction, handle Lambda@Edge function associations, and monitor error rates.
Azure CDN MCP
by community
Manage Azure CDN and Front Door via the Azure SDK — configure CDN profiles and endpoints, manage custom domains and HTTPS certificates, set caching rules and query string behaviors, purge cached content, configure WAF policies on Front Door, manage origin groups and routing rules, access CDN analytics and usage reports, handle geographic traffic management, and integrate CDN management into Azure DevOps pipelines.
Grafana Loki MCP
by community
Query and analyze log aggregation data from Grafana Loki via the LogQL API — execute LogQL log stream and metric queries, retrieve log lines with label filtering and regex matching, pull log volume metrics and rate calculations, access label discovery and value enumeration, manage log retention policies and storage tiers, build log-based alerting rules, and integrate Loki log data with Grafana dashboards and incident response workflows.
Grafana Tempo MCP
by community
Access distributed tracing data from Grafana Tempo via TraceQL — query traces by service, operation, duration, and attribute values using TraceQL syntax, retrieve full span trees and trace timelines, analyze latency distributions and error rates across services, correlate traces with Loki logs and Prometheus metrics, access service graph data and RED metrics, pull trace exemplars, and build distributed system debugging and performance analysis workflows.
OpenTelemetry Collector MCP
by community
Manage and query OpenTelemetry Collector pipelines via the zPages and pprof extension APIs — retrieve pipeline status for receivers, processors, and exporters; access trace and metric sampling statistics; manage collector configuration hot-reloading; pull internal telemetry and performance metrics; manage batch processor queues; access log pipeline throughput data; and build OTel Collector administration and observability automation workflows.
Vector.dev MCP
by community
Control Vector observability data pipeline via its GraphQL API and REST endpoints — retrieve pipeline topology and component status, query throughput and error rate metrics for sources, transforms, and sinks, access internal telemetry and buffer health, hot-reload pipeline configurations, manage Vector Remap Language (VRL) transform logic, pull component-level performance profiling, and build data pipeline administration and monitoring automation.
Saviynt
by Saviynt
Cloud-first identity governance and administration platform. Manage access lifecycle, privileged access, and application GRC with ML-powered risk analytics.
Terraform Cloud MCP
by community
Manage Terraform Cloud workspaces, runs, state, and variables. Trigger plans, view logs, and approve applies via HCP Terraform API.
Dremio Data Lake MCP
by community
Query data lakes and lakehouses via Dremio's SQL query engine — run Dremio SQL queries across S3, Azure ADLS, and GCS data sources, reflect and accelerate queries with Dremio Reflections, manage virtual datasets and spaces, access Apache Arrow Flight for fast query results, catalogue and tag data sources, and power AI-driven analytics over petabyte-scale lake storage.
Linkerd Service Mesh MCP
by community
Monitor and manage Linkerd service mesh via the Linkerd CLI and Viz API — retrieve service topology and traffic maps, query per-route success rates and latency histograms, access TLS certificate status, retrieve pod-level proxy metrics, monitor multi-cluster links, debug traffic with Linkerd tap, and integrate service mesh observability into AI-driven platform engineering workflows.
Envoy Proxy Admin MCP
by community
Interact with Envoy Proxy admin interface and xDS management — retrieve cluster and endpoint health, query route configuration and listener stats, access circuit breaker and retry stats, retrieve active connections and request counters, read configuration dumps, manage dynamic xDS configurations, and integrate Envoy-based service proxy management into AI-driven traffic engineering workflows.
AWS Textract Document AI MCP
by community
Extract text and structured data from documents using AWS Textract — analyze PDFs and images to detect text, tables, forms, and key-value pairs, process multi-page documents asynchronously, access signature detection and expense analysis, retrieve bounding box coordinates, query lending and identity document models, and build intelligent document processing pipelines on AWS infrastructure.
Sponsored
Better Stack
Free PlanGet alerted when your APIs, browser tests, payment pipelines, or MCP server dependencies go down. Used by 100K+ developers.
Start monitoring free →