Back to directory
dbsmith7491/aws-amplify-data-mcp

dbsmith7491/aws-amplify-data-mcp

@dbsmith7491

This MCP server lets you interact with your AWS Amplify Gen2 application's data through natural language.

awsamplifymcpdatabasegraphqlcognitoaiclaude

Installation & Configuration

{
  "mcpServers": {
    "amplify-data-api": {
      "command": "node",
      "args": [
        "build/index.js",
        "--amplify-outputs",
        "amplify_outputs.json"
      ],
      "env": {
        "AMPLIFY_USERNAME": "your-admin-username",
        "AMPLIFY_PASSWORD": "your-admin-password"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15