AWS AppSync MCP Config
AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-appsync.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-appsync.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-appsync": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-appsync"],
"env": {
"AWS_APPSYNC_API_KEY": "your_aws_appsync_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/amazonaws-com-appsync.jsonEnvironment Variables
AWS_APPSYNC_API_KEYReplace your_aws_appsync_api_key with your actual aws appsync api key
Endpoints
GET
/v1/domainnames/{domainName}/apiassociationGetApiAssociation
POST
/v1/domainnames/{domainName}/apiassociationAssociateApi
DELETE
/v1/domainnames/{domainName}/apiassociationDisassociateApi
GET
/v1/apis/{apiId}/ApiCachesGetApiCache
POST
/v1/apis/{apiId}/ApiCachesCreateApiCache
DELETE
/v1/apis/{apiId}/ApiCachesDeleteApiCache
GET
/v1/apis/{apiId}/apikeysListApiKeys
POST
/v1/apis/{apiId}/apikeysCreateApiKey
GET
/v1/apis/{apiId}/datasourcesListDataSources
POST
/v1/apis/{apiId}/datasourcesCreateDataSource