AgentHubAgentHub

AWS MCP Server

MCP ServerMCP Registry官方收录

io.github.aws/mcp-proxy-for-aws · v1.0.0-preview.0

AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.

概览

AWS MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-proxy-for-aws": {
      "command": "uvx",
      "args": [
        "mcp-proxy-for-aws"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.aws/mcp-proxy-for-aws",
  "type": "mcp-server",
  "version": "1.0.0-preview.0",
  "displayName": "AWS MCP Server",
  "description": "AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.",
  "homepage": "https://docs.aws.amazon.com/aws-mcp",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "mcp-proxy-for-aws",
        "version": "1.1.4",
        "runtimeHint": "uvx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.aws/mcp-proxy-for-aws",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.aws%2Fmcp-proxy-for-aws/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
AWS MCP Server — MCP Server 安装与配置 · AgentHub