Skip to content

OpenMined/toolbox

Hugging Face Transformers Library

A privacy-first tool to install mcp servers and background agents for your personal data

Toolbox

PyPI version License: Apache 2.0 Tests

Toolbox is a cli tool for installing and managing MCP servers and background agents, made for developers.

Toolbox is currently in beta and macOS only

  • Toolbox supports popular developer tools (think github, slack, discord, obsidian, gmail etc.), and clients (claude desktop, cursor), making it easier to deploy useful MCP servers without having them managed by a specific client
  • With toolbox you can install mcp servers with background agents and their dependencies using tb install <appname>
  • background agents download your data or index it (OCR/transcription/embeddings for RAG); you can choose between fully local or free hosted in openmined enclaves

TOC

Use cases

  • ๐Ÿง ๐Ÿ”Ž Customizable, Custom Topic Tracking (Discord, Whatsapp, Github, Slack) Follow technical topics across multiple Discord servers (or other sources) with periodic, fully customizable summaries. Tailor what you want to see using simple prompt files โ€” get only the updates that matter, automatically and efficiently. (video)
  • ๐Ÿ“‹โšก One-Command Ticket Creation (Obsidian, Github) โ€” Turn your Obsidian TODOs into GitHub issues with a single command: no copy-pasting, no clicking, just seamless ticket creation directly from your notes.
  • ๐Ÿ””โœจ LLM-driven custom notifications (Slack, Discord, Whatsapp) Use simple prompts or code to write instructions to decide when a message deserves a reminder (forgot to respond, missed a todo, etc)
  • ๐Ÿ“Š๐Ÿช„ Organize your communication for Projects or Campaigns (Slack, Discord, Google Sheets, Google Calendar) Log every person youโ€™ve reached out to around a certain topic into a Google Sheet, complete with date, calendar events and status (video)

Requirements

Before installing toolbox, make sure you have the following:

Install

To install toolbox on your machine from PyPI, you can use uv tool:

uv tool install --prerelease allow --python 3.12 -U syft-toolbox
# to verify installation
tb info

Alternatively, you can install toolbox from source, using uv:

git clone https://github.com/OpenMined/toolbox.git
cd toolbox
uv pip install -e .

Installation troubleshooting

For CLang issues during installation please run

uv python install --reinstall

to fix python in uv

You can also try, if #include <string> fails

CXXFLAGS="-isystem $(xcrun --show-sdk-path)/usr/include/c++/v1" uv pip install -e .

Alpha example

tb install slack-mcp

Toolbox CLI

To show apps in store

tb list-store

To list installed apps

tb list

To install a new app

tb install <app_name>

To show an installed app

tb show <appname>

To get logs for a local app (to follow add -f)

tb log <appname>

Store

All mcp servers support claude desktop and claude-code, cursor support is coming soon.

Name Default Deployment Read/Write Access Install
slack-mcp proxy-to-local Slack Messages tb install slack-mcp
discord-mcp proxy-to-local Discord Messages tb install discord-mcp
obsidian-mcp proxy-to-local Obsidian notes tb install obsidian-mcp
github-mcp stdio Issues, PRs, Settings tb install github-mcp
whatsapp-desktop-mcp proxy-to-local WhatsApp Messages tb install whatsapp-desktop-mcp
pdf-mcp proxy-to-local Local Documents tb install pdf-mcp
google-sheets-mcp stdio Google sheets tb install google-sheets-mcp
meeting-notes-mcp proxy-to-local Apple Audio Recordings, meeting notes tb install meeting-notes-mcp

Triggers

Toolbox can run scripts on a schedule to automate tasks in your MCP pipeline. See the triggers documentation for setup and usage instructions.

Notifications

Send notifications from your triggers and MCP servers using ntfy.sh. See the notifications documentation for configuration and usage.

Troubleshooting screenpipe

If you dont seen audio recordings under tb show meeting-notes-mcp. The following things may help

  • make sure you gave screenpipe the right permissions for recording video and audio in under Privacy and security (screenpipe should automatically request this).
  • Also make sure you select the right audio device by clicking -> person icon in the right top -> settings -> recording -> audio devices -> and then select the right one.
  • By default screenpipe uses local trancription, which we are not using because it might be heavy on your laptop. However, screenpipe will still try to download the model, which may block transcription. To prevent this, choose a small model like whisper-tiny-quantized under -> person icon in the right top -> settings -> recording -> audio-transcription-model

Analytics

We collect anonymous analytics to understand how the cli is used. The data we track includes:

  • Command usage: Which CLI commands are run (install, list, list-store, reset)
  • Command parameters: Non-sensitive command arguments (app names, flags like --use-local-deployments)
  • Toolbox version: The version of toolbox being used
  • Error information: If commands fail, we log the error type and message for debugging
  • Anonymous user ID: A randomly generated UUID stored locally to understand usage patterns across multiple CLI commands

To opt out, run tb setup and disable analytics.

Hosted option with enclaves

we provide the option to run some of these agents/mcp server in the cloud for free, with the medium term vision of deploying those components in trusted execution environments. The first beta versions wont have trusted execution environments, but we wont store any sensitive user data (only meta data). In the long term we plan to make these available at break-even cost (OpenMined is non-profit so we wont make money)

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 5