IBM SPSS

v1.0.0Data Science & MLstable

MCP server integrating IBM SPSS Statistics with Claude Code — 33 statistical analysis tools for psychology researchers

spss-mcpmcpai-integration
Share:
9
Stars
0
Downloads
0
Weekly
0/5

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

Perform statistical analysis using SPSS within Claude.
Automate research data analysis and hypothesis testing.
Exekiel179

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 12, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx spss-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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)
1

Clone the repository

Clone the SPSS-MCP repository and enter the project directory.

git clone https://github.com/Exekiel179/SPSS-MCP.git
cd SPSS-MCP
2

Run the installer

Run the included batch installer which installs Python dependencies and auto-detects the SPSS installation path.

install.bat
3

Configure the Claude Code MCP entry

Run the configure command to auto-generate the MCP server entry in your Claude Code settings.

spss-mcp configure-claude
4

Set 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-skills
5

Verify 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 --version
6

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

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.

Quick Config Preview

{ "mcpServers": { "spss-mcp": { "command": "npx", "args": ["-y", "spss-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides