CometChat Docs MCP Server

Add real-time chat, voice, video, and moderation to your app through your AI coding agent. Its README documents 4 tools, including search_cometchat_docs, fetch_cometchat_doc_page, get_cometchat_implementation_bundle. It is available as a remote MCP endpoint.

Teams that want a hosted browser automation endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 60 · #141 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install CometChat Docs

before you install - you'll need

DOCS_REPO

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add cometchat-docs-mcp --transport http https://mcp.cometchat.com/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.cometchat.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.cometchat.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license Apache-2.0 - declared in the repository

registry namespace io.github.cometchat is GitHub-verified and matches the repo owner

03 · What CometChat Docs can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can fetch the full content of any documentation page as markdown by URL or relative path, read a curated implementation bundle for a named scenario - prerequisites, install commands, configuration, working code, and list every available implementation bundle (identifier, title, framework, last-verified date) for discovery.

The 4 tools it gives your agent

Extracted from the project's README - what CometChat Docs lets an agent do.

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

Latest releases

v0.1.5 · 2026-07-14

2026-07-14 · New · Published the server to the Official MCP Registry as io.github.cometchat/docs-mcp, making it discoverable through the registry and downstream directories (Glama, PulseMCP) with the endpoint · Added a…

v0.1.4 · 2026-06-24

New · None · Enhancements · Updated the hosted server to run on Node.js 24 and refreshed its dependencies, including the SQLite engine behind documentation search, keeping the service on actively supported and…

v0.1.3 · 2026-06-22

New · Added Claude Code plugin and marketplace support. Add the server with /plugin marketplace add cometchat/docs-mcp, then install it with /plugin install cometchat@cometchat; Claude Code also auto-discovers the…

04 · Who maintains CometChat Docs

CometChat Docs is maintained by cometchat. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
browser automation - ranked #141 of 196 actively-maintained browser automation servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-14)
registry
io.github.cometchat/docs-mcp (active, first published 2026-07-09 · 2 versions)

06 · CometChat Docs FAQ

Is CometChat Docs still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can CometChat Docs do?

With this server connected, an agent can fetch the full content of any documentation page as markdown by URL or relative path, read a curated implementation bundle for a named scenario - prerequisites, install commands, configuration, working code, and list every available implementation bundle (identifier, title, framework, last-verified date) for discovery.

How do I install CometChat Docs?

Run `claude mcp add cometchat-docs-mcp --transport http https://mcp.cometchat.com/mcp`. The README documents one environment variable (DOCS_REPO) to set first. You can also paste the ready-made client config above.

Does CometChat Docs require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to CometChat Docs