sar-mcp
The AWS Service Reference MCP Server is designed to facilitate interactions with AWS Programmatic Service Reference, providing tools to list AWS services and retrieve details on API actions, condition keys, and resource types. It is integrated with Claude Desktop and can be tested with the MCP Inspector.
AWS Service Reference MCP Server
This MCP server provides tools to interact with the AWS Programmatic Service Reference, allowing you to:
- List all available AWS services
- Get API actions for specific AWS services
- Get condition keys supported by specific API actions
- Get resource types supported by specific API actions
Installation
- Make sure you have Python 3.10 or higher installed
- Clone this repository
- Install the required dependencies:
Usage
Running the Server
You can run the server directly.
Using with Claude Desktop
Open your Claude Desktop configuration file and add the server configuration, then restart Claude Desktop.
Available Tools
The server provides tools to list AWS services, get API actions, condition keys, and resource types.
Example Usage in Claude
Ask Claude questions about AWS services, API actions, condition keys, and resource types.
Development
Test the server using the MCP Inspector and ensure dependencies in requirements.txt
are installed.
Troubleshooting
Verify your Python version, ensure dependencies are installed, and check Claude Desktop logs.