MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

MCP server by csevero

创建于 10/7/2025
更新于 2 months ago
Repository documentation and setup instructions

MCP Servers Hub

A collection of Model Context Protocol (MCP) servers that can be easily installed and used with AI assistants like Claude.

What is MCP?

Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external data sources and tools. These servers provide additional capabilities to AI models through a standardized interface.

Available MCP Servers

🎯 ClickUp MCP Server

Access and manage your ClickUp tasks directly from your AI assistant.

  • Package: @csevero/mcp-clickup
  • Install: npx @csevero/mcp-clickup
  • Documentation: ./clickup/README.md
  • Features:
    • Retrieve tasks by Custom ID
    • View task details and comments
    • Access custom field configurations
    • Secure API credential management

Quick Start

Using Claude Code (Recommended)

claude mcp add clickup --env CLICKUP_API_KEY=your_api_key_here \
  --env CLICKUP_TEAM_ID=your_team_id_here \
  -- npx @csevero/mcp-clickup

Direct Installation

npx @csevero/mcp-clickup

For detailed setup instructions, API credentials, and usage examples, see each server's README.

Contributing

Contributions are welcome! To add a new MCP server or improve existing ones:

  1. Fork this repository
  2. Create a feature branch
  3. Follow the Clean Architecture pattern used in existing servers
  4. Add comprehensive documentation
  5. Submit a Pull Request

See individual server READMEs for architecture details and development guidelines.

License

MIT License - see individual server directories for specific license information.

Support


Made with ❤️ for the AI community

快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-mcp-servers

Cursor 配置 (mcp.json)

{ "mcpServers": { "csevero-mcp-servers": { "command": "npx", "args": [ "csevero-mcp-servers" ] } } }