Skip to content

csevero/mcp-servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

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 (name, description, attachments)
    • Portuguese language support

Quick Start

Each MCP server can be installed and run independently:

# Install and run ClickUp MCP Server
npx @csevero/mcp-clickup

Architecture

This repository follows a monorepo structure where each MCP server is:

  • Independent: Has its own package.json and can be published separately
  • Clean Architecture: Follows domain-driven design principles
  • TypeScript: Fully typed for better development experience
  • Easy to Install: Available via npx for instant usage

Repository Structure

mcp-servers/
β”œβ”€β”€ clickup/          # ClickUp MCP Server
β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”œβ”€β”€ domain/   # Business entities and interfaces
β”‚   β”‚   β”œβ”€β”€ use-cases/# Business logic
β”‚   β”‚   β”œβ”€β”€ infra/    # External integrations
β”‚   β”‚   └── index.ts  # Main entry point
β”‚   β”œβ”€β”€ package.json
β”‚   └── README.md
└── README.md         # This file

Contributing

We welcome contributions! Whether you want to:

  • Add new MCP servers for different services
  • Improve existing servers with new features
  • Fix bugs or enhance documentation
  • Suggest integrations for popular tools

Getting Started

  1. Fork this repository
  2. Create a new directory for your MCP server (e.g., ./notion/)
  3. Follow the Clean Architecture pattern used in existing servers
  4. Add comprehensive README with installation and usage instructions
  5. Submit a Pull Request

MCP Server Guidelines

When creating a new MCP server:

  • Use Clean Architecture principles
  • Include TypeScript types
  • Add comprehensive error handling
  • Provide clear documentation
  • Follow the existing naming conventions
  • Include usage examples

License

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

Support


Made with ❀️ for the AI community

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published