Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
AWS S3 Tables MCP Server logo
MCP server

AWS S3 Tables MCP Server

AWS-maintained server for S3 Tables: build table buckets and query them with SQL.

0
SaveVisit website ↗

Add it to your client

Official
Install
uvx awslabs.s3-tables-mcp-server@latest
mcpServers
{
  "mcpServers": {
    "aws-s3-tables-mcp": {
      "command": "uvx",
      "args": [
        "awslabs.s3-tables-mcp-server@latest"
      ]
    }
  }
}
Transport
stdio
Runtime
Python
Auth
Required
Tools
13
License
Apache-2.0
Tools
list_table_bucketslist_namespaceslist_tablescreate_table_bucketcreate_namespacecreate_tablerename_tableexecute_sql_querycreate_table_from_csvget_table_metadataget_bucket_metadataget_maintenance_config+1

This one targets the tabular side of S3 rather than plain objects, working with table buckets, namespaces and the tables inside them. It can create a table straight from a CSV already sitting in S3, run SQL against it, and read bucket metadata for cataloguing. Write operations stay disabled unless you grant the IAM permissions and pass an explicit flag, so a default session cannot alter your data.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?