Skip to content
MCP-Bridge
Developer Tools

Amazon Timestream Query Claude Desktop Config

Add the Amazon Timestream Query 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-timestream-query": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-timestream-query"
      ],
      "env": {
        "AMAZON_TIMESTREAM_QUERY_API_KEY": "your_amazon_timestream_query_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_TIMESTREAM_QUERY_API_KEY

Replace your_amazon_timestream_query_api_key with your actual amazon timestream query api key

Endpoints

POST/#X-Amz-Target=Timestream_20181101.CancelQuery

CancelQuery

POST/#X-Amz-Target=Timestream_20181101.CreateScheduledQuery

CreateScheduledQuery

POST/#X-Amz-Target=Timestream_20181101.DeleteScheduledQuery

DeleteScheduledQuery

POST/#X-Amz-Target=Timestream_20181101.DescribeEndpoints

DescribeEndpoints

POST/#X-Amz-Target=Timestream_20181101.DescribeScheduledQuery

DescribeScheduledQuery

POST/#X-Amz-Target=Timestream_20181101.ExecuteScheduledQuery

ExecuteScheduledQuery

POST/#X-Amz-Target=Timestream_20181101.ListScheduledQueries

ListScheduledQueries

POST/#X-Amz-Target=Timestream_20181101.ListTagsForResource

ListTagsForResource

POST/#X-Amz-Target=Timestream_20181101.PrepareQuery

PrepareQuery

POST/#X-Amz-Target=Timestream_20181101.Query

Query