Description

A Model Context Protocol server implementation for operations on AWS resources.

Installation

npx -y mcp-server-aws-rishika
npm install mcp-server-aws-rishika
git clone https://github.com/rishikavikondala/mcp-server-aws

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "aws-mcp-server-rishika": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-aws-rishika"
      ]
    }
  }
}