1. Conduid
  2. AI
  3. Toolbase
MCP server · AI

Toolbase

A desktop application that adds powerful tools to Claude and AI platforms

Unclaimed Apache-2.0 last commit a year ago model-context-protocolclaudemcpaitools
73Good

Scored 4 hours ago · breakdown

About Toolbase

Toolbase is an MCP server published by Toolbase-AI in the AI category: a desktop application that adds powerful tools to Claude and AI platforms. It has been installed 0 times through Conduid.

The repository has 166 stars and 25 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx toolbase

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Toolbase

Powered by Claude · Grounded in docs

I know everything about Toolbase. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.0.3v0.0.3 · 7 Jan 2025What's Changed 0.0.3 Update Deno Binary by @gching in https://github.com/Toolbase-AI/toolbase/pull/4 Finalize Windows Support by @gching in https://github.com/Toolbase-AI/toolbase/pull/5 Full Changelog**:…
v0.0.2v0.0.2 · 27 Dec 2024What's Changed Add in workflow to build and publish for macOS and Windows by @gching in https://github.com/Toolbase-AI/toolbase/pull/1 Utilize own script to publish without make by @gching in https://github.com/Toolbase-AI/toolbase/pull/2…
v0.0.1v0.0.1 · 19 Dec 2024Initial release with support for macOS (Apple Silicon)

README

⚠️ We’re currently in the process of updating the open-source Toolbase repository to reflect our latest changes after testing with alpha testers.

Toolbase

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.

Features

  • 🔍 Visual tool browser
  • 🚀 One-click tool installation
  • 🔧 Simple configuration management
  • 🔌 Seamless Claude Desktop integration

Getting Started

Prerequisites

Download and Run Toolbase

Toolbase currently only supports macOS. Support for Windows and Linux in active development.

  1. Download the latest version of Toolbase from https://gettoolbase.ai
  2. Open the application and start using tools and plugins with Claude Desktop

Project Structure

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 Electron
  • packages/runner - Local runner for executing MCP servers and tools, built with Deno

See individual package READMEs for detailed documentation:

Development Setup

Although setup as a monorepo, each package are managed independently.

Clone the repository:

git clone https://github.com/Toolbase-AI/toolbase.git
cd toolbase

Desktop App (packages/app)

The desktop application is built with Electron and provides the main user interface.

Prequisites

  • Node 22
  • npm
cd packages/app
npm install

# Run the Electron development application
npm start

Runner (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.

Prequisites

  • Deno 2
cd packages/runner

# Run locally
deno task dev [OPTIONS]

# Build binary
deno task build

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Support

Acknowledgments

README mirrored from the source repository 4 hours ago. The original is authoritative.

Questions

About Toolbase

How do I install Toolbase?

Run npx toolbase, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Toolbase safe to use with an AI agent?

Its trust score is 73 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Toolbase still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.