A desktop application that adds powerful tools to Claude and AI platforms
โ ๏ธ Weโre currently in the process of updating the open-source Toolbase repository to reflect our latest changes after testing with alpha testers.
Toolbase is a desktop application that makes it easy to add tools and plugins to Claude and AI Platforms. It provides a simple interface for discovering, installing, and managing tools without requiring technical expertise.
Learn more at https://gettoolbase.ai
Powered by the Model Context Protocol (MCP)
โ ๏ธ Developer Preview: This project is currently in active development. APIs and features may change without notice.
Toolbase currently only supports macOS. Support for Windows and Linux in active development.
toolbase/
โโโ packages/
โโโ app/ # Desktop application for tool management
โโโ runner/ # Secure local runner for MCP servers
This monorepo contains two main packages:
packages/app
- Desktop application for tool management and configuration, built with Electronpackages/runner
- Local runner for executing MCP servers and tools, built with DenoSee individual package READMEs for detailed documentation:
Although setup as a monorepo, each package are managed independently.
Clone the repository:
git clone https://github.com/Toolbase-AI/toolbase.git
cd toolbase
packages/app
)The desktop application is built with Electron and provides the main user interface.
cd packages/app
npm install
# Run the Electron development application
npm start
packages/runner
)The runner is a Deno CLI and library that executes MCP servers locally to provide tools and plugins to Claude Desktop and other AI platforms. This will be built into a binary to run on the user's local devices.
cd packages/runner
# Run locally
deno task dev [OPTIONS]
# Build binary
deno task build
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
No configuration available
Related projects feature coming soon
Will recommend related projects based on sub-categories