tmonk/stata-workbench
A VS Code compatible extension (Cursor, Windsurf, Antigravity etc.) that allows Stata code to be run directly from the editor. Enables AI agents to directly interact with Stata. Powered by mcp-stata, https://github.com/tmonk/mcp-stata.
Platform-specific configuration:
{
"mcpServers": {
"stata-workbench": {
"command": "npx",
"args": [
"-y",
"stata-workbench"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...