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

  • A
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that enables Claude or other LLMs to fetch content from URLs, supporting HTML, JSON, text, and images with configurable request parameters.
    3
    3
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server for storing and retrieving thoughts, notes, and ideas with semantic vector search, enabling integration with Claude Desktop and other MCP clients.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A comprehensive MCP server with 206+ tools across 16 integrations that gives Claude access to real accounts (LinkedIn, Twitter, Slack, Gmail, WhatsApp, etc.) by extracting auth tokens straight from your browser, no API keys or OAuth needed.
    18
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.

  • MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.

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

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