mcpbeat Sign in

Chaprola MCP Server

local only

Chaprola runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 27 Mar 2026.

Serverless API backend: query, JOIN, pivot, batch ops, email, FHIR, programs via HTTP.

Installs per day peak 45 · avg 11 · +86% w/w
a month agotoday
59
Installs / week
npm · @chaprola/mcp-server
0
Stars
0 open issues
27 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Chaprola 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 chaprola -- npx -y @chaprola/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chaprola": {
      "args": [
        "-y",
        "@chaprola/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chaprola]
command = "npx"
args = ["-y", "@chaprola/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "chaprola": {
      "args": [
        "-y",
        "@chaprola/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chaprola": {
      "args": [
        "-y",
        "@chaprola/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CHAPROLA_USERNAME (Your Chaprola username (register at https://api.chaprola.org/register)), CHAPROLA_API_KEY (Your Chaprola API key (format: chp_ + 64 hex chars)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Chaprola

same job, measured the same way
Val Town
by val

Deploy serverless TypeScript on Val Town: HTTP vals, cron, SQLite, email, OAuth.

answering
Marketo
by zleventer

MCP server for Marketo — 32 tools for leads, programs, emails, forms, lists, and bulk export.

28 installs/wk local only
Email Finder Server
by admosolutionsgo-star

Extract emails and phones from any website via Apify.

answering
Aruba Email & Calendar
by jackfioru92

MCP server for Aruba email and calendar via IMAP/SMTP/CalDAV

75 installs/wk local only
Mailappmcp
by aernouddekker

MCP server for macOS Mail.app — gives Claude native email access via AppleScript

59 installs/wk local only
Outlook MCP
by littlebearapps

Microsoft Outlook MCP server — 20 tools for email, calendar, contacts, and settings via Graph API.

local only
Email Verifier
by verifox

Verify email deliverability & find business emails (single or bulk) via the Verifox API.

51 installs/wk 6 tools answering
Email MCP
by marlinjai

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations

236 installs/wk local only

Chaprola — questions

Answers built from our own checks of this server.

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