| title | MCP Server |
|---|---|
| description | Model Context Protocol (MCP) server for CometChat documentation |
| canonical | https://www.cometchat.com/docs/mcp |
To use the CometChat MCP server with Claude:
-
Add MCP server to Claude
- Navigate to the Connectors page in the Claude settings.
- Select Add custom connector.
- Enter a server name (e.g.,
CometChat Docs) and the URLhttps://www.cometchat.com/docs/mcp. - Click Add.
-
Access MCP server in your chat
- In Claude, click the attachments button (the plus icon).
- Select CometChat Docs (or the name you provided).
- Ask your questions—Claude will use your documentation as context.
See the Model Context Protocol specification for full details.
To connect the CometChat MCP server to Cursor:
-
Open MCP settings
- Press
Command+Shift+P(Ctrl+Shift+Pon Windows) to open the command palette. - Search for Open MCP settings.
- Select Add custom MCP—this opens
mcp.json.
- Press
-
Configure your server
Inmcp.json, add:{ "mcpServers": { "cometchat-docs": { "url": "https://www.cometchat.com/docs/mcp" } } } -
Test the connection
In Cursor’s chat, ask "How to integrate CometChat in My React App?" to verify your documentation search.
For more on Cursor integration, see Installing MCP servers.