Provides a server interface for interacting with WolframScript, enabling programmatic evaluation of Wolfram Language code and retrieval of Wolfram Engine details.
This tool functions as an MCP server, serving as a bridge to Wolfram's powerful computational ecosystem. It wraps the `wolframscript` command-line interface, allowing users to execute Wolfram Language code and fetch essential information about their Wolfram Engine installation. Ideal for integrating Wolfram Language capabilities into other applications (like Claude Desktop), it leverages the freely available Wolfram Engine and WolframScript for personal use, making advanced symbolic computation accessible programmatically.
Key Features
010 GitHub stars
02Evaluates Wolfram Language scripts
03Returns the version of wolframscript
04Returns the version of the Wolfram Engine
05Retrieves the license type of the Wolfram Engine
Use Cases
01Integrating Wolfram Language execution into applications via an MCP server
02Programmatically evaluating Wolfram Language code for computational tasks
03Automating retrieval of Wolfram Engine and WolframScript installation information