MCP Server Collection
mcp服务聚合
mcpchina
README
MCP Server Collection
这个仓库包含了一系列基于 MCP (Multi-Agent Collaboration Protocol) 协议的服务器实现。这些服务器旨在为 AI 代理提供各种功能接口,促进多代理协作和任务执行。
项目结构
mcp-servers/
├── python/
│ ├── mcp-system-cleaner/
│ ├── mcp-logistics/
│ └── ...
├── typescript/
│ ├── mcp-file-manager/
│ ├── mcp-data-analyzer/
│ └── ...
├── README.md
└── .gitignore
Python 服务器
mcp-system-cleaner
跨平台系统垃圾清理服务,支持 Windows、macOS 和 Linux。
mcp-logistics
中国境内物流信息查询服务,支持快递、货运、仓储等全链路物流数据。
TypeScript 服务器
mcp-file-manager
文件管理服务,提供文件操作、目录管理等功能。
mcp-data-analyzer
数据分析服务,提供数据处理、统计分析等功能。
开发指南
Python 服务器
- 确保安装了 Python 3.12 或更高版本。
- 进入相应的 Python 项目目录。
- 创建并激活虚拟环境:
TypeScript 服务器
- 确保安装了 Node.js 14 或更高版本。
- 进入相应的 TypeScript 项目目录。
- 安装依赖、运行
贡献指南
我们欢迎所有形式的贡献,包括但不限于:
- 提交 bug 报告
- 提出新功能建议
- 编写或改进文档
- 提交代码改进或新功能实现
请查看 CONTRIBUTING.md 了解更多详情。
许可证
本项目采用 MIT 许可证。详见 LICENSE 文件。
Recommended Servers
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.
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.
MCP Package Docs Server
Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.
Claude Code MCP
An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.
@kazuph/mcp-taskmanager
Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
Linear MCP Server
Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.
mermaid-mcp-server
A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.
Jira-Context-MCP
MCP server to provide Jira Tickets information to AI coding agents like Cursor

Linear MCP Server
A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.