MCP.so
Sign In

CometChat Docs

@cometchat

About CometChat Docs

Add real-time chat, voice, video & moderation to your app.

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

3

Searches CometChat documentation including SDK guides (JavaScript, React, iOS, Android, Flutter, React Native), UI Kit references, REST API documentation, integration tutorials, and OpenAPI specs. Returns ranked snippets with titles and direct links to source pages. Supports an optional `version` filter to scope results to a specific documentation version.

Fetches the full content of a single CometChat documentation page by URL or path. Returns the page content as markdown along with title and section metadata. Path can be passed as a full https://www.cometchat.com/docs URL or as a relative path such as '/sdk/javascript/overview'.

Returns a curated implementation bundle for a named CometChat integration scenario. Each bundle includes prerequisites, install commands, configuration, working code examples, and common pitfalls. Available bundles cover common integration patterns across React, Flutter, iOS, Android, React Native, and the JavaScript SDK.

Overview

What is the CometChat Docs MCP Server?

CometChat's first-party, remote MCP server. It gives your AI coding agent live access to CometChat's documentation and curated, ready-to-run implementation bundles — so you can add real-time chat, voice, video, and moderation to your app from natural-language prompts. Hosted at https://mcp.cometchat.com/mcp; read-only, with no account, API key, or authentication required.

How to use it

Add the endpoint as a custom connector in Claude, Cursor, Windsurf, or VS Code — or run claude mcp add --transport http cometchat https://mcp.cometchat.com/mcp. Then ask your agent to build a feature: it searches CometChat's docs, pulls the matching implementation bundle, and writes the integration code into your project.

Key features

  • Docs search across SDK guides, UI Kit references, REST API docs, and OpenAPI specs.
  • Full-page fetch — retrieve any CometChat documentation page as markdown.
  • Implementation bundles — ready-to-run code for React, React Native, Flutter, iOS, Android, the JS SDK, the no-code widget, AI moderation, multi-tenant chat, and presence.
  • Remote & read-only — no install and no auth; just add the URL.

Comments

More Developer Tools MCP servers