MCP Server
SciTeX Stats provides a Model Context Protocol (MCP) server, enabling AI agents to run statistical tests and format publication-ready results autonomously.
Installation
pip install scitex-stats[mcp]
Starting the Server
scitex-stats mcp start
MCP Client Configuration
Add to your MCP client configuration (e.g., Claude Desktop, Cursor):
{
"mcpServers": {
"scitex-stats": {
"command": "scitex-stats",
"args": ["mcp", "start"]
}
}
}
Available Tools
Tool |
Description |
|---|---|
|
Recommend appropriate tests based on data characteristics |
|
Execute a statistical test on provided data |
|
Format results in journal style (APA, Nature, etc.) |
|
Calculate statistical power or required sample size |
|
Apply multiple comparison correction (FDR, Bonferroni, etc.) |
|
Calculate descriptive statistics |
|
Calculate effect size between groups |
|
Test whether data follows normal distribution |
|
Run post-hoc pairwise comparisons |
|
Convert p-value to significance stars |
Diagnostics
scitex-stats mcp doctor # Check dependencies and server health
scitex-stats mcp list-tools -vv # List tools with descriptions