mcpbeat Sign in

Stata MCP Server

local only

Stata MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 3 794 installs a week from pypi. Last commit 8 Sep 2026.

Let LLM help you achieve your regression analysis with Stata

Installs per day peak 2 478 · avg 611 · -31% w/w
a month agotoday
3 794
Installs / week
pypi · stata-mcp
260
Stars
2 open issues
8 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

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

Known vulnerability in the package stata-mcp · PYSEC-2026-3700
Known vulnerability in the package stata-mcp · GHSA-49m4-vp58-wgc9
Known vulnerability in the package stata-mcp · GHSA-4p62-hqp5-g644
Known vulnerability in the package stata-mcp · GHSA-jpcj-7wfg-mqxv
Known vulnerability in the package stata-mcp · PYSEC-2026-3076
Known vulnerability in the package stata-mcp · PYSEC-2026-544

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

Alternatives to Stata MCP

same job, measured the same way
Tesults MCP
by tesults

Ask your AI agent why your tests are failing. Instant analysis on failures and regressions.

25 installs/wk local only
Talkback
by jmedure

Chat with your Ableton session in real-time.

45 installs/wk local only
Data Compute Stats Mcp
by varvararatta

Transform your data analysis with our Data Compute & Stats Bot. Effortlessly calculate descriptive

6 tools answering
Oura Ring MCP
by mitchhankins01

Connect your Oura Ring to Claude AI assistants. Health metrics with smart analysis tools.

54 installs/wk local only
Scispot
by scispot

Turn any LLM into your lab assistant: search samples, track experiments, analyze data with AI.

answering
F
Occam
by occam

Finds the simplest equation consistent with your data. SINDy and PySR symbolic regression via MCP.

4 tools answering
Echo AI
by echoai

List, configure, chat with, analyse and embed your Echo AI assistants.

answering
Converly
by converly

Set up and manage conversion tracking by chatting with your AI assistant.

answering

Stata MCP — questions

Answers built from our own checks of this server.

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