Skip to content
Cloud InfrastructureAuto-generatedScore: 46

AWS Cloud9 MCP Server

AWS Cloud9 is a cloud-based integrated development environment (IDE) provided by Amazon Web Services (AWS), offering a comprehensive suite of tools for writing, running, and debugging code directly from a browser.

Quick Start Summary

The AWS Cloud9 MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the AWS Cloud9 API through natural language. It exposes 10 API endpoints as callable tools, such as CreateEnvironmentEC2, CreateEnvironmentMembership, DeleteEnvironment, and more. No authentication is required — setup takes approximately 30 seconds. The server uses STDIO transport and can be installed by running npx -y @mcp/amazonaws-com-cloud9. This integration is sourced from the auto AWS Cloud9 OpenAPI specification (v2017-09-23) and has a quality score of 46/99 (fair documentation coverage).

10Endpointstools mapped
NoneAuthopen access
46/99Qualityfair
~30 secSetupno auth

Server Details

Category
Cloud Infrastructure
Authentication
None
Endpoints
10 operations
Transport
STDIO
Spec Version
v2017-09-23
Install Command
npx -y @mcp/amazonaws-com-cloud9

Environment Variables

AWS_CLOUD9_API_KEY

Example: your_aws_cloud9_api_key

Top Endpoints

POST
/#X-Amz-Target=AWSCloud9WorkspaceManagementService.CreateEnvironmentEC2

CreateEnvironmentEC2

POST
/#X-Amz-Target=AWSCloud9WorkspaceManagementService.CreateEnvironmentMembership

CreateEnvironmentMembership

POST
/#X-Amz-Target=AWSCloud9WorkspaceManagementService.DeleteEnvironment

DeleteEnvironment

POST
/#X-Amz-Target=AWSCloud9WorkspaceManagementService.DeleteEnvironmentMembership

DeleteEnvironmentMembership

POST
/#X-Amz-Target=AWSCloud9WorkspaceManagementService.DescribeEnvironmentMemberships

DescribeEnvironmentMemberships

Own this API?

Verify ownership of this listing to control the description, configuration details, and documentation links. Choose between free manual verification or instant premium placement.

Option 1: Free Verification

Slow manual review. Requires creating a GitHub issue with verified documentation or domain verification.

  • • Verified badge on page
  • • Standard search sorting
  • • 2-3 business days review
Start Free Claim →
Instant & Boosted

Option 2: Featured Upgrade($9/mo)

Instant verification plus premium styling, featured badges, and directory placement boost.

  • • ★ Featured star & amber highlight border
  • • Top of directory search placement
  • • Instant activation via claim token

📖 Detailed MCP Integration Guide

A technical breakdown of capabilities, agent workflows, and security/configuration best practices.

