spss-mcp-extended
v2.0.1
Published
MCP server for IBM SPSS Statistics — 69 tools covering the full research pipeline: data management, restructuring, analysis, charts, and export (extended v2.0). This npm package is a launcher that installs and runs the Python package from PyPI.
Maintainers
Readme
spss-mcp-extended (npm launcher)
This npm package is a thin launcher for the Python MCP server of the same name. The real code lives in the Python package on PyPI and on GitHub.
- Python package (the real server):
pip install spss-mcp-extended - GitHub: https://github.com/rasitnarcicek/spss-mcp-extended
Why an npm package?
Some toolchains and registries discover tools through npm. Installing this package gives you an spss-mcp-extended command that:
- Checks whether the Python package (
spss_mcp) is importable - Installs it via
pipif missing - Forwards all arguments to the Python CLI (
python -m spss_mcp.cli)
Requirements
- Node.js 16+ (for this launcher)
- Python 3.10+ (for the server)
- IBM SPSS Statistics (for analysis tools — Windows only)
Usage
npm install -g spss-mcp-extended
# Equivalent to: spss-mcp serve --transport stdio
spss-mcp-extended serve --transport stdioClaude Code config:
{
"mcpServers": {
"spss": {
"command": "spss-mcp-extended",
"args": ["serve", "--transport", "stdio"]
}
}
}License
MIT — see LICENSE.
