mcp-maxima
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-maximafactor x^2 - 4"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-maxima
Model Context Protocol(MCP) server of Maxima.
Requirements
This software requires follows.
Usage
JSR package
To use it from Deno, you need the subprocess permission.
deno run --allow-run jsr:@toms/mcp-maximaTo 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-maximadocker run -i --rm motomotomato/mcp-maximamcp.json
{
"servers": {
"maxima-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"motomotomato/mcp-maxima"
]
}
}
}Development
License
Author
This server cannot be installed
Maintenance
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