ToolBox MCP Server

ToolBox MCP Server

An AI-powered automation tool development platform that provides modular architecture with tool hot-reloading, enterprise-grade integration capabilities, and real-time updates with zero-downtime deployment.

Category
Visit Server

Tools

cli_tool

buildReload_tool

log_tool

redis_tool

calculator_tool

compress_tool

create_note

excel_tool

fileSystem_tool

gemini_image_tool

image_tool

schedule_tool

sftp_tool

sqlite_tool

ssh_tool

time_tool

workflow_tool

README

ToolBox MCP Server

GitHub Release License

An AI-powered automation tool development platform, providing:

🧩 Modular Architecture - Tool hot-reloading via the src/tools directory 🤖 AI Assistance - AI engine for natural language to tool template conversion 🚀 Enterprise-Grade Capabilities - Integration of production environment services such as MongoDB/Redis/SSH 🔄 Real-time Updates - Zero-downtime deployment via buildReload_tool

graph LR
    A[Developer] -->|Create| B(Tool Template)
    B --> C{AI Verification}
    C -->|Pass| D[Automatic Loading]
    C -->|Fail| E[Human Review]
    D --> F[API Exposure]
    F --> G[Client Invocation]
    style C fill:#4CAF50,stroke:#333

中文文档

Contributing

Contributing Guidelines (English) Contributing Guidelines (中文)

Tool Specifications

Features

Tools

View the complete tool specifications and detailed documentation: TOOL.md

Resources

Resources are generated dynamically as a result of tool execution. For example, the create_note tool creates a note resource that can be accessed via its URI.

Workflow Tool

The workflow_tool is a powerful tool for orchestrating complex workflows by chaining together multiple tools. It supports:

  • Serial and Parallel Execution: Execute tools in a sequential or parallel manner.
  • Transaction Management: Manage transactions with compensation mechanisms for error handling.
  • Detailed Reporting: Generate detailed reports on workflow execution, including the status, execution time, and results of each step.
  • Customizable Output: Specify an output file to save the workflow execution report.

Prompts

  • summarize_notes: Generates summaries of the notes created using the create_note tool.

Development Guide

Adding New Tools

graph TD
    A[Create Tool Template] --> B{AI Automatic Verification}
    B -->|Schema Validation| C[Generate Test Cases]
    B -->|Risk Exists| D[Human Review]
    C --> E[Unit Testing]
    D -->|Approve| E
    E --> F[Security Scanning]
    F --> G[Build Integration]
    G --> H[Version Release]
    style A fill:#f9f,stroke:#333
    style H fill:#4CAF50,stroke:#333

Detailed Development Process

  1. Template Creation: Create a new tool file in the src/tools/ directory
  2. AI Verification: Automatically check the parameter Schema compliance
  3. Test Generation: Generate test cases based on the function description
  4. Security Review: Static code analysis and dependency checking
  5. Continuous Integration: Automated deployment via GitHub Actions

View the complete development guide: prompt.md Refer to existing implementations: Tool Examples

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Marketplace Submission

ToolBox Logo A Seamless Integrated Automation Toolkit for Claude Desktop

Installation

To integrate with the Claude Desktop application, add the following server configuration to:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json
// Cline MCP server configuration file
{
  "command": "node",
  "args": [
    "--inspect=9229",
    "/MCP/ToolBox/build/index.js"
  ],
  "env": {
    "MONGO_URI": "mongodb://user:password@host:port/db",
    "MONGO_INDEX_OPS": "true",
    "REDIS_URI": "redis://:password@host:port",
    "SSH_server1_URI": "username:password@host:port",
    "GEMINI_API_KEY":"GEMINI_API_KEY",
  },
  "disabled": false,
  "autoApprove": []
}

Core Values

🚀 Enterprise-Grade Automation Leveraging package.json configuration, providing:

  • Global CLI tool installation (tbx command)
  • Workflow scheduling engine
  • Multi-platform support (Windows/macOS)
  • Hybrid cloud deployment capabilities (MongoDB/Redis/SSH)

🔧 Developer-Friendly

  • Strongly-typed TypeScript implementation
  • Real-time debugging support (--inspect flag)
  • VSCode debugging configuration template
  • Hot-reloading mechanism:
    graph LR
      A[Code Modification] --> B[buildReload_tool]
      B --> C[Automatic Compilation]
      C --> D[Security Verification]
      D --> E[Tool Reloading]
      style B fill:#4CAF50,stroke:#333
    
    Implemented by calling buildReload_tool:
    • Zero-downtime updates
    • Automatic dependency tree parsing
    • Version compatibility check
    • Sandbox environment testing

Debugging

Debugging MCP servers can be challenging due to their stdio communication. Here are a few approaches:

🚧 Disclaimers

Sensitive Data

DO NOT CONFIGURE CONTAINERS WITH SENSITIVE DATA. This includes API keys, database passwords, etc.

Any sensitive data exchanged with the LLM is inherently compromised, unless the LLM is running on your local machine.

Legal Liability ⚠️

  • ⚠️ The tool is provided "as-is" under MIT License without warranties
  • ⚠️ Developer not liable for direct/indirect damages
  • ⚠️ Users bear all risks from improper container configurations
  • ⚠️ Any illegal or destructive usage is strictly prohibited
  • ⚠️ See LICENSE for full terms
  1. Node.js Inspector: Launch the server with the --inspect=9229 flag:
node --inspect=9229 build/index.js

Then, connect to the server using Chrome DevTools by navigating to chrome://inspect.

  1. MCP Inspector: Utilize the MCP Inspector, a dedicated debugging tool accessible via the inspector npm script:

  2. VSCode Debugging

To debug with VSCode, create a .vscode/launch.json file with the following configuration:

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "attach",
            "name": "ToolBox",
            "address": "localhost",
            "port": 9229,
            "localRoot": "${workspaceFolder}"
        }
    ]
}

Then, launch the server with the --inspect=9229 flag and attach the VSCode debugger.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured