Content
# MCP Server Collection
This repository contains a series of server implementations based on the MCP (Multi-Agent Collaboration Protocol) protocol. These servers are designed to provide various functional interfaces for AI agents, facilitating multi-agent collaboration and task execution.
## Project Structure
```
mcp-servers/
├── python/
│ ├── mcp-system-cleaner/
│ ├── mcp-logistics/
│ └── ...
├── typescript/
│ ├── mcp-file-manager/
│ ├── mcp-data-analyzer/
│ └── ...
├── README.md
└── .gitignore
```
## Python Servers
### mcp-system-cleaner
Cross-platform system junk cleaning service, supporting Windows, macOS, and Linux.
- [View Details](./python/mcp-system-cleaner/README.md)
### mcp-logistics
Logistics information query service within China, supporting express delivery, freight, warehousing, and other full-chain logistics data.
- [View Details](./python/mcp-logistics/README.md)
## TypeScript Servers
### mcp-file-manager
File management service, providing file operations, directory management, and other functionalities.
- [View Details](./typescript/mcp-file-manager/README.md)
### mcp-data-analyzer
Data analysis service, offering data processing, statistical analysis, and other functionalities.
- [View Details](./typescript/mcp-data-analyzer/README.md)
## Development Guide
### Python Servers
1. Ensure that Python 3.12 or higher is installed.
2. Navigate to the corresponding Python project directory.
3. Create and activate a virtual environment:
### TypeScript Servers
1. Ensure that Node.js 14 or higher is installed.
2. Navigate to the corresponding TypeScript project directory.
3. Install dependencies and run
## Contribution Guide
We welcome all forms of contributions, including but not limited to:
- Submitting bug reports
- Suggesting new features
- Writing or improving documentation
- Submitting code improvements or new feature implementations
Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.