Stata MCP
Rank #250io.github.SepineTam/stata-mcp
Let LLM help you achieve your regression analysis with Stata
Stata MCP is a Model Context Protocol (MCP) server published by sepinetam. It ranks #250 of 115,591 servers tracked on MCP Toplist, and its repository has 253 GitHub stars. Stata MCP is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 24 tracked versions. It was first listed on Mar 31, 2025 and most recently updated on Aug 29, 2026.
Ranks ahead of 115,341 of 115,591 servers on MCP Toplist.
Use Stata MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add stata-mcp -- uvx stata-mcp[mcp_servers.stata-mcp]
command = "uvx"
args = ["stata-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"stata-mcp": {
"command": "uvx",
"args": [
"stata-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"stata-mcp": {
"command": "uvx",
"args": [
"stata-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"stata-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"stata-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"stata-mcp": {
"command": "uvx",
"args": [
"stata-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"stata-mcp": {
"command": "uvx",
"args": [
"stata-mcp"
]
}
}
}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.SepineTam%2Fstata-mcp)<a href="https://mcptoplist.com/server/io.github.SepineTam%2Fstata-mcp"><img src="https://mcptoplist.com/badge/io.github.SepineTam%2Fstata-mcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
sepinetam
Other servers by sepinetam
View all sepinetam servers →Available versions (24)
| Version | Published |
|---|---|
| 1.23.1 | Aug 29, 2026 |
| 1.23.0 | Aug 27, 2026 |
| 1.22.0 | Aug 13, 2026 |
| 1.21.4 | Aug 5, 2026 |
| 1.21.3 | Jul 30, 2026 |
| 1.21.2 | Jul 28, 2026 |
| 1.21.1 | Jul 16, 2026 |
| 1.21.0 | Jul 11, 2026 |
| 1.18.1 | Jun 3, 2026 |
| 1.17.0 | May 16, 2026 |
| 1.16.3 | May 12, 2026 |
| 1.16.2 | May 3, 2026 |
| 1.16.1 | Apr 22, 2026 |
| 1.16.0 | Apr 20, 2026 |
| 1.15.1 | Apr 9, 2026 |
| 1.15.0 | Apr 7, 2026 |
| 1.14.3 | Apr 6, 2026 |
| 1.14.2 | Apr 4, 2026 |
| 1.14.1 | Mar 24, 2026 |
| 1.14.0 | Mar 19, 2026 |
| 1.13.42 | Mar 18, 2026 |
| 1.13.41 | Mar 17, 2026 |
| 1.13.38 | Feb 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Stata MCP?
- Stata MCP is maintained by sepinetam, which publishes 3 MCP servers (26 total versions) tracked on MCP Toplist.
- Is Stata MCP listed on the Official MCP Registry?
- Yes — Stata MCP is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Stata MCP have?
- MCP Toplist tracks 24 versions of Stata MCP, most recently published on Aug 29, 2026.
- Where can I find the source code for Stata MCP?
- The source code for Stata MCP is hosted at github.com/sepinetam/mcp-for-stata.