Stata MCP Server
Rank #13,261io.github.aliveranme/stata-mcp
通过 pystata 驱动真实 Stata 的 MCP 服务器:数据加载/清洗/建模/诊断/图形导出,75 个工具覆盖完整计量工作流。
Stata MCP Server is a Model Context Protocol (MCP) server published by aliveranme. It ranks #13,261 of 132,046 servers tracked on MCP Toplist. Stata MCP Server is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 2, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 118,785 of 132,046 servers on MCP Toplist.
Use Stata MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add stata-mcp -e "STATA_HOME=<your STATA_HOME>" -e "STATA_EDITION=<your STATA_EDITION>" -e "STATA_ALLOWED_ROOTS=<your STATA_ALLOWED_ROOTS>" -- npx -y @aliveranme/stata-mcpReplace each placeholder with your own value before saving.
[mcp_servers.stata-mcp]
command = "npx"
args = ["-y", "@aliveranme/stata-mcp"]
[mcp_servers.stata-mcp.env]
STATA_HOME = "<your STATA_HOME>"
STATA_EDITION = "<your STATA_EDITION>"
STATA_ALLOWED_ROOTS = "<your STATA_ALLOWED_ROOTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stata-mcp": {
"command": "npx",
"args": [
"-y",
"@aliveranme/stata-mcp"
],
"env": {
"STATA_HOME": "<your STATA_HOME>",
"STATA_EDITION": "<your STATA_EDITION>",
"STATA_ALLOWED_ROOTS": "<your STATA_ALLOWED_ROOTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stata-mcp": {
"command": "npx",
"args": [
"-y",
"@aliveranme/stata-mcp"
],
"env": {
"STATA_HOME": "<your STATA_HOME>",
"STATA_EDITION": "<your STATA_EDITION>",
"STATA_ALLOWED_ROOTS": "<your STATA_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"stata-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aliveranme/stata-mcp"
],
"env": {
"STATA_HOME": "<your STATA_HOME>",
"STATA_EDITION": "<your STATA_EDITION>",
"STATA_ALLOWED_ROOTS": "<your STATA_ALLOWED_ROOTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stata-mcp": {
"command": "npx",
"args": [
"-y",
"@aliveranme/stata-mcp"
],
"env": {
"STATA_HOME": "<your STATA_HOME>",
"STATA_EDITION": "<your STATA_EDITION>",
"STATA_ALLOWED_ROOTS": "<your STATA_ALLOWED_ROOTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"stata-mcp": {
"command": "npx",
"args": [
"-y",
"@aliveranme/stata-mcp"
],
"env": {
"STATA_HOME": "<your STATA_HOME>",
"STATA_EDITION": "<your STATA_EDITION>",
"STATA_ALLOWED_ROOTS": "<your STATA_ALLOWED_ROOTS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.aliveranme%2Fstata-mcp)<a href="https://mcptoplist.com/server/io.github.aliveranme%2Fstata-mcp"><img src="https://mcptoplist.com/badge/io.github.aliveranme%2Fstata-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
aliveranme
Available versions (5)
| Version | Published |
|---|---|
| 1.0.10 | Aug 16, 2026 |
| 1.0.9 | Aug 2, 2026 |
| 1.0.8 | Aug 2, 2026 |
| 1.0.5 | Aug 2, 2026 |
| 1.0.0 | Aug 2, 2026 |
Frequently asked questions
- Who maintains Stata MCP Server?
- Stata MCP Server is maintained by aliveranme, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Stata MCP Server listed on the Official MCP Registry?
- Yes — Stata MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Stata MCP Server have?
- MCP Toplist tracks 5 versions of Stata MCP Server, most recently published on Aug 16, 2026.
- Where can I find the source code for Stata MCP Server?
- The source code for Stata MCP Server is hosted at github.com/aliveranme/stata-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.