Model Context Protocol(MCP) server of Maxima.
Overview
what is mcp-maxima?
mcp-maxima is a Model Context Protocol (MCP) server designed for Maxima, a computer algebra system that facilitates symbolic computation.
how to use mcp-maxima?
To use mcp-maxima, you need to run it using Deno with the subprocess permission. You can also configure it in a client like Visual Studio Code by setting up the mcp.json configuration file.
key features of mcp-maxima?
- Integration with Maxima for symbolic computation.
- Easy setup and configuration for various development environments.
- Utilizes Deno for running the server.
use cases of mcp-maxima?
- Performing symbolic calculations in mathematical research.
- Integrating Maxima's capabilities into other applications via the MCP protocol.
- Facilitating educational tools that require symbolic computation.
FAQ from mcp-maxima?
- What is the requirement to run mcp-maxima?
You need to have Maxima and Deno (version 2.0.0 or later) installed.
- How do I configure mcp-maxima in Visual Studio Code?
You need to create a
mcp.jsonfile with the appropriate server configuration.
- Is mcp-maxima open source?
Yes, mcp-maxima is licensed under the MIT License.