IBM SPSS
MCP server integrating IBM SPSS Statistics with Claude Code — 33 statistical analysis tools for psychology researchers
What is IBM SPSS?
IBM SPSS is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server integrating ibm spss statistics with claude code — 33 statistical analysis tools for psychology researchers
MCP server integrating IBM SPSS Statistics with Claude Code — 33 statistical analysis tools for psychology researchers
This server falls under the Data Science & ML category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server integrating IBM SPSS Statistics with Claude Code
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx spss-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use IBM SPSS
The SPSS MCP server integrates IBM SPSS Statistics directly with Claude Code, exposing 36 statistical analysis tools spanning descriptive statistics, t-tests, ANOVA, correlation, regression, survival analysis, clustering, and reliability analysis. Researchers describe their analysis in plain English and Claude generates and executes the SPSS syntax, returning results with .spv output files — no manual syntax writing required.
Prerequisites
- Windows 10 or 11 (the server targets the Windows SPSS automation interface)
- Python 3.10 or later installed
- IBM SPSS Statistics version 20 through 31 installed and licensed
- Claude Code with MCP support (or Claude Desktop)
Clone the repository
Clone the SPSS-MCP repository and enter the project directory.
git clone https://github.com/Exekiel179/SPSS-MCP.git
cd SPSS-MCPRun the installer
Run the included batch installer which installs Python dependencies and auto-detects the SPSS installation path.
install.batConfigure the Claude Code MCP entry
Run the configure command to auto-generate the MCP server entry in your Claude Code settings.
spss-mcp configure-claudeSet optional environment variables
Override defaults in a .env file if SPSS is installed in a non-standard location or you need to tune timeouts.
# .env (optional)
SPSS_INSTALL_PATH=C:\Program Files\IBM\SPSS\Statistics\31
SPSS_STARTUP_TIMEOUT=30
SPSS_TIMEOUT=120
SKILLS_DIR=C:\Users\you\spss-skillsVerify the server is registered
Check that the MCP server entry appears in your Claude Code MCP settings and that Claude Code can reach it.
spss-mcp --versionRun a test analysis
Open Claude Code and ask it to run a basic descriptive statistics analysis on a sample .sav file to confirm end-to-end connectivity with SPSS.
IBM SPSS Examples
Client configuration
claude_desktop_config.json snippet for the SPSS MCP server on Windows.
{
"mcpServers": {
"spss": {
"command": "spss-mcp",
"args": [],
"env": {
"SPSS_INSTALL_PATH": "C:\\Program Files\\IBM\\SPSS\\Statistics\\31",
"SPSS_TIMEOUT": "120"
}
}
}
}Prompts to try
Example analysis requests you can give Claude once the server is connected.
- "Run descriptive statistics on data.sav for the variables age, income, and education"
- "Perform a t-test comparing income between male and female groups in survey.sav"
- "Analyze the correlation between age and income in my dataset"
- "Run a one-way ANOVA on exam_scores.sav with group as the factor"
- "Check normality for the variable 'response_time' using a Shapiro-Wilk test"Troubleshooting IBM SPSS
SPSS engine fails to start and times out
Increase SPSS_STARTUP_TIMEOUT in .env (default may be too short on slower machines). Also verify that SPSS_INSTALL_PATH points to the exact directory containing the SPSS executable, not a parent folder.
install.bat cannot find SPSS automatically
Set SPSS_INSTALL_PATH explicitly in a .env file before running install.bat, or pass the path when prompted. The auto-detection checks standard Program Files locations for versions 20-31.
Analysis returns an error about missing .sav file
Provide the full absolute path to the .sav file in your Claude prompt, e.g. C:\Users\you\data\study.sav. The server resolves paths relative to the working directory of the SPSS process, which may differ from your current directory.
Frequently Asked Questions about IBM SPSS
What is IBM SPSS?
IBM SPSS is a Model Context Protocol (MCP) server that mcp server integrating ibm spss statistics with claude code — 33 statistical analysis tools for psychology researchers It connects AI assistants to external tools and data sources through a standardized interface.
How do I install IBM SPSS?
Follow the installation instructions on the IBM SPSS GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with IBM SPSS?
IBM SPSS works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is IBM SPSS free to use?
Yes, IBM SPSS is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
IBM SPSS Alternatives — Similar Data Science & ML Servers
Looking for alternatives to IBM SPSS? Here are other popular data science & ml servers you can use with Claude, Cursor, and VS Code.
Ultrarag
★ 5.6kA Low-Code MCP Framework for Building Complex and Innovative RAG Pipelines
RocketRide
★ 3.1k📇 🏠 - MCP server that exposes RocketRide AI pipelines as t
Aix Db
★ 2.1kAix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。
NeMo Data Designer
★ 1.9k🎨 NeMo Data Designer: Generate high-quality synthetic data from scratch or from seed data.
PaperBanana
★ 1.7kOpen source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.
MiniMax
★ 1.5kBridges MiniMax AI capabilities to the Model Context Protocol, enabling AI agents to perform image understanding, text-to-image generation, and speech synthesis. It provides a standardized interface for accessing MiniMax's core tools via JSON-RPC.
Browse More Data Science & ML MCP Servers
Explore all data science & ml servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up IBM SPSS in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use IBM SPSS?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.