Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💬 Communication
  3. Docs MCP
Docs MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 3:32:01 PM

Docs MCP

User RatingsBe the first to rate and review this MCP server!Ownership verifiedThe owner proved control of this listing via a GitHub README, site badge, or DNS TXT record.
View Repository76 GitHub StarsTotal stargazers on GitHub for the source repository (76 stars).Visit Website
cometchatdeveloper-toolsdocumentationmcp

Searches CometChat docs and provides framework-specific implementation guidance through read-only MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "cometchat-docs-mcp": {
      "url": "https://mcp.cometchat.com/mcp"
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (4) Directory Badge Alternatives💬 More in Communication

Overview

The cometchat/docs-mcp MCP server searches CometChat documentation and returns implementation guidance for chat, voice, video, and moderation features. It exposes read-only tools for ranked documentation search, full-page retrieval, bundle discovery, and scenario-specific code examples. Connect an MCP-compatible client to the public Streamable HTTP endpoint when an agent needs current CometChat SDK, UI Kit, REST API, or OpenAPI references. No account, API key, or authentication is required to access the server.

Use cases

•Search CometChat SDK documentation for a framework-specific setup
•Retrieve a UI Kit quickstart for a chat interface
•Generate implementation steps for multi-tenant chat
•Find moderation, presence, or typing-indicator guidance
•Inspect CometChat REST API and OpenAPI references

Key features

•Ranked documentation search with optional version filtering
•Full Markdown page retrieval
•Curated implementation bundles with working code
•Bundle discovery with framework and verification metadata
•Read-only Streamable HTTP MCP endpoint
•Orientation and implementation resources

Capabilities & Tool Schemas (4) ~146 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Docs MCP.

search_cometchat_docs

Search across SDK guides, UI Kit references, REST API documentation, and OpenAPI specs. Returns ranked snippets with titles + direct links. Optional `version` filter.

fetch_cometchat_doc_page

Fetch the full content of any documentation page as markdown by URL or relative path.

get_cometchat_implementation_bundle

Return a curated implementation bundle for a named scenario — prerequisites, install commands, configuration, working code.

list_cometchat_bundles

List every available implementation bundle (identifier, title, framework, last-verified date) for discovery.

How Docs MCP works

What cometchat/docs-mcp does

The cometchat/docs-mcp MCP server gives coding agents a structured way to consult CometChat’s first-party documentation. Its coverage includes SDK guides, UI Kit references, REST API material, and OpenAPI specifications for chat, voice, video, and moderation use cases.

The server is intended for implementation questions rather than application data access. An agent can use it to find setup instructions, compare documentation for supported frameworks, retrieve reference material, or obtain a prepared recipe for a known scenario. Supported implementation contexts mentioned by the project include React, React Native, Flutter, iOS, Android, JavaScript, and no-code website embeds.

How it works

Clients connect over Streamable HTTP, with SSE support, through https://mcp.cometchat.com/mcp. The service is stateless and does not maintain user-specific state. A public health check is available at https://mcp.cometchat.com/health.

For documentation search, the server uses an SQLite FTS5 index built from CometChat’s documentation repository. That index is rebuilt when the source repository’s main branch receives a push. Full pages are fetched as Markdown from CometChat documentation URLs or relative paths. Curated bundles contain prerequisites, installation commands, configuration details, and working code, and include a last-verified date; the README says these bundles are checked against live SDK versions quarterly.

Setup and configuration

Hosted use requires adding the MCP URL to a compatible client. Cursor and Windsurf can use the following server entry:

config.json
{
  "mcpServers": {
    "cometchat": {
      "url": "https://mcp.cometchat.com/mcp"
    }
  }
}

Claude Desktop can add the same endpoint through its connector settings. VS Code Copilot Agent supports the URL with HTTP transport, and Claude Code can register it with claude mcp add --transport http cometchat https://mcp.cometchat.com/mcp.

Local development requires cloning the separate CometChat documentation repository, installing dependencies with npm install, setting DOCS_REPO to that checkout, building the index with npm run build:index, and starting the project with npm run dev. The local server defaults to http://0.0.0.0:3000, with /mcp as the MCP endpoint and /health as the health route.

Tools and capabilities

The four exposed tools are:

  • search_cometchat_docs: Finds ranked snippets with titles and direct links, optionally filtered by version.
  • fetch_cometchat_doc_page: Retrieves a complete documentation page as Markdown using a URL or relative path.
  • get_cometchat_implementation_bundle: Returns a named scenario bundle with prerequisites, commands, configuration, and example code.
  • list_cometchat_bundles: Lists available bundles with identifiers, titles, frameworks, and verification dates.

The server also publishes resources for orientation and common recipes, including UI Kit quickstarts, messaging basics, moderation, multi-tenant chat, presence, typing indicators, and widget embedding. All four tools are read-only and declare structured output schemas.

Limitations and notes

The server only reads public CometChat documentation; it does not authenticate against an application or modify project data. The code it helps produce still requires CometChat application credentials such as an App ID, Auth Key, and Region. Those values are needed for the resulting integration, not for connecting to the cometchat/docs-mcp MCP server itself. The available documentation and bundles may change as the source repository and SDK versions are updated.

Getting started with this cometchat/docs-mcp MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    💬 Communication1 views
    Compare vs Slack MCP Server →
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    💬 Communication3 views
    Compare vs Line Bot MCP Server →
  • Emailmd logoEmailmd

    Write and preview emails from your assistant. Renders markdown into email-safe HTML that holds up in Outlook and Gmail, lints drafts for deliverability problems, and returns a live preview link. Hosted with no API key, or run it locally with npx emailmd mcp.

    💬 Communication2 views
    Compare vs Emailmd →
  • Telegram MCP logoTelegram MCP

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status

    💬 Communication2 views
    Compare vs Telegram MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
76
Stargazers on the source repository.
npm downloads
2.9k
Package downloads in the last 30 days.
Last commit
3d ago
Most recent push to the default branch.
Tools exposed
4
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Docs MCP

Add the hosted endpoint https://mcp.cometchat.com/mcp to an MCP-compatible client. Claude Desktop, Cursor, Windsurf, VS Code Copilot Agent, and Claude Code are documented connection options.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDocs MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/cometchat-docs-mcp?style=directory)](https://allmcps.com/mcp/cometchat-docs-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/cometchat-docs-mcp"><img src="https://allmcps.com/api/badge/cometchat-docs-mcp?style=directory" alt="Docs MCP on AllMCPs" /></a>

Technical Specs & Signals

Category💬Communication
PricingFree
More technical detailsExpand â–¾
TransportSSE (Remote)
AuthNo auth required
LicenseApache-2.0
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 11, 2026
11/11 checks healthy over the last 34d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars76
GitHub Star CountTotal stargazers on GitHub representing community popularity (76 stars).
Last commit3d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
npm downloads2,895/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
84Quality signal: Excellent · 84/100How this signal is calculated ▾
Server availability25/25
Verified ownership20/20
Documentation & tools28/30
Adoption & activity11/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 24d ago via OSV.dev · https://mcp.cometchat.com/mcp (npm)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💬 Communication →Best MCP servers for Slack & Communication →Alternatives to Docs MCP →Install in Claude DesktopInstall in CursorInstall in VS Code