toms74209200
MCP Servertoms74209200public

mcp maxima

Model Context Protocol(MCP) server of Maxima.

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
MIT License
License

About This Server

Model Context Protocol(MCP) server of Maxima.

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

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

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

  • Deno
  • modelcontextprotocol/typescript-sdk
  • colinhacks/zod

License

MIT License

Author

toms74209200

Quick Start

1

Clone the repository

git clone https://github.com/toms74209200/mcp-maxima
2

Install dependencies

cd mcp-maxima
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownertoms74209200
Repomcp-maxima
LanguageTypeScript
LicenseMIT License
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation