Skip to content
MCP-Bridge
Databases

Amazon Neptune Claude Desktop Config

Add the Amazon Neptune MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-neptune": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-neptune"
      ],
      "env": {
        "AMAZON_NEPTUNE_API_KEY": "your_amazon_neptune_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_NEPTUNE_API_KEY

Replace your_amazon_neptune_api_key with your actual amazon neptune api key

Endpoints

GET/#Action=AddRoleToDBCluster

GET_AddRoleToDBCluster

POST/#Action=AddRoleToDBCluster

POST_AddRoleToDBCluster

GET/#Action=AddSourceIdentifierToSubscription

GET_AddSourceIdentifierToSubscription

POST/#Action=AddSourceIdentifierToSubscription

POST_AddSourceIdentifierToSubscription

GET/#Action=AddTagsToResource

GET_AddTagsToResource

POST/#Action=AddTagsToResource

POST_AddTagsToResource

GET/#Action=ApplyPendingMaintenanceAction

GET_ApplyPendingMaintenanceAction

POST/#Action=ApplyPendingMaintenanceAction

POST_ApplyPendingMaintenanceAction

GET/#Action=CopyDBClusterParameterGroup

GET_CopyDBClusterParameterGroup

POST/#Action=CopyDBClusterParameterGroup

POST_CopyDBClusterParameterGroup