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.
Related MCP server: Scientific Computation MCP
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.
Related MCP Servers
- AlicenseAqualityCmaintenanceA mathematical computation service that enables users to perform symbolic calculations including basic arithmetic, algebra, calculus, equation solving, and matrix operations through the MCP protocol.Last updated16MIT
- Alicense-qualityDmaintenanceEnables mathematical and scientific computations including linear algebra operations (matrices, eigenvalues, decompositions), vector calculus (gradients, curl, divergence), and visualization of vector fields and functions.Last updated2MIT
- AlicenseAqualityBmaintenanceA symbolic mathematics MCP server supporting calculus, linear algebra, number theory, statistics, and unit conversion via natural language.Last updated8MIT
- AlicenseBqualityDmaintenanceEnables MCP clients to execute Mathematica code via wolframscript and verify mathematical derivations.Last updated223MIT
Related MCP Connectors
Evaluate, simplify, and differentiate mathematical expressions.
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Newton MCP — wraps the Newton math solver API (free, no auth)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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