BeeMCP
BeeMCP: an unofficial Model Context Protocol (MCP) server that connects your Bee wearable lifelogger to AI via the Model Context Protocol
What is BeeMCP?
BeeMCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to beemcp: an unofficial model context protocol (mcp) server that connects your bee wearable lifelogger to ai via the model context protocol
BeeMCP: an unofficial Model Context Protocol (MCP) server that connects your Bee wearable lifelogger to AI via the Model Context Protocol
This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- BeeMCP: an unofficial Model Context Protocol (MCP) server th
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx beemcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use BeeMCP
BeeMCP is an unofficial MCP server that bridges your Bee wearable lifelogger device with AI assistants via the Model Context Protocol. It exposes your Bee data — conversations, personal facts, to-do items, and location history — as structured MCP tools so Claude and other clients can query and update your lifelogging data using natural language. This makes it possible to ask your AI assistant about where you were last week, what you said in a conversation yesterday, or to add a reminder, all routed through your Bee account.
Prerequisites
- A Bee wearable device and an active Bee account at bee.computer
- A Bee API token obtained from https://developer.bee.computer/keys
- Python 3.10 or later, with uv installed (recommended) or pip
- An MCP-compatible client such as Claude Desktop or Zed
Obtain your Bee API token
Log in to your Bee account and navigate to https://developer.bee.computer/keys to generate an API token. Copy and store it securely — you'll need it in your MCP config.
Install uv (if not already installed)
uv is the recommended way to run BeeMCP without a manual virtual environment. Install it globally via the official installer.
curl -LsSf https://astral.sh/uv/install.sh | shTest BeeMCP runs correctly
Run BeeMCP once with your API token exported to confirm it starts without errors.
export BEE_API_TOKEN="your_bee_api_token"
uvx beemcpAdd BeeMCP to your MCP client configuration
Open your MCP client's settings file and add the beemcp server block with your API token in the env section.
{
"mcpServers": {
"beemcp": {
"command": "uvx",
"args": ["beemcp"],
"env": {
"BEE_API_TOKEN": "your_bee_api_token"
}
}
}
}Restart your MCP client
Fully quit and reopen your MCP client (e.g., Claude Desktop). BeeMCP will connect automatically and its tools will be available in new conversations.
BeeMCP Examples
Client configuration
Add this block to your claude_desktop_config.json (Claude Desktop) or settings.json (Zed) to register BeeMCP with your Bee API token.
{
"mcpServers": {
"beemcp": {
"command": "uvx",
"args": ["beemcp"],
"env": {
"BEE_API_TOKEN": "your_bee_api_token"
}
}
}
}Prompts to try
After connecting BeeMCP, use these prompts to interact with your Bee lifelogging data through Claude.
- "What conversations did I have yesterday?"
- "Where did I go last weekend? Show me my location history."
- "Remember that I prefer meetings in the morning."
- "Add 'Buy groceries' to my to-do list with a reminder for tomorrow."
- "Show me all my incomplete to-dos."
- "What personal facts have you recorded about me?"Troubleshooting BeeMCP
Authentication error or 401 response when starting BeeMCP
Verify your BEE_API_TOKEN is correct. Regenerate it at https://developer.bee.computer/keys if needed. Ensure the token is passed in the env block of your config, not hardcoded in args.
uvx command not found
Install uv first: run 'curl -LsSf https://astral.sh/uv/install.sh | sh' and reload your shell. Alternatively, install beemcp via pip and run 'python -m beemcp.beemcp' instead.
Location history returns empty results
Location data requires your Bee device to have been worn and synced. Ensure your device is paired and has recent sync activity in the Bee app before querying location history.
Frequently Asked Questions about BeeMCP
What is BeeMCP?
BeeMCP is a Model Context Protocol (MCP) server that beemcp: an unofficial model context protocol (mcp) server that connects your bee wearable lifelogger to ai via the model context protocol It connects AI assistants to external tools and data sources through a standardized interface.
How do I install BeeMCP?
Follow the installation instructions on the BeeMCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with BeeMCP?
BeeMCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is BeeMCP free to use?
Yes, BeeMCP is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
BeeMCP Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to BeeMCP? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
Browse More Knowledge & Memory MCP Servers
Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up BeeMCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use BeeMCP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.