Stata
Integrates Stata statistical software with code editors like VS Code and Cursor, enabling direct command execution, real-time output viewing, and contextual coding assistance for data scientists and researchers.
Featured
View Source61 stars
0 tools
Created Aug 2025
@hanlulong/hanlulong-stata-stata-mcpAbout
Integrates Stata statistical software with code editors like VS Code and Cursor, enabling direct command execution, real-time output viewing, and contextual coding assistance for data scientists and researchers.
Categories
general
Installation
npm
npm install @hanlulong/hanlulong-stata-stata-mcp
Configuration
{
"mcpServers": {
"hanlulong-stata-stata-mcp": {
"command": "npx",
"args": [
"-y",
"@hanlulong/hanlulong-stata-stata-mcp"
]
}
}
}