
mcp maxima
Model Context Protocol(MCP) server of Maxima.
Repository Info
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 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
Clone the repository
git clone https://github.com/toms74209200/mcp-maximaInstall dependencies
cd mcp-maxima
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.