mcpbeat Sign in

Dragapp MCP Server

local only

Dragapp runs on your own machine — the client starts it, so there is no endpoint to ping. 107 installs a week from npm. Last commit 18 Sep 2026.

AI-powered email & WhatsApp for teams — manage your shared inbox from Claude, Cursor or ChatGPT.

Installs per day peak 34 · avg 21 · +8% w/w
a month agotoday
107
Installs / week
npm · @dragapp/mcp-server
1
Stars
2 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

A line of code looks encrypted src/oauth.ts:45, src/oauth.ts:49
  "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAB1CAYAAABgQbdJAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAeGVYSWZNTQAqAAAACAAEARoABQAAAAEAAAA+ARsABQAAAAEAAABGASgAAwAAAAEAAgAAh2kABAAAAAEAAABOAAAAAAAAAEgAAAABAAAASAAAAAEAA6ABAAMAAAABAAE…
Executes code built at runtime src/rateLimit.ts:129
        const [countRaw, ttlRaw] = (await redis.eval(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @dragapp/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@dragapp/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@dragapp/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@dragapp/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@dragapp/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DRAG_API_KEY (Your DragApp API key. Get it from app.dragapp.com → Settings → Integrations.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dragapp

same job, measured the same way
Local MCP
by local-mcp

Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.

204 tools answering
Email2Chat
by bayramcsb

Connect Claude to your Gmail and Outlook inbox. Read, search, and manage emails via AI.

82 installs/wk local only
Whatsapp
by gaviwhatsapp

Send WhatsApp messages from Cursor, Claude Code, and Codex via MCP.

23 installs/wk local only
Sliq
by getsliq

Run LinkedIn and email outbound from Claude, ChatGPT, or any AI agent.

answering
WhatsApp MCP by TimelinesAI
by initechsoftware

Drive your real WhatsApp inbox from Claude — send, reply, label, assign, and triage via TimelinesAI.

answering
AI Email Triage Tool & Reply Draft Helper
by ranovam

Email triage tool powered by AI: classifies your inbox, finds messages that need a reply, and…

answering
Dialogbrain
by saloprj

Unified inbox MCP for WhatsApp, Telegram, Email, voice — read/send messages, search, AI agents.

answering
Bubbl
by bubbl-ai

AI teammate for tasks: builds your list from meetings, email and chats, and checks off done work.

answering

Dragapp — questions

Answers built from our own checks of this server.

Why is there no uptime for Dragapp?
Dragapp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dragapp/mcp-server was installed 107 times last week.
How do I connect Dragapp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dragapp/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Dragapp?
The npm package @dragapp/mcp-server was installed 107 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dragapp open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.