Socket
Book a DemoInstallSign in
Socket

@coretext-ai/clickup-monday-mcp-test-002

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coretext-ai/clickup-monday-mcp-test-002

Multi-service MCP server with Clickup and Monday integrations

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
3
Created
Source

clickup-monday-mcp-test-002

Multi-service MCP server with Clickup and Monday integrations

This MCP server was generated using the Template Orchestrator and includes the following integrations:

Clickup Integration

Endpoints included: 20

  • get_user: Get current user information
  • get_teams: Get authorized teams for the user
  • get_spaces: Get spaces for a team
  • create_space: Create a new space
  • get_folders: Get folders in a space
  • create_folder: Create a new folder
  • get_lists: Get lists in a folder
  • get_folderless_lists: Get lists directly in a space (without folders)
  • create_list: Create a new list in a folder
  • create_folderless_list: Create a new list directly in a space
  • get_tasks: Get tasks in a list
  • get_task: Get a specific task
  • create_task: Create a new task
  • update_task: Update an existing task
  • delete_task: Delete a task
  • get_comments: Get comments for a task
  • create_comment: Create a comment on a task
  • get_tags: Get tags for a space
  • create_tag: Create a new tag
  • search_tasks: Search for tasks across a team

Required environment variables:

  • CLICKUP_API_KEY

Monday Integration

Endpoints included: 11

  • get_me: Get current user information
  • get_boards: Get boards accessible to the user
  • get_board_items: Get items from a specific board
  • create_item: Create a new item in a board
  • update_item: Update an existing item
  • create_update: Create an update/comment on an item
  • get_updates: Get updates/comments for an item
  • get_teams: Get teams in the account
  • get_users: Get users in the account
  • search_items: Search for items across boards
  • get_workspaces: Get workspaces accessible to the user

Required environment variables:

  • MONDAY_API_KEY

Installation

npm install @coretext-ai/clickup-monday-mcp-test-002

Environment Setup

Create a .env file with the following variables:

CLICKUP_API_KEY=your_clickup_api_key_here
MONDAY_API_KEY=your_monday_api_key_here

Usage

Running the server

# Development mode
npm run dev

# Production mode
npm run build && npm start

Using with Claude Desktop

Add this to your Claude Desktop configuration:

{
  "mcpServers": {
    "clickup-monday-mcp-test-002": {
      "command": "npx",
      "args": ["@coretext-ai/clickup-monday-mcp-test-002"]
    }
  }
}

Available Tools

This server provides 31 tools across 2 integrations:

Clickup Tools

  • get_user: Get current user information
  • get_teams: Get authorized teams for the user
  • get_spaces: Get spaces for a team
  • create_space: Create a new space
  • get_folders: Get folders in a space
  • create_folder: Create a new folder
  • get_lists: Get lists in a folder
  • get_folderless_lists: Get lists directly in a space (without folders)
  • create_list: Create a new list in a folder
  • create_folderless_list: Create a new list directly in a space
  • get_tasks: Get tasks in a list
  • get_task: Get a specific task
  • create_task: Create a new task
  • update_task: Update an existing task
  • delete_task: Delete a task
  • get_comments: Get comments for a task
  • create_comment: Create a comment on a task
  • get_tags: Get tags for a space
  • create_tag: Create a new tag
  • search_tasks: Search for tasks across a team

Monday Tools

  • get_me: Get current user information
  • get_boards: Get boards accessible to the user
  • get_board_items: Get items from a specific board
  • create_item: Create a new item in a board
  • update_item: Update an existing item
  • create_update: Create an update/comment on an item
  • get_updates: Get updates/comments for an item
  • get_teams: Get teams in the account
  • get_users: Get users in the account
  • search_items: Search for items across boards
  • get_workspaces: Get workspaces accessible to the user

Development

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build
npm run build

# Run tests
npm run test

# Lint
npm run lint

Generated Information

  • Generated at: Thu Jul 10 2025 18:29:03 GMT+0000 (Coordinated Universal Time)
  • Orchestrator version: 0.0.2
  • Template repository: Coretext-AI-Dev/server-template-v2
  • Total endpoints: 31

License

MIT

Keywords

mcp

FAQs

Package last updated on 10 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts