mcp-mma-docs

mcp-mma-docs

6

This project is a server created using the mcp-python-sdk to provide documentation capabilities for Mathematica functions and packages. It offers tools to retrieve and list function documentation and packages within the Mathematica environment.

Mathematica Documentation MCP Server

General & Usage

  • Built with the mcp-python-sdk.
  • It requires Mathematica installation or wolframscript access.
  • Installation involves running specific mcp commands for server initialization and configuration with Claude.

Tools

  • get_docs: Retrieve documentation for factory functions, functions via an addon, and functions via a package.
  • list_package_symbols: List all available symbols/functions within a package.

Known Issues

  • Ignore certain INFO messages in the console as they do not affect function execution.
  • Complex styling in documentation may affect the output and requires instructions for plain text formatting.