bucket-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bucket-mcpfind the pasta recipe from that reel I saved last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 projectSetup
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-mcpOr 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 |
| Semantic search over everything you've saved ("that pasta place video") |
| Browse recent saves, filterable by category ( |
| Full detail: complete transcript, summary, OCR text, visual description, locations |
| Download a saved reel/TikTok/tweet video as an MP4 into your working directory |
| Save a URL into your Bucket from Claude |
Configuration
Env var | Required | Default |
| yes | — |
| no | Bucket production API |
Development
npm install
npm run build
BUCKET_API_KEY=bk_... node dist/index.js # speaks MCP over stdioLicense
MIT
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
- AlicenseAqualityDmaintenanceA 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.Last updated33MIT
- Alicense-qualityCmaintenanceMCP Memory Server for Claude Code that provides persistent context across sessions using semantic search (RAG).Last updatedApache 2.0
- Alicense-qualityDmaintenanceAn MCP server for storing and retrieving thoughts, notes, and ideas with semantic vector search, enabling integration with Claude Desktop and other MCP clients.Last updatedMIT
- FlicenseAqualityBmaintenancePersistent knowledge-base MCP server. Semantic search with source citations over saved YouTube videos, podcasts, articles and PDFs — one endpoint for every MCP-capable AI client.Last updated28
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.
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/ahbidabs/bucket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server