toolbase
Toolbase is a desktop application that simplifies the process of adding tools and plugins to Claude and AI platforms.
Toolbase provides a user-friendly interface for discovering, installing, and managing various tools without requiring any technical expertise. It is designed to enhance the functionality of Claude and AI platforms by allowing users to easily integrate and configure tools that suit their needs. The application currently supports macOS, with plans for Windows and Linux compatibility in the future.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"toolbase": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-toolbase"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions