This page covers the docs MCP (
https://www.moengage.com/docs/mcp), which gives an AI assistant read access to this documentation site. It is separate from the MoEngage MCP Server and Connector (https://mcp.moengage.com), which connects an assistant to your MoEngage workspace to build campaigns, manage segments, and analyze performance.Connect Your IDE to the Docs MCP Server
Use this URL wherever your IDE or client asks for a remote MCP server or custom connector:- Cursor
- VS Code (Copilot)
Last verified: July 2026
- Open Cursor Settings → Tools & Integrations → MCP Tools.
- Click Add Custom MCP.
- Add an entry to
mcp.json:
The docs MCP server is read-only — it can search this documentation site by keyword and retrieve the content of specific pages. It does not access your MoEngage workspace, campaigns, or account data, and no authentication is required to connect.
Prompts and retrieved documentation pass through your AI provider’s cloud (for example, GitHub’s for Copilot, or the model provider configured in Cursor). Review your provider’s data-handling policy before sending proprietary code alongside your prompts.
Confirm the Connection
Submit a documentation query to your assistant and verify it retrieves the information from the connector rather than relying on training data. For example:Writing Prompts for SDK Development
Without the docs MCP connected, an assistant answers SDK questions from training data, which can suggest deprecated methods or the wrong platform’s syntax. Naming the SDK, platform, and specific task in your prompt gives a connected assistant the context it needs to search for and cite the right page before generating code. Replace the bracketed placeholders with your own details.Android SDK
iOS SDK
Web SDK
React Native SDK
Flutter SDK
Plain-Text Documentation
MoEngage also publishes this documentation in the llms.txt format, giving assistants and tools that read plain text an alternative to connecting through MCP.
Insert the file contents into your assistant’s context, or configure a tool that supports
llms.txt to reference the URL directly.
Troubleshooting
The assistant doesn't show any MoEngage docs tools after connecting
The assistant doesn't show any MoEngage docs tools after connecting
Confirm the connector was saved with the exact URL
https://www.moengage.com/docs/mcp and that your IDE is configured for HTTP (not stdio) transport. Restart your IDE — most clients only load newly added MCP servers on restart.The assistant answers without citing a documentation page
The assistant answers without citing a documentation page
Some clients require you to explicitly enable a connector’s tools for a given chat, or to enable Agent mode (Copilot) before invoking them. Check your client’s tools or connectors menu for the MoEngage docs entry and verify it is enabled.
The assistant cites an outdated or incorrect page
The assistant cites an outdated or incorrect page
Ask it to search again with more specific terms — for example, naming the exact SDK method or platform. If a page still looks wrong or out of date, use Suggest a Feature or the docs MCP server’s feedback tool to report it.