A production-ready MCP (Model Context Protocol) server exposing useful developer tools through a simple CLI client.
- List Files
- Read File
- Write File
- Append File
- Create Directory
- Delete File
- Rename File
- Current Directory
- Current Time
- System Information
- Disk Usage
- Add
- Subtract
- Multiply
- Divide
- Percentage
- Factorial
- Average
- Word Count
- Line Count
- Find Text
- Replace Text
developer-toolbox-mcp/
│
├── server.py
├── client.py
├── requirements.txt
├── README.md
│
└── tools/
├── file_tools.py
├── system_tools.py
├── math_tools.py
└── text_tools.py
git clone <repo-url>
cd developer-toolbox-mcp
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtStart the client.
python client.pyThe client automatically starts the MCP server.
- Python 3
- MCP Python SDK
- AsyncIO
- FastMCP
- OpenAI Integration
- Claude Desktop Integration
- GitHub Tools
- Weather API
- SQLite Tools
- PDF Reader
- CSV Analyzer