BeClaude

stata-toolbox

New
171Community RegistryGeneralby Song Tan

The official working package of Stata-MCP plugin, including mcp config and stata lsp.

First seen 5/22/2026

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

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install stata-toolbox@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

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.

Usage Examples

1

/stata-toolbox configure mcp --project my_stata_project

2

Run Stata LSP diagnostics on current file and show errors

3

Use MCP tool to execute Stata command: summarize var1 var2

View source on GitHub
mcppluginlsp

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..