mcpbeat Sign in

Autowhisper MCP Server

local only

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

Drive your AutoWhisper AI CMO to generate and publish marketing content from any MCP client.

Installs per day peak 169 · avg 34 · -20% w/w
a month agotoday
85
Installs / week
npm · autowhisper-mcp
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: AUTOWHISPER_API_TOKEN (Your AutoWhisper API token (autowhisper.xyz/skill -> Settings -> Connect your agent).), AUTOWHISPER_BASE_URL (Override the API base URL for self-hosted or staging instances.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Autowhisper MCP

same job, measured the same way
Mcacp
by oortonaut

MCP-to-ACP bridge — let any MCP client drive ACP coding agents

125 installs/wk local only
Signal not Noise
by lifeisagame

AI-driven daily-focus todo app on your phone (max 3/day). View & add todos from any MCP client.

answering
Asap
by asap

Drive ASAP: French invoicing, contacts and e-signature from any MCP client (NF203-compliant).

answering
Vibe MCP — Real Chrome, Remotely
by vibetechnologies

Drive your real, logged-in Chrome from any MCP client — even from a remote machine, no inbound port.

133 installs/wk answering
C
uni-msg WhatsApp
by uni-msg

Drive WhatsApp from any MCP client: pair devices, send text and media, manage contacts and groups.

40 installs/wk answering
Convexity MCP
by bayesian-energy

Build, edit, solve and analyse Convexity energy-system models from any MCP client; drives the app.

89 installs/wk local only
Maxoperf
by maxoperf

Load & browser performance testing — drive MaxoPerf from your AI agent with your API key.

answering
Agent360 Browser MCP
by agent360dk

Drive your real, logged-in Chrome from any AI agent - 40 tools. Needs our Chrome extension too.

1 456 installs/wk local only

Autowhisper MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Autowhisper MCP?
Autowhisper MCP 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 autowhisper-mcp was installed 85 times last week.
How do I connect Autowhisper MCP?
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 autowhisper-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Autowhisper MCP?
The npm package autowhisper-mcp was installed 85 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Autowhisper MCP open source?
Yes — it is published under the MIT licence, written in TypeScript 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.