AWS S3 MCP Server
AWS S3 MCP 서버
AWS S3 작업을 위한 MCP 서버로, 사전 서명된 URL을 통해 S3 버킷에 대한 안전한 액세스를 제공합니다.
도구
list_objectsS3 버킷의 객체 나열
입력:
prefix(문자열, 선택 사항): 객체 키에 대한 접두사 필터
반환: 키, 크기 및 마지막 수정 날짜가 포함된 객체 배열
get_object객체에 액세스하기 위한 사전 서명된 URL 생성
입력:
key(문자열, 필수): 검색할 개체 키expiry(숫자, 선택 사항): URL 만료 시간(초)(기본값: 3600)
반환: 미리 서명된 URL을 포함하는
object_url
put_object객체를 업로드하기 위한 사전 서명된 URL을 생성합니다.
입력:
key(문자열, 필수): 업로드할 객체 키expiry(숫자, 선택 사항): URL 만료 시간(초)(기본값: 3600)
반환: 미리 서명된 URL을 포함하는
upload_url
delete_object버킷에서 객체를 삭제합니다
입력:
key(문자열, 필수): 삭제할 개체 키
반환: 삭제 상태를 나타내는
success부울 값
Related MCP server: S3 MCP Server
설정
환경 변수
서버에는 다음과 같은 환경 변수가 필요합니다.
BUCKET_NAME: S3 버킷의 이름(필수)REGION: AWS 지역(기본값: "ap-southeast-1")
AWS 자격 증명은 표준 AWS 자격 증명 구성 방법(환경 변수, IAM 역할 또는 AWS 자격 증명 파일)을 사용하여 구성해야 합니다.
Claude Desktop과 함께 사용
claude_desktop_config.json 에 다음을 추가하세요.
지엑스피1
NPX 명령
{
"mcpServers": {
"aws-ow-s3-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-ow-s3-mcp"
],
"env": {
"BUCKET_NAME": "<YOUR_BUCKET_NAME>",
"REGION": "<AWS_REGION>",
"AWS_ACCESS_KEY_ID": "<YOUR_ACCESS_KEY>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_SECRET_KEY>"
}
}
}
}짓다
Docker 빌드:
docker build -t mcp/aws-ow-s3-mcp-server .개발
서버는 다음을 사용하여 구축되었습니다.
노드.js
타입스크립트
@modelcontextprotocol/sdk
@aws-sdk/클라이언트-s3
@aws-sdk/s3-요청-사전 서명자
특허
이 MCP 서버는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하세요.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables secure file uploads to Amazon S3 with progress tracking and presigned URL generation. Provides automatic UUID-based file naming and time-limited access URLs for uploaded files.MIT
- AlicenseAqualityDmaintenanceEnables interaction with S3-compatible storage services like AWS S3 and Cloudflare R2, supporting bucket management, object listing, reading, uploading, and deletion operations.5295ISC
- AlicenseNot gradedqualityFmaintenanceEnables interaction with AWS S3 through MCP, supporting bucket and object management, lifecycle configurations, tagging, policies, CORS settings, presigned URLs, and file uploads/downloads.3MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with AWS S3 storage through bucket operations (create, delete, list), object management (upload, download, delete, list), and bucket policy configuration using AWS credentials.102MIT
Related MCP Connectors
Connect your video workflows to cloud storage. Organize and access video assets across projects wi…
Create and manage short links, track clicks, and automate URL management
File uploads for AI agents. Upload, list, and manage files. No signup required.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpenWorkspace-o1/aws-ow-s3-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server