Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

AWS_APPSYNC_API_KEY

Replace your_aws_appsync_api_key with your actual aws appsync api key

Endpoints

GET/v1/domainnames/{domainName}/apiassociation

GetApiAssociation

POST/v1/domainnames/{domainName}/apiassociation

AssociateApi

DELETE/v1/domainnames/{domainName}/apiassociation

DisassociateApi

GET/v1/apis/{apiId}/ApiCaches

GetApiCache

POST/v1/apis/{apiId}/ApiCaches

CreateApiCache

DELETE/v1/apis/{apiId}/ApiCaches

DeleteApiCache

GET/v1/apis/{apiId}/apikeys

ListApiKeys

POST/v1/apis/{apiId}/apikeys

CreateApiKey

GET/v1/apis/{apiId}/datasources

ListDataSources

POST/v1/apis/{apiId}/datasources

CreateDataSource