Developer Tools
cometchat.com
Searches and fetches CometChat documentation and implementation bundles.
ENDPOINT 1
https://mcp.cometchat.com/mcp
MCP server metadata
- Name
- CometChat Docs
- Version
- 0.1.5
Use this server to integrate CometChat — real-time chat, voice/video, and moderation — into web and mobile apps. Read the cometchat://skills/overview resource first for orientation. Use search_cometchat_docs for conceptual queries, fetch_cometchat_doc_page to read a specific page, and get_cometchat_implementation_bundle for ready-to-use recipes (React, React Native, Flutter, iOS, Android, JavaScript SDK, widget, moderation, multi-tenant, presence).
Known tools 3
search_cometchat_docsSearches CometChat documentation including SDK guides (JavaScript, React, iOS, Android, Flutter, React Native), UI Kit references, REST API documentation, integration tutorials, and OpenAPI specs.
Inferred read-onlyfetch_cometchat_doc_pageFetches the full content of a single CometChat documentation page by URL or path.
Inferred read-onlyget_cometchat_implementation_bundleReturns a curated implementation bundle for a named CometChat integration scenario.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.cometchat-docs]
url = "https://mcp.cometchat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cometchat-docs": {
"type": "http",
"url": "https://mcp.cometchat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cometchat-docs
Remote MCP URL: https://mcp.cometchat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"cometchat-docs": {
"url": "https://mcp.cometchat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cometchat-docs": {
"type": "http",
"url": "https://mcp.cometchat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cometchat-docs",
"transport": "streamable-http",
"url": "https://mcp.cometchat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for cometchat.com was fetched 2026-07-28T02:10:09.831Z and is being refreshed.
cometchat.com is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.