We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nazruden/clickup-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
success.html•330 B
<!DOCTYPE html>
<html>
<head>
<title>ClickUp MCP - Success</title>
<link rel="stylesheet" href="/css/styles.css" />
</head>
<body>
<div class="container">
<h1>✅ Successfully connected to ClickUp!</h1>
<p>You can now close this window and return to the application.</p>
</div>
</body>
</html>