Skip to main content
Glama

ClickUp MCP Server

// src/schemas/member.ts import { z } from 'zod'; export const MemberSchema = z.object({ id: z.number(), username: z.string().optional(), email: z.string().optional(), full_name: z.string().optional(), profile_picture: z.string().optional(), role: z.number(), role_name: z.string().optional(), initials: z.string().optional(), last_active: z.string().optional(), }); export type Member = z.infer<typeof MemberSchema>;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taazkareem/clickup-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server