Labsco
notifly-tech logo

Notifly MCP Server

1

from notifly-tech

Notifly MCP Server - enabling AI agents to provide real-time, trusted Notifly documentation and SDK code examples for seamless integrations.

🔥🔥✓ VerifiedFreeQuick setup

Notifly MCP Server

npm version npm downloads License

Notifly MCP Server enables AI agents to deliver real‑time, trustworthy Notifly documentation and SDK code examples for seamless integrations right inside any MCP‑compatible client.

Implements the Model Context Protocol (MCP), an open standard for enabling LLMs to interact with external tools and data.

Key capabilities:

  • Documentation Search — Search Notifly docs (user guides, API reference, troubleshooting, best practices) with semantic ranking.
  • SDK Search — Explore Notifly SDKs (iOS, Android, Flutter, React Native, JavaScript), Google Tag Manager templates, and implementation examples. Find symbols and retrieve production‑ready snippets.

Command-Line Options

notifly-mcp-server [options]

--version, -v  Show version
--help, -h     Show help

Local Development

Local Setup

# Clone and install
git clone https://github.com/notifly-tech/notifly-mcp-server.git
cd notifly-mcp-server
npm install

# Build
npm run build

# Run tests
npm test

# Development mode (watch for changes)
npm run dev

MCP Client Configuration for Local Development

Before the package is published, configure your MCP client to use the local build:

{
  "mcpServers": {
    "notifly": {
      "command": "node",
      "args": ["/absolute/path/to/notifly-mcp-server/dist/index.js"]
    }
  }
}

Replace /absolute/path/to/notifly-mcp-server with your actual project path.

Support

If you encounter issues or have feature requests, please open an issue on GitHub. For usage questions, check the docs and examples returned by the tools.

Resources