Mcp Stata

data-ai MCP Server

A lightweight Model Context Protocol (MCP) server for Stata. Execute commands, inspect data, retrieve stored results (r()/e()), and view graphs in your chat interface. Built for economists who want to integrate LLM assistance into their Stata workflow.

VerifiedInstall ReadyReviewed
data-aidata-ai
5 views68 stars14 forksAGPL-3.0

Why This Matters

Discovered via github-seeds:mcp-hot and last synced 3mo ago.

VerifiedInstall ReadyReviewed
Source
github-seeds:mcp-hot
Stars
68
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

uvx --refresh --refresh-package mcp-stata --from mcp-stata@latest mcp-stata

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "mcp-stata": {
      "command": "uvx",
      "args": [
        "--refresh",
        "--refresh-package",
        "mcp-stata",
        "--from",
        "mcp-stata@latest",
        "mcp-stata"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

1
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (1)

Client

macOS/Linux