Remote MCP Server on Cloudflare
@novuhq
About Remote MCP Server on Cloudflare
Novu MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"novu-mcp-server": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Remote MCP Server on Cloudflare?
The Novu MCP Server is a fully managed Cloudflare Worker that gives AI assistants access to the Novu notification platform. It lets any MCP-compatible client fetch events, manage subscribers, trigger workflows, and adjust preferences directly.
How to use Remote MCP Server on Cloudflare?
Point your MCP client to one of two regional endpoints: US (https://mcp.novu.co/) or EU (https://eu.mcp.novu.co/). Authenticate via OAuth (recommended, supported by Cursor, Claude, Windsurf, etc.) or by supplying a Novu API key as a Bearer token. For stdio‑only clients or self‑hosted Novu, use the mcp-remote proxy with an Authorization header.
Key features of Remote MCP Server on Cloudflare
- Fetch and filter notifications with full execution logs
- Search and manage subscribers by email, phone, name, or ID
- List, inspect, create, update, and trigger notification workflows
- Read and update subscriber channel preferences per workflow
- View environment configuration and manage provider integrations
- Authenticate via OAuth (Cloud only) or API key (Cloud or self‑hosted)
Use cases of Remote MCP Server on Cloudflare
- Trigger a notification workflow from a chat conversation
- Look up a subscriber’s delivery status and channel preferences
- List recent events and inspect why a notification failed
- Manage multiple environments (development, production) from a single AI client
FAQ from Remote MCP Server on Cloudflare
How does authentication work?
The server supports OAuth (recommended) and API key auth. With OAuth, the MCP client opens a Novu sign‑in and consent screen on first connection. With an API key, the key is provided as a Bearer token and the OAuth flow is skipped.
Can I use this with a self‑hosted Novu instance?
Yes. Self‑hosted deployments always use an API key (OAuth is Novu Cloud only). Point the MCP server at your local Novu API by setting NOVU_API_URL in .dev.vars and running the worker locally.
Do I need to host anything?
No. The hosted endpoints are fully managed on Cloudflare Workers. You only need to host yourself if you run a self‑hosted Novu instance or want a custom deployment.
Is there a limitation on which MCP clients work?
The server uses the Streamable HTTP MCP transport. Any client that supports remote MCP servers (Cursor, Claude, ChatGPT, Windsurf, etc.) can connect. For stdio‑only clients, use the mcp-remote proxy.
How are environments handled?
With an API key the key itself pins the environment. With OAuth the session defaults to the Development environment, but every tool accepts an
Frequently asked questions
How does authentication work?
The server supports OAuth (recommended) and API key auth. With OAuth, the MCP client opens a Novu sign‑in and consent screen on first connection. With an API key, the key is provided as a Bearer token and the OAuth flow is skipped.
Can I use this with a self‑hosted Novu instance?
Yes. Self‑hosted deployments always use an API key (OAuth is Novu Cloud only). Point the MCP server at your local Novu API by setting `NOVU_API_URL` in `.dev.vars` and running the worker locally.
Do I need to host anything?
No. The hosted endpoints are fully managed on Cloudflare Workers. You only need to host yourself if you run a self‑hosted Novu instance or want a custom deployment.
Is there a limitation on which MCP clients work?
The server uses the Streamable HTTP MCP transport. Any client that supports remote MCP servers (Cursor, Claude, ChatGPT, Windsurf, etc.) can connect. For stdio‑only clients, use the `mcp-remote` proxy.
How are environments handled?
With an API key the key itself pins the environment. With OAuth the session defaults to the Development environment, but every tool accepts an
Basic information
More Cloud & Infrastructure MCP servers
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Comments