AmplifyBackend Claude Desktop Config
Add the AmplifyBackend MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-amplifybackend": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-amplifybackend"
],
"env": {
"AMPLIFYBACKEND_API_KEY": "your_amplifybackend_api_key"
}
}
}
}Environment Variables
AMPLIFYBACKEND_API_KEYReplace your_amplifybackend_api_key with your actual amplifybackend api key
Endpoints
POST
/backend/{appId}/environments/{backendEnvironmentName}/cloneCloneBackend
POST
/backendCreateBackend
POST
/backend/{appId}/apiCreateBackendAPI
POST
/backend/{appId}/authCreateBackendAuth
POST
/backend/{appId}/configCreateBackendConfig
POST
/backend/{appId}/storageCreateBackendStorage
POST
/backend/{appId}/challengeCreateToken
POST
/backend/{appId}/environments/{backendEnvironmentName}/removeDeleteBackend
POST
/backend/{appId}/api/{backendEnvironmentName}/removeDeleteBackendAPI
POST
/backend/{appId}/auth/{backendEnvironmentName}/removeDeleteBackendAuth