stata-toolbox
NewThe official working package of Stata-MCP plugin, including mcp config and stata lsp.
Summary
The Stata Toolbox skill integrates Stata-MCP plugin capabilities into Claude Code, providing MCP configuration and Stata language server protocol (LSP) support.
- It enables developers to seamlessly work with Stata code, leveraging MCP for tool orchestration and LSP for intelligent code assistance.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install stata-toolbox@<marketplace>
/pluginUse Cases
Usage Examples
/stata-toolbox configure mcp --project my_stata_project
Run Stata LSP diagnostics on current file and show errors
Use MCP tool to execute Stata command: summarize var1 var2
Security Audits
Frequently Asked Questions
What is stata-toolbox?
The Stata Toolbox skill integrates Stata-MCP plugin capabilities into Claude Code, providing MCP configuration and Stata language server protocol (LSP) support. It enables developers to seamlessly work with Stata code, leveraging MCP for tool orchestration and LSP for intelligent code assistance.
How to install stata-toolbox?
To install stata-toolbox: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install stata-toolbox@<marketplace>. Finally, /plugin in Claude Code.
What is stata-toolbox best for?
stata-toolbox is a plugin categorized under General. It is designed for: mcp, plugin, lsp. Created by Song Tan.
What can I use stata-toolbox for?
stata-toolbox is useful for: Set up MCP configuration for Stata projects to enable tool integration and automation.; Use Stata LSP features like code completion, diagnostics, and navigation within Claude Code.; Debug Stata scripts by invoking MCP tools to inspect variables or execute commands.; Automate Stata workflows by chaining MCP tools for data analysis and reporting.; Integrate Stata with other MCP-compatible tools for cross-language data pipelines.; Manage Stata package dependencies and environment settings via MCP configuration..