mcpbeat Sign in

Sentvia MCP Server

local only

Sentvia runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 10 Aug 2026.

Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks — 21 SentVia tools.

Installs per day peak 240 · avg 12
a month agotoday
56
Installs / week
npm · sentvia-mcp
0
Stars
1 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Sentvia every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 -- npx -y sentvia-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "sentvia-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "sentvia-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "sentvia-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "sentvia-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SENTVIA_API_KEY (SentVia API key (sv_live_…) from https://console.sentvia.ai), SENTVIA_BASE_URL (Override the API base URL (default https://api.sentvia.ai)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sentvia

same job, measured the same way
Sentfrom
by sentfrom

Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks — 21 SentFromAI tools.

39 installs/wk local only
AgentMail
by agentmail

Email inboxes for AI agents: send, receive, reply, search, and manage threaded email over MCP.

answering
MCP Email
by infoinlet-marketplace

Email for AI agents — read inbox (IMAP), search, and send (SMTP).

32 installs/wk local only
Commune
by shanjai-raj

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

147 installs/wk local only
Thrd
by sergiorico1

Thrd MCP: agent email tools for events/threads, safe send/reply, usage, trust and security.

20 installs/wk local only
Qmailing
by qmailing

AI agents read & send email, manage mailboxes, domains and webhooks via the QMailing API.

67 installs/wk answering
Email Inbox API + Sending by Sendmux
by sendmux

AI email inbox and sending tools with attachments, search, live events, and webhooks.

135 installs/wk answering
Imap MCP Server
by nikolausm

IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants

501 installs/wk local only

Sentvia — questions

Answers built from our own checks of this server.

Why is there no uptime for Sentvia?
Sentvia 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 sentvia-mcp was installed 56 times last week.
How do I connect Sentvia?
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 sentvia-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sentvia?
The npm package sentvia-mcp was installed 56 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sentvia open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.