{"type":"mcp_server","name":"aws-mcp","description":"AWS MCP is a Model Context Protocol server that allows AI assistants like Claude to interact with your AWS environment using natural language for querying and managing resources. It offers","category":"Developer Tools","language":"TypeScript","stars":295,"forks":23,"owner":"RafalWilinski","github_url":"https://github.com/RafalWilinski/aws-mcp","homepage":"https://rwilinski.ai","setup":"## Setup\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/RafalWilinski/aws-mcp\ncd aws-mcp\n```\n\n2. Install dependencies:\n\n```bash\npnpm install\n# or\nnpm install\n```\n\n3. Open Claude desktop app and go to Settings -> Developer -> Edit Config\n\n4. Add the following entry to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"aws\": {\n      \"command\": \"npm\", // OR pnpm\n      \"args\": [\n        \"--silent\",\n        \"--prefix\",\n        \"/Users/<YOUR USERNAME>/aws-mcp\",\n        \"start\"\n      ]\n    }\n  }\n}\n```\n\nImportant: Replace `/Users/<YOUR USERNAME>/aws-mcp` with the actual path to your project directory.\n\n5. Restart Claude desktop app. You should see the connection status.\n\n6. Start by selecting an AWS profile or jump to action by asking questions.","tools":"## Available Tools\n\n\t\t1. Query and modify AWS resources using natural language.\n\t\t2. Support for multiple AWS profiles and SSO authentication.\n\t\t3. Multi-region support.\n\t\t4. Secure credential handling (no credentials are exposed to external services, your local credentials are used).\n\t\t5. Local execution with your AWS credentials.","faq":null,"created_at":"2024-12-18T12:15:29+00:00","updated_at":"2025-03-28T21:55:02+00:00","source_url":"https://model-context-protocol.com/servers/aws-claude-natural-language-aws-management","related_articles":[]}