Skip to main content
Glama
toms74209200

mcp-maxima

by toms74209200

mcp-maxima

GitHub JSR Docker Hub GitHub tag (with filter)

Model Context Protocol(MCP) server of Maxima.

Requirements

This software requires follows.

  • Maxima

  • Deno 2.0.0 or later (or Node.js 24 or later)

Usage

JSR package

To use it from Deno, you need the subprocess permission.

deno run --allow-run jsr:@toms/mcp-maxima

To use it from MCP client, you need to set up the server configuration bellow.

For Visual Studio Code:

mcp.json

{
  "servers": {
    "maxima-mcp": {
      "type": "stdio",
      "command": "deno",
      "args": [
        "run",
        "--allow-run",
        "jsr:@toms/mcp-maxima"
      ]
    }
  }
}

Docker image

To use it from Docker, you can pull the image from Docker Hub.

https://hub.docker.com/r/motomotomato/mcp-maxima

docker pull motomotomato/mcp-maxima
docker run -i --rm motomotomato/mcp-maxima

mcp.json

{
  "servers": {
    "maxima-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "motomotomato/mcp-maxima"
      ]
    }
  }
}

Development

License

MIT License

Author

toms74209200

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
2wRelease cycle
20Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/toms74209200/mcp-maxima'

If you have feedback or need assistance with the MCP directory API, please join our Discord server