Skip to main content
ClaudeWave

Open community repository for Bee by CUI Labs — public code, developer tooling, documentation, examples, and community-facing components for building with and contributing to Bee.

MCP ServersOfficial Registry0 stars0 forksApache-2.0Updated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: pip / Python · bee-sdk
Claude Code CLI
claude mcp add bee-community -- python -m bee-sdk
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "bee-community": {
      "command": "python",
      "args": ["-m", "bee-sdk"],
      "env": {
        "BEE_API_KEY": "<bee_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install bee-sdk
Detected environment variables
BEE_API_KEY
Use cases

MCP Servers overview

# Bee Community

> Open community repository for **Bee** by [CUI Labs](https://www.cuilabs.io) — public code, developer tooling, documentation, examples, and community-facing components for building with and contributing to Bee.

[![npm](https://img.shields.io/npm/v/@cuilabs/bee.svg)](https://www.npmjs.com/package/@cuilabs/bee)
[![PyPI](https://img.shields.io/pypi/v/bee-sdk.svg)](https://pypi.org/project/bee-sdk/)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)

<!-- mcp-name: io.github.cuilabs/bee -->

## What's here

| Path | What |
|---|---|
| [`mcp/`](./mcp) | Bee MCP Server install instructions for Claude Desktop, Cursor, VS Code, Zed, Windsurf, OpenCode |
| [`llms-install.md`](./llms-install.md) | AI-agent-readable MCP install guide (Cline & friends) |
| [`sdks/typescript/`](./sdks/typescript) | Pointer + quickstart for `@cuilabs/bee` (live on npm) |
| [`sdks/python/`](./sdks/python) | Pointer + quickstart for `bee-sdk` (live on PyPI) |
| [`examples/typescript/`](./examples/typescript) | Working `@cuilabs/bee` SDK examples (quickstart, streaming, vision) |
| [`examples/python/`](./examples/python) | Working `bee-sdk` examples |
| [`CONTRIBUTING.md`](./CONTRIBUTING.md) | How to file an issue, propose a change, or run a workshop on Bee |

## SDKs

```bash
# TypeScript / JavaScript / Node / Deno / Bun / browsers — live on npm
npm install @cuilabs/bee

# Python (3.10+) — live on PyPI; also ships the `bee-mcp` MCP server
pip install bee-sdk
```

Full install + quickstart on the marketing site: [bee.cuilabs.io/docs/sdks](https://bee.cuilabs.io/docs/sdks).

## MCP Server (Claude Desktop, Cursor, VS Code…)

Bee ships an MCP server that exposes 11 domain-specialised tools (chat, code explanation, security audit, threat modelling, quantum circuits, smart-contract review, paper critique, …) over the Model Context Protocol. Listed on the [official MCP Registry](https://registry.modelcontextprotocol.io) as `io.github.cuilabs/bee`.

```bash
pip install bee-sdk          # provides the `bee-mcp` console script
export BEE_API_KEY=bee_sk_…  # create at bee.cuilabs.io/app/account/api-keys
bee-mcp                      # stdio transport — what every desktop client uses
```

See [mcp/](./mcp) for per-client configs, or the marketing page at [bee.cuilabs.io/docs/mcp](https://bee.cuilabs.io/docs/mcp).

## Quickstart

```ts
import { BeeClient } from "@cuilabs/bee";

const bee = new BeeClient({ apiKey: process.env.BEE_API_KEY! });

const out = await bee.chat.completions.create({
  model: "bee-cell",
  messages: [{ role: "user", content: "What is Bee?" }],
});

console.log(out.choices[0].message.content);
```

Get an API key at [bee.cuilabs.io/app/account/api-keys](https://bee.cuilabs.io/app/account/api-keys).

## What this repo is *not*

- **Not the Bee engine source.** The proprietary engine lives in a private CUI Labs repo. This community repo holds only what's safe to publish: SDKs, MCP install material, examples, and docs.
- **Not a release vehicle.** SDKs are released to npm + PyPI. This repo mirrors the source tree of the published packages and links out.
- **Not in-scope for support tickets.** Use [bee.cuilabs.io/contact](https://bee.cuilabs.io/contact) for product support; use this repo's issues only for SDK / MCP / example bugs.

## Status

- 🟢 [bee.cuilabs.io/status](https://bee.cuilabs.io/status) — live engine status
- 📍 [bee.cuilabs.io/roadmap](https://bee.cuilabs.io/roadmap) — what's next
- 📰 [bee.cuilabs.io/changelog](https://bee.cuilabs.io/changelog) — what shipped

## License

[Apache-2.0](./LICENSE) — © CUI Labs Pte. Ltd.
aicybersecurityllmloramcpmcp-servermodel-context-protocolopenai-compatiblepythonquantumsdktypescript

What people ask about bee-community

What is cuilabs/bee-community?

+

cuilabs/bee-community is mcp servers for the Claude AI ecosystem. Open community repository for Bee by CUI Labs — public code, developer tooling, documentation, examples, and community-facing components for building with and contributing to Bee. It has 0 GitHub stars and was last updated today.

How do I install bee-community?

+

You can install bee-community by cloning the repository (https://github.com/cuilabs/bee-community) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is cuilabs/bee-community safe to use?

+

Our security agent has analyzed cuilabs/bee-community and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains cuilabs/bee-community?

+

cuilabs/bee-community is maintained by cuilabs. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to bee-community?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy bee-community to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: cuilabs/bee-community
[![Featured on ClaudeWave](https://claudewave.com/api/badge/cuilabs-bee-community)](https://claudewave.com/repo/cuilabs-bee-community)
<a href="https://claudewave.com/repo/cuilabs-bee-community"><img src="https://claudewave.com/api/badge/cuilabs-bee-community" alt="Featured on ClaudeWave: cuilabs/bee-community" width="320" height="64" /></a>

More MCP Servers

bee-community alternatives