Skip to content
MCP-BridgeMCP-Bridge
Databases

Amazon Timestream Write MCP Config

<fullname>Amazon Timestream Write</fullname> <p>Amazon Timestream is a fast, scalable, fully managed time-series database service that makes it easy to store and analyze trillions of time-series data points per day. With Timestream, you can easily store and analyze IoT sensor data to derive insights

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/amazonaws-com-timestream-write.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-timestream-write": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-timestream-write"
      ],
      "env": {
        "AMAZON_TIMESTREAM_WRITE_API_KEY": "your_amazon_timestream_write_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-timestream-write": {
      "url": "https://mcpbridge.org/config/amazonaws-com-timestream-write.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-timestream-write": {
      "url": "https://mcpbridge.org/config/amazonaws-com-timestream-write.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-timestream-write.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-timestream-write": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-timestream-write"],
      "env": {
      "AMAZON_TIMESTREAM_WRITE_API_KEY": "your_amazon_timestream_write_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://mcpbridge.org/config/amazonaws-com-timestream-write.json

Environment Variables

AMAZON_TIMESTREAM_WRITE_API_KEY

Replace your_amazon_timestream_write_api_key with your actual amazon timestream write api key

Endpoints

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

CreateBatchLoadTask

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

CreateDatabase

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

CreateTable

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

DeleteDatabase

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

DeleteTable

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

DescribeBatchLoadTask

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

DescribeDatabase

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

DescribeEndpoints

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

DescribeTable

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

ListBatchLoadTasks