Capabilities & Use Cases
AWS Cloud9 is a cloud-based integrated development environment (IDE) provided by Amazon Web Services (AWS), offering a comprehensive suite of tools for writing, running, and debugging code directly from a browser. The AWS Cloud9 API, specifically the Workspace Management Service component detailed by these endpoints, enables programmatic management of Cloud9 development environments. It provides developers and administrators with powerful automation capabilities to create, configure, and maintain cloud-based coding workspaces without manual console interaction. Core functionalities include provisioning Amazon EC2-based environments, managing user access and collaboration memberships, and performing lifecycle operations like listing and deleting environments. Typical enterprise use cases involve standardizing development environments across teams, automating the setup of onboarding resources for new engineers, and maintaining consistent, auditable configurations for compliance and security. This API is fundamental for integrating Cloud9 into infrastructure-as-code workflows, CI/CD pipelines, and automated DevOps toolchains, allowing organizations to treat their development environments as scalable, version-controlled cloud resources.
🤖AI Agent Value
When exposed as tools via the Model Context Protocol (MCP) to an AI coding assistant like Claude Desktop or Cursor, the Cloud9 API gains significant contextual power, transforming from a management interface into a dynamic resource for intelligent development assistance. The AI agent transcends its role as a code generator or debugger to become an environment orchestrator. Its value lies in bridging the gap between code intent and operational context. For instance, instead of merely generating code, the AI can first spin up a pristine, isolated Cloud9 environment tailored to a project's specific runtime dependencies, execute the code within it, and then tear it down after testing, all based on a natural language instruction. This allows for ephemeral, reproducible experiments, secure sandboxing for untrusted code, and the immediate validation of generated solutions against real infrastructure, dramatically accelerating the feedback loop and enhancing the reliability of the AI's output.
💬Example Workflows
Practical workflow examples demonstrate how this integration automates complex tasks. A developer could instruct the AI: "Create a new Cloud9 environment named 'api-backend-staging' with a t3.medium instance, add our backend team, and install the Node.js 18 toolkit." The AI agent would then execute a sequence of API calls: CreateEnvironmentEC2 to provision the workspace, CreateEnvironmentMembership to grant access to the specified IAM users or roles, and potentially interface with other tools to configure the software stack. Another instruction could be, "Find all Cloud9 environments tagged 'project:mobile-app' that are currently stopped and terminate the ones older than 30 days to save costs." The AI would use ListEnvironments and TagResource for discovery, and then DeleteEnvironment on the appropriate targets, effectively automating resource lifecycle and cost management. Furthermore, the agent could query the status of a newly requested environment with DescribeEnvironmentStatus and report back its readiness, or list all members of an environment with DescribeEnvironmentMemberships to audit access, turning operational queries into conversational actions.
🛡️Security & Auth
The authentication requirement for the Cloud9 API is not "None," as indicated, but is critically dependent on AWS Identity and Access Management (IAM). Every API call must be cryptographically signed using AWS Signature Version 4, which requires valid IAM credentials (access key ID and secret access key) or, preferably, temporary security credentials obtained via AWS Security Token Service (STS). Adhering to the principle of least privilege is paramount: the IAM user or role used by the MCP server should have a narrowly scoped policy granting only the specific Cloud9 actions needed (e.g., cloud9:CreateEnvironmentEC2, cloud9:DescribeEnvironments) and restricted to specific resources via tags or environment IDs where possible. Best practices include using IAM roles for service-based access instead of long-lived access keys, employing VPC endpoints to keep traffic within the AWS network, and ensuring all environment operations are logged via AWS CloudTrail for auditability and compliance. Developers must also ensure that any secret access keys are securely managed and never exposed in client-side code or configuration files.

Similar APIs

Other APIs in the Cloud Infrastructure category.

Related MCP Server Integrations

Supabase API MCP Setup

Manage Supabase projects, databases, authentication, and storage through your AI agent.

Cloud InfrastructureConfigure →

Cloudflare API MCP Setup

Manage Cloudflare DNS, CDN, Workers, and security settings through your AI agent.

Cloud InfrastructureConfigure →

Vercel API MCP Setup

Deploy projects, manage domains, and monitor deployments through your AI agent.

Cloud InfrastructureConfigure →

DigitalOcean API MCP Setup

The DigitalOcean API is a comprehensive, RESTful interface provided by DigitalOcean, a leading cloud infrastructure provider focused on simplifying cloud computing for developers, startups, and enterprises. It serves as the programmatic backbone for managing the entire DigitalOcean ecosystem, enabling users to provision, configure, and control cloud resources such as Droplets (virtual private servers), Kubernetes clusters, managed databases, networks, storage volumes, and application platforms. Core capabilities include full lifecycle management of these resources, from creation and scaling to monitoring and deletion, mirroring the functionality available in the DigitalOcean control panel. Its primary use cases range from automating infrastructure setup for CI/CD pipelines and enabling infrastructure-as-code practices to supporting dynamic application scaling and resource optimization for SaaS products, e-commerce sites, and development environments. The API is designed for both developers seeking to automate their cloud operations and businesses that require programmable, scalable cloud infrastructure without the complexity of larger hyperscale providers.

Cloud InfrastructureConfigure →

Access Analyzer MCP Setup

The AWS Identity and Access Management Access Analyzer API provides a powerful, policy-as-code service that automatically identifies resources accessible from outside your AWS account or organization. At its core, the service continuously evaluates resource-based policies—such as Amazon S3 bucket policies, AWS Identity and Access Management (IAM) roles, Amazon KMS key policies, and AWS Lambda function policies—using logic-based reasoning to determine which resources grant access to unknown external principals. Its primary use case is for security and compliance teams within enterprises to proactively detect unintended data exposure, enforce least privilege principles, and audit cross-account and cross-service access. The API endpoints allow programmatic control to create, configure, and query analyzers, manage archive rules for storing findings, and generate custom policy documents, making it a foundational tool for automating cloud security posture management at scale.

Cloud InfrastructureConfigure →