Notifly MCP Server
About
Notifly MCP Server - enabling AI agents to provide real-time, trusted Notifly documentation and SDK code examples for seamless integrations.
Details
- Author
- notifly-tech
- Categories
- Developer Tools, Knowledge Base, Other
Jump to
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-serverwith your actual project path.
Contributions are welcome! Please read our guidelines inCONTRIBUTING.mdand open an issue to discuss significant changes before submitting a PR.
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.
MIT License with Custom Restrictions - seeLICENSEfor details.
- Documentation
- GitHub Issues
- Notifly Dashboard
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Extentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses
An MCP server tailored for React Native–first development using Gluestack UI
Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.
Gives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control.
Understand, develop, and debug authorization policies in Oso Cloud.
Up-to-date documentation for your coding agent. Covers 1000s of public repos and sites. Built by ref.tools
Points agents to the canonical Agentry install docs for errors, product analytics, and deploy attribution.
Gives coding agents deterministic, read-only documentation handoffs with edit boundaries, ownership, and required checks before repository changes.
Deterministic JSON checks with signed evidence and x402-paid execution
Search Apple's Developer Documentation with smart search and wildcard support.
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 theModel Context Protocol (MCP), an open standard for enabling LLMs to interact with external tools and data.
- 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.
Create or update the.mcp.jsonat your project root (or the configuration location your MCP client uses). Usingnpxensures you always run the latest published version:
{ "mcpServers": { "notifly-mcp-server": { "command": "npx", "args": ["-y", "notifly-mcp-server@latest"] } } }
Place this in your client’s MCP config (e.g., VS Code extension settings,~/.cursor/mcp.json, or your Copilot client’s MCP settings).
Open your terminal to access the Claude Code CLI. Run the following command to register the Notifly MCP Server.
claude mcp add --transport stdio notifly-mcp-server -- npx -y notifly-mcp-server@latest
Open~/.codex/config.toml. Add the following configuration and restart the Codex CLI:
[mcp_servers] [mcp_servers.notifly] command = "npx" args = ["-y", "notifly-mcp-server@latest"]
Restart your MCP client to load the configuration.
notifly-mcp-server [options] --version, -v Show version --help, -h Show help
This package runs as an MCP server. Once configured in your MCP client, you can invokesearch_docsandsearch_sdkdirectly from the client’s tool palette or assistant UI.
- Network access is required to fetch documentation pages and SDK source files.
- Default timeouts and result counts can be tuned via environment variables:
- DOCS_SEARCH_MAX_RESULTS(default: 3)
- SDK_SEARCH_MAX_RESULTS(default: 3)
# 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-serverwith your actual project path.
Contributions are welcome! Please read our guidelines inCONTRIBUTING.mdand open an issue to discuss significant changes before submitting a PR.
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.
MIT License with Custom Restrictions - seeLICENSEfor details.
- Documentation
- GitHub Issues
- Notifly Dashboard
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Extentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses
An MCP server tailored for React Native–first development using Gluestack UI
Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.
Gives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control.
Understand, develop, and debug authorization policies in Oso Cloud.
Up-to-date documentation for your coding agent. Covers 1000s of public repos and sites. Built by ref.tools
Points agents to the canonical Agentry install docs for errors, product analytics, and deploy attribution.
Gives coding agents deterministic, read-only documentation handoffs with edit boundaries, ownership, and required checks before repository changes.
Deterministic JSON checks with signed evidence and x402-paid execution
Search Apple's Developer Documentation with smart search and wildcard support.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





