Daemoon MCP Server

One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.

Local serverstdio

What is the Daemoon MCP server?

Daemoon MCP server exists for a simple reason — assistants are far more useful when they can act on Daemoon directly instead of describing what you should do. One PAT, any MCP agent: Vercel, GitHub, Cloudflare, Supabase, GCP — unified dev infra gateway.

Setting it up

The server ships on npm as npm, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

What the assistant can call

Once Daemoon is connected, these are the calls the assistant has available:

  • URLhttps://daemoon.dev/api/mcp
  • Headers — Authorization: Bearer dmn_..
  • Provider — Auth
  • Vercel — OAuth (1-click)
  • GitHub — OAuth (1-click)
  • Supabase — OAuth + PAT
  • Cloudflare — PAT
  • Stripe — PAT (Secret key)
  • Resend — PAT
  • OpenAI — PAT
  • Anthropic — PAT
  • Cursor — Settings → MCP → Add server → HTTP: - URL: https://daemoon.dev/api/mcp - Headers: Authorization: Bearer dmn_..

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 12 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Daemoon.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the daemoon mcp server does with a few real requests.

Choosing this one

This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Daemoon's toolset — URL, Headers, Provider and 9 more — is a fair guide to whether it matches your workflow. It is maintained by jaylee7777; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Daemoon's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
URLhttps://daemoon.dev/api/mcp
HeadersAuthorization: Bearer dmn_...
ProviderAuth
VercelOAuth (1-click)
GitHubOAuth (1-click)
SupabaseOAuth + PAT
CloudflarePAT
StripePAT (Secret key)
ResendPAT
OpenAIPAT
AnthropicPAT
CursorSettings → MCP → Add server → HTTP: - URL: https://daemoon.dev/api/mcp - Headers: Authorization: Bearer dmn_...

How to install the Daemoon MCP server

{
  "mcpServers": {
    "daemoon": {
      "command": "npx",
      "args": ["-y", "npm"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Daemoon to URL.
  • Use Daemoon to Headers.
  • Use Daemoon to Provider.

Frequently asked questions

It connects Daemoon to MCP-compatible AI assistants such as Claude and Cursor, exposing 12 tools (URL, Headers, Provider, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Daemoon directly.