Interact with AWS services programmatically
npx -y @aws/mcp-server
Paste this into your MCP client configuration (Cursor, Windsurf, etc).
Access AWS services through Claude.
npm install @aws/mcp-server
{
"mcpServers": {
"aws": {
"command": "npx",
"args": ["-y", "@aws/mcp-server"],
"env": {
"AWS_ACCESS_KEY_ID": "your-key",
"AWS_SECRET_ACCESS_KEY": "your-secret",
"AWS_REGION": "us-east-1"
}
}
}
}
s3_list: List S3 bucketss3_get: Get S3 objectslambda_invoke: Invoke Lambda functionsdynamodb_query: Query DynamoDBMCP (Model Context Protocol) servers extend your AI assistant with external tools and data sources. Follow these steps to install AWS MCP Server in your preferred AI coding tool.
claude_desktop_config.jsonAccess documents, sheets, and files from Google Drive directly in your AI conversations.
Access Google Cloud Platform services
Connect to Microsoft Azure services
Access documents, sheets, and files from Google Drive directly in your agent context.