mcpbeat Sign in

Hotato MCP Server

by attenlabs Your server? Claim it
local only

Hotato runs on your own machine — the client starts it, so there is no endpoint to ping. 279 installs a week from pypi. Last commit 28 Aug 2026.

Open-source, self-hosted conversation QA for voice agents. MIT.

Installs per day peak 739 · avg 116 · -58% w/w
a month agotoday
279
Installs / week
pypi · hotato
1
Stars
2 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 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.

    return subprocess.run(argv, **kwargs)  # noqa: S603 (fixed argv list)
Runs an external command sdk/typescript/src/client.ts:66
    execFile(
    paths = {k: os.path.join(bundle_dir, v) if isinstance(v, str) else
    env = dict(os.environ)

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

Alternatives to Hotato

same job, measured the same way
Testing
by rog0x

Test generation, mocks, coverage analysis for AI agents

33 installs/wk local only
Feason Context
by feason-com

Christian source evidence for AI agents, with provenance, tradition coverage, and citation checks.

answering
Mediora MCP
by slatech-il

Doctor-reviewed blood-test markers, conditions & symptoms as agent tools. EN/RU/HE. Hosted.

14 tools answering
Semilattice - audience prediction
by semilattice-research

Semilattice lets agents make predictions about audiences for content testing and decision making.

answering
Zephyr Scale MCP
by vilaabo

Zephyr Scale on self-hosted Jira Server/DC: test cases, cycles, executions, plans and attachments

55 installs/wk local only
MCP Test Runner
by lovranran

Local test execution and coverage summaries for onboarding agents.

63 installs/wk local only
QTM4J
by denis-platonov

MCP server for QMetry Test Management for Jira (QTM4J) Open API.

26 installs/wk local only
squirrelscan
by squirrelscan

Website QA for your coding agent: audit SEO, performance, security, accessibility over MCP.

25 tools answering

Hotato — questions

Answers built from our own checks of this server.

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