Skip to main content
Glama

MoEngage Documentation MCP Server

MoEngage Documentation MCP Server 🔍

A Model Context Protocol (MCP) server that provides access to MoEngage documentation through AI assistants like Claude, Cursor, and Claude Code.

🚀 Quick Installation

# Install and run directly with npx npx @moengage/documentation-mcp-server # Enable specific tools only npx @moengage/documentation-mcp-server --tools=search_documentation,get_document # List all available tools npx @moengage/documentation-mcp-server --list-tools

📋 MCP Server Configuration

For Claude Desktop:

  1. Install Claude Desktop
  2. Enable Developer Mode from the top-left menu bar
  3. Open SettingsDeveloper OptionEdit Config
  4. Add the MoEngage server configuration:
{ "mcpServers": { "moengage-docs": { "command": "npx", "args": ["-y", "@moengage/documentation-mcp-server"], "env": {} } } }

Enable specific tools:

{ "mcpServers": { "moengage-docs": { "command": "npx", "args": [ "-y", "@moengage/documentation-mcp-server", "--tools=search_documentation,get_document,list_categories" ], "env": {} } } }

For Cursor:

  1. Open SettingsExtensionsMCP
  2. Add configuration:
{ "mcpServers": { "moengage-docs": { "command": "npx", "args": ["-y", "@moengage/documentation-mcp-server"], "cwd": "/path/to/your/project" } } }

For Claude Code:

  1. Open VS Code settings
  2. Add to settings.json:
{ "claude.mcpServers": { "moengage-docs": { "command": "npx", "args": ["-y", "@moengage/documentation-mcp-server"] } } }

🔧 Available Tools

The MoEngage MCP server includes the following tools:

  • search_documentation - Search MoEngage docs with filters and ranking
  • get_document - Get specific document by ID with full content
  • list_categories - List all documentation categories and platforms
  • get_recent_updates - Get recently updated documentation
  • get_update_status - Check last update status and statistics
  • trigger_update - Manually trigger documentation update

Tool Selection

You can choose which tools to enable by adding the --tools parameter:

# Enable only search and get document npx @moengage/documentation-mcp-server --tools=search_documentation,get_document # Enable all tools (default) npx @moengage/documentation-mcp-server --tools=search_documentation,get_document,list_categories,get_recent_updates,get_update_status,trigger_update

📚 Documentation Sources

This server automatically indexes documentation from three primary MoEngage sources:

  • developers.moengage.com - SDK documentation, API references, integration guides
  • help.moengage.com - User guides, tutorials, troubleshooting, FAQs
  • partners.moengage.com - Partner integrations, marketplace documentation

🔄 Automatic Updates

The MCP server automatically:

  1. Fetches sitemaps from all MoEngage documentation sources
  2. Crawls all articles and extracts content
  3. Processes and indexes documentation in SQLite database
  4. Runs weekly updates (every Sunday at 2 AM) to keep documentation current
  5. Tracks changes and provides update status

🚀 Features

  • Multi-Source Documentation: Indexes from all MoEngage documentation sources
  • Comprehensive Search: Full-text search across all documentation with relevance scoring
  • Automatic Updates: Weekly scheduled updates from sitemap XMLs
  • Intelligent Processing: Converts HTML documentation to structured markdown
  • Source-Aware Filtering: Filter by documentation source, platform, category
  • Platform-Specific Search: Filter by Android, iOS, Web, React Native, Flutter, APIs
  • Recent Updates Tracking: See what documentation has been recently modified
  • Manual Update Triggers: Force immediate updates when needed
  • Easy Installation: One-command installation via npx

🔧 Troubleshooting

Common Issues:

  1. Server Not Found
    • Verify npx is working: npx --version
    • Check Claude Desktop configuration syntax
    • Restart Claude Desktop completely
  2. No Results Found
    • Run manual update: Use trigger_update tool
    • Check update status: Use get_update_status tool
  3. Connection Issues
    • Restart your IDE completely
    • Check that the MCP server is running
    • Verify configuration syntax

🎯 Usage Examples

Once configured, you can ask your AI assistant:

  • "Search for Android SDK integration guides"
  • "Get the latest documentation on iOS push notifications"
  • "Show me recent updates to the Web SDK"
  • "List all API documentation categories"
  • "Check when the documentation was last updated"

📝 Important Notes

No deployment needed! This MCP server runs locally and automatically updates documentation every Sunday. Users simply install via npx and configure their IDE to use it.

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Provides comprehensive access to MoEngage documentation from developers, help, and partners portals with full-text search, automatic updates, and intelligent filtering by platform, category, and source.

  1. 🚀 Quick Installation
    1. NPX Installation (Recommended)
  2. 📋 MCP Server Configuration
    1. For Claude Desktop:
    2. For Cursor:
    3. For Claude Code:
  3. 🔧 Available Tools
    1. Tool Selection
  4. 📚 Documentation Sources
    1. 🔄 Automatic Updates
      1. 🚀 Features
        1. 🔧 Troubleshooting
          1. Common Issues:
        2. 🎯 Usage Examples
          1. 📝 Important Notes

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
              Last updated -
              13
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A simple Model Context Protocol server that enables searching and retrieving relevant documentation snippets from Langchain, Llama Index, and OpenAI official documentation.
              Last updated -
              Python
              • Apple
              • Linux
            • -
              security
              F
              license
              -
              quality
              Enables AI assistants to search documentation of packages and services to find implementation details, examples, and specifications.
              Last updated -
              Python
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              Enables AI assistants to search for documentation of packages and services, providing implementation details, examples, and specifications through a specialized API.
              Last updated -
              1
              1
              JavaScript

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/poojitha-rachuri/moengage-documentation-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server