CometChat MCP server icon

CometChat

by CometChat

Developer Tools3 toolsNo Auth Required

Give your coding agent CometChat's chat, voice and video SDK docs plus ten ready-to-run integration recipes. 3 tools, all read-only, no account. It reads documentation, never your app's chat data.

Verified connector

Listed by Anthropic as a partner connector in its Connectors Directory.

Connection checked by Agentman on .

Anthropic states this reflects the level of review a connector received, not a security audit.

Connect CometChat via MCP

https://mcp.cometchat.com/mcp

Works in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.

CometChat Tools & Capabilities (3)

search_cometchat_docsRead-only

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.

fetch_cometchat_doc_pageRead-only

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'.

get_cometchat_implementation_bundleRead-only

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.

Read from the server on 2026-08-16, including each tool's own safety annotations.

Limits

  • It cannot touch a CometChat application. No tool schema accepts an app ID, auth key or user ID. This connector reads documentation; it does not administer, query or moderate a live app.
  • It writes nothing anywhere. All three tools are annotated read-only by the server. Any code it produces reaches your project through your coding agent's own file tools, not through this connector.
  • Search returns snippets, not whole pages. search_cometchat_docs returns ranked excerpts with links, capped at 25 results and defaulting to 10. Full page content requires the separate fetch tool.
  • Bundles are a fixed set. get_cometchat_implementation_bundle takes a named bundle, and CometChat's documentation publishes ten. A scenario outside that list falls back to search.
  • Accuracy tracks the docs, not your version. CometChat says the server is built from its documentation repository, so content stays in sync with the docs site — which means an agent working on an older SDK should pass the version filter rather than trust the default ranking.
  • CometChat's own caveat on prices. Its machine-readable reference is dated 2026-05-20 and tells readers to confirm time-sensitive prices against the live pricing page.
  • We did not exercise any tool. Our check was a read-only initialize and tools/list handshake. Everything above comes from the server's tool descriptions and schemas, CometChat's documentation and the directory snapshot — not from calling anything.

Frequently asked questions

Can the CometChat MCP server read the messages in my chat app?

No. All three tools operate on CometChat's public documentation site, not on any CometChat application. They search doc pages, fetch a doc page by path, and return a written integration recipe. There is no tool that takes an app ID, auth key or user ID, so no message, user or conversation is reachable through this connector.

Do you need a CometChat account to use the MCP server?

No. CometChat's documentation states the server needs no account or API key, and we completed an anonymous handshake against the endpoint on 2026-08-16 that returned all three tools without any credential. You only need a CometChat account later, when you run the integration code the agent writes for you.

What is a CometChat implementation bundle?

A curated integration recipe for one named scenario. CometChat's documentation lists ten of them, and each bundle returns prerequisites, install commands, configuration, working code examples and common pitfalls. They cover React, React Native, Flutter, iOS, Android, the JavaScript SDK, the no-code widget, moderation, multi-tenant chat, and presence with typing indicators.

Which transport does the CometChat MCP server use?

Server-Sent Events. CometChat's documentation describes the transport as HTTP with Server-Sent Events, and Anthropic's directory entry records the same value. Its Windsurf and VS Code setup instructions both specify SSE explicitly. A client configured for streamable HTTP against this endpoint is using the wrong transport setting.

Does the CometChat MCP server cost anything?

No. The connector surfaces public documentation and needs no account, so there is nothing to pay for reading it. CometChat's platform is priced separately: its pricing reference lists a free Build plan at $0 covering up to 100 users, intended for development and testing, with paid Basic, Advanced and Enterprise tiers above it.

Use in Agentman

Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.

Open in Agentman Studio

Server Info

Category
Developer Tools
Developer
CometChat
Tools
3
Domain
mcp.cometchat.com

Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.