Loading languages...
TE

texra-ai/mcp-server-mathematica

@texra-ai5

This repository contains a Model Context Protocol (MCP) server that allows MCP clients (like Cursor) to execute Mathematica code via `wolframscript` and verify mathematical derivations.

mathematica
wolframscript
mcp-server
mathematical-calculations
derivation-verification

# mcpServer Config

{
  "mcpServers": {
    "mathematica-server": {
      "command": "node",
      "args": [
        "/full/path/to/mcp-server-mathematica/build/index.js"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}

# stdio

node build/index.js
Transport:
stdio
Language:
JavaScript
Created:4/22/2025
Updated:7/29/2025