MCP.so
登录

Remote MCP Server on Cloudflare

@novuhq

关于 Remote MCP Server on Cloudflare

Novu MCP Server

基本信息

分类

云与基础设施

运行时

node

传输方式

stdio

发布者

novuhq

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "novu-mcp-server": {
      "command": "npx",
      "args": [
        "nx",
        "dev",
        "remote-mcp-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

云与基础设施 分类下的更多 MCP 服务器