mcp-mma-docs

benhaotang
5
MCP server for checking Mathematica code via local MMA installation
#mcp-server

Overview

What is mcp-mma-docs

mcp-mma-docs is an MCP server designed for checking Mathematica code through a local installation of the Mathematica software (MMA).

How to Use

To use mcp-mma-docs, install the required packages using 'pip install -r requirements.txt' and ensure Mathematica is installed. Initialize the server with 'mcp dev path/to/mcp-mma-doc.py' and install it to Claude using the provided JSON configuration.

Key Features

Key features include commands like 'get_docs' for retrieving documentation on functions and 'list_package_symbols' for listing all symbols in a package. It supports both factory functions and addon functions.

Where to Use

mcp-mma-docs can be used in educational settings, research environments, and software development where Mathematica is utilized for mathematical computations and documentation.

Use Cases

Use cases include generating documentation for Mathematica functions, exploring package symbols, and integrating Mathematica capabilities into other applications or workflows.

Content