Provides web search capabilities through Brave Search API
Provides containerized deployment of the MCP server
Used for cloning the repository and version control
Used as the implementation language for the MCP server and custom tools
Mentioned as a data source that can be accessed through the MCP toolkit
Mentioned as a platform that can be controlled through the MCP toolkit
Provides a web-based configuration UI for the MCP toolkit
Referenced in example queries for stock data analysis through Yahoo Finance integration
MCP Tool Kit
A comprehensive toolkit for the Model Context Protocol (MCP) with automatic tool discovery and multiple transport options.
📚 Official Documentation | 🌐 Website | 💬 Community
🚀 Built by UsefulAI | 📖 From GitHub to Commercial Success
🚀 Quick Install - No Git Required!
Choose your platform and run ONE command:
🖥️ Windows (PowerShell)
🍎 macOS (Terminal)
🐧 Linux (Terminal)
That's it! The installer will:
- ✅ Download MCP Tool Kit (no Git needed!)
- ✅ Check for Docker (helps install if missing)
- ✅ Create desktop shortcuts
- ✅ Set up everything automatically
📦 Alternative Installation Methods
- Download the latest release:
- Extract and run:
- Windows: Run
install.bat
- Mac/Linux: Run
./install.sh
- Windows: Run
- Clone the repository
- Run the launcher
- Windows: Double-click
launch.bat
- Mac/Linux: Run
./launch.sh
- Windows: Double-click
🔧 Features
Dynamic Tool Registration
Tools are automatically discovered and registered at runtime - no manual configuration needed!
Multiple Transport Options
- stdio: For Claude Desktop integration
- SSE (Server-Sent Events): For web-based access
120+ Available Tools
- 📁 File System: Read, write, and manage files
- 🕐 Time Tools: Timezone conversions and time operations
- 🌐 Web Search: Brave Search integration
- 🤖 Browser Automation: Playwright-based browser control
- 📊 Data Analysis: Yahoo Finance, FRED, World Bank data
- 📄 Document Tools: PDF, Excel, PowerPoint manipulation
- 🎯 And many more!
Easy Configuration
Control everything through a simple config.yaml
file:
📋 Environment Setup
- Copy
.env.template
to.env
- Add your API keys:
💾 Storage Setup
MCP Tool Kit uses a dedicated storage directory for file operations:
- Windows:
C:\Users\{Username}\mcp-tool-kit-storage
- Mac/Linux:
~/mcp-tool-kit-storage
Automatic Setup
The storage directory is automatically created when you first run the Docker container. You can also manually set it up:
Windows (PowerShell):
Mac/Linux:
Storage Structure
All file operations through the filesystem tool will be restricted to this directory for security.
🔌 Connecting to Claude Desktop
- Start the server in stdio mode using the launcher
- Add to Claude Desktop configuration:
🌐 Using SSE Mode
- Start the server in SSE mode using the launcher
- Access the server at
http://localhost:8080
- Use the SSE endpoints:
/sse
- Server-Sent Events stream/messages
- Send messages to the server
🛠️ Creating Custom Tools
Tools now use a standardized base class system:
See the developer documentation for detailed guides.
📚 Documentation
Full documentation is available at https://docs.mcp-tool-kit.com.
To run documentation locally:
cd docs
npm install
npm start
🐳 Docker Commands
Using the Launcher (Recommended)
The launcher scripts handle all Docker operations automatically.
Manual Commands
🤝 Contributing
- Fork the repository
- Create your feature branch
- Add your tool to
app/tools/
- Submit a pull request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🆘 Support
- GitHub Issues
- Documentation
- Discord Community (coming soon)
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.
- Benefits of This Approach
- Example Scenario
- Overview
- 123 Total Tools Available
- Quickstart Guide: Deploy Your First MCP Server with Default Tools
- Docker deployment (recommended & most stable)
- Install via pip
- Configure Claude Desktop to Access Your Server
- Setting Up Environment Variables
- Available Tools
- Philosophical Perspective: The Human-AI Cognitive Partnership
- Troubleshooting
- License
- Acknowledgements
Related Resources
Related MCP Servers
- -securityFlicense-qualityA comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.Last updated -5
- AsecurityFlicenseAqualityThe server connects the Claude AI to the internet through the capabilites of the LSD SQL language, turning web data into a queryable database-like structure to interact with real-world data efficiently.Last updated -464
- -securityFlicense-qualityA smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.Last updated -10
LPS MCPofficial
-securityAlicense-qualityA minimal server that provides Claude AI with secure file system access and sequential thinking capabilities, allowing Claude to navigate directories, read files, and break down complex problems into structured thinking steps.Last updated -1MIT License