| title | MCP Server |
|---|---|
| description | Model Context Protocol (MCP) server for CometChat documentation |
| canonical | https://www.cometchat.com/docs/mcp |
- Add MCP server to Claude
- Navigate to the Connectors page in Claude’s settings.
- Select Add custom connector, name it e.g.
CometChat Docs, and enter the URL:https://www.cometchat.com/docs/mcp - Click Add.
- Query with context
- In Claude, click the attachments (➕) button.
- Select CometChat Docs.
- Ask your questions—Claude will use your CometChat docs as context.
- Open MCP settings
- Press
Cmd+Shift+P(macOS) /Ctrl+Shift+P(Windows) → Open MCP settings. - Select Add custom MCP to open your
mcp.json.
- Press
- Configure
{ "mcpServers": { "cometchat-docs": { "url": "https://www.cometchat.com/docs/mcp" } } } - Verify
- In Cursor’s chat, ask:
“How do I integrate CometChat in my React app?”
- In Cursor’s chat, ask:
{/* ### Lovable.dev
- Open your Lovable project
- Log in at Lovable.dev and select your project.
- Add a custom MCP server
- Go to Settings → Developer Tools → MCP Servers.
- Click Add custom server, then:
- Name:
CometChat Docs - URL:
https://www.cometchat.com/docs/mcp
- Name:
- Click Save.
- Use the tools
- Invoke the CometChat tools in your conversations with Lovable’s AI assistant. */}
- Open Windsurf
- Launch Windsurf and click the Plugins (hammer) icon.
- Add or configure
- In Manage plugins, click Add Custom Server + or View raw config.
- Paste the following into your
mcp_config.json:{ "mcpServers": { "cometchat-docs": { "type": "sse", "serverUrl": "https://www.cometchat.com/docs/mcp" } } } - Save and click Refresh.
- Invoke within Windsurf
- In the Composer, ask prompts like:
“Show me how to use CometChat in my app.”
- In the Composer, ask prompts like:
- Prerequisites
- Latest VS Code with Copilot (agent mode) enabled.
- Add the server
Cmd+Shift+P(macOS) /Ctrl+Shift+P(Windows) → MCP: Add MCP Server.- Enter:
- Server Name:
CometChat Docs - Server URL:
https://www.cometchat.com/docs/mcp - Transport:
SSE(or HTTP stream)
- Server Name:
- Confirm.
- Use in Copilot agent
- In a Copilot chat session, your CometChat tools will now be listed and available.