BeeMCP

v1.0.0Knowledge & Memorystable

BeeMCP: an unofficial Model Context Protocol (MCP) server that connects your Bee wearable lifelogger to AI via the Model Context Protocol

ailifeloggingmcpmcp-serverpython
Share:
47
Stars
0
Downloads
0
Weekly
0/5

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

Bee wearable lifelogger integration
Personal activity and memory logging
OkGoDoIt

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 15, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx beemcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.

2

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 | sh
3

Test 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 beemcp
4

Add 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"
      }
    }
  }
}
5

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.

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.

Quick Config Preview

{ "mcpServers": { "beemcp": { "command": "npx", "args": ["-y", "beemcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides