Skip to main content
Glama

bucket-mcp

MCP server for Bucket — connect Claude to your Bucket so it can search, read, and download everything you've saved: Instagram reels, TikToks, tweets, YouTube videos, links, and notes.

you: "grab that pasta reel I saved last week and pull the recipe out of the transcript"
claude: searches your bucket → reads the transcript → downloads the video into your project

Setup

1. Get an API key — log in at bucketai.net → Settings → Claude Connector → Generate API Key. Copy it (it's shown once).

2. Add to Claude Code:

claude mcp add bucket -e BUCKET_API_KEY=bk_your_key_here -- npx -y bucket-mcp

Or Claude Desktop — add to claude_desktop_config.json:

{
  "mcpServers": {
    "bucket": {
      "command": "npx",
      "args": ["-y", "bucket-mcp"],
      "env": { "BUCKET_API_KEY": "bk_your_key_here" }
    }
  }
}

Related MCP server: mcp-server-claude

Tools

Tool

What it does

search_bucket

Semantic search over everything you've saved ("that pasta place video")

list_recent

Browse recent saves, filterable by category (instagram, tiktok, twitter, recipes, …)

get_item

Full detail: complete transcript, summary, OCR text, visual description, locations

download_video

Download a saved reel/TikTok/tweet video as an MP4 into your working directory

save_to_bucket

Save a URL into your Bucket from Claude

Configuration

Env var

Required

Default

BUCKET_API_KEY

yes

BUCKET_API_URL

no

Bucket production API

Development

npm install
npm run build
BUCKET_API_KEY=bk_... node dist/index.js   # speaks MCP over stdio

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

View all MCP Connectors

Latest Blog Posts

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/ahbidabs/bucket-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server