Skip to content
Claude Desktop

Stata MCP Server for Claude Desktop

io.github.tmonk/mcp-stata

A lightweight MCP server for Stata.

client:Claude Desktop transport:stdio runtime:pypi

Install Stata MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-stata": {
      "command": "uvx",
      "args": [
        "mcp-stata"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Stata MCP Server in other clients