MCP Toolkit
A modular MCP (Model Context Protocol) toolkit for building extensible tool services.
Features
- 🔧 Modular Architecture: Support for dynamic service registration and hot-swappable components
- 🌐 Standard MCP Protocol: Full support for MCP 2024-11-05 specification
- 🛠️ Rich Tool Set: File operations, terminal execution, network requests, and more
- 🚀 Lightweight & Efficient: Personal project focused on core functionality
Installation
Quick Start
Development
This project follows a milestone-based development approach. See DEVELOPMENT_GUIDE.md for detailed development instructions.
License
MIT
This server cannot be installed
A modular toolkit for building extensible tool services that fully supports the MCP 2024-11-05 specification, offering file operations, terminal execution, and network requests.
Related MCP Servers
- -securityAlicense-qualityA dynamic MCP server implementation that automatically loads tools, resources, and prompts from their respective directories, allowing for easy extension and configuration.Last updated -PythonMIT License
- -securityAlicense-qualityA powerful executable server for running Model Context Protocol services that supports tool chain execution, multiple MCP services management, and a pluggable tool system for complex automation workflows.Last updated -16944TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that allows users to create custom tools on the fly by stitching together actions from multiple MCP tools into reusable routines.Last updated -1451TypeScript
- -securityFlicense-qualityA modular and extensible tool server built on FastMCP that supports multiple tools organized across files and communicates via MCP protocol.Last updated -Python