MCP server
AWS S3 Tables MCP Server
AWS-maintained server for S3 Tables: build table buckets and query them with SQL.
Add it to your client
OfficialInstall
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.
Similar MCP servers
ClickHouse MCP Server
MCP serverRun read-only SQL against ClickHouse and browse its databases and tables.
Data & AnalyticsDatabases
MotherDuck / DuckDB MCP Server
MCP serverRun DuckDB SQL locally or against MotherDuck, over files, S3 or a cloud warehouse.
Data & AnalyticsDatabases
AWS MCP Servers
MCP serverA large collection of AWS-specific MCP servers, installed one at a time.
Developer ToolsCloud Platforms & Infrastructure
Comments(0)
Sign in to comment