https://github.com/toms74209200/mcp-maxima
Model Context Protocol(MCP) server of Maxima.
https://github.com/toms74209200/mcp-maxima
Last synced: 4 months ago
JSON representation
Model Context Protocol(MCP) server of Maxima.
- Host: GitHub
- URL: https://github.com/toms74209200/mcp-maxima
- Owner: toms74209200
- License: mit
- Created: 2025-05-13T14:30:49.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-06-24T20:07:23.000Z (4 months ago)
- Last Synced: 2025-06-24T21:24:09.102Z (4 months ago)
- Language: TypeScript
- Homepage: https://jsr.io/@toms/mcp-maxima
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - **mcp-maxima** - Model Context Protocol(MCP) server of Maxima. `typescript` `mcp` `server` `npm install toms74209200/mcp-maxima` (🌐 Web Development)
README
# mcp-maxima
Model Context Protocol(MCP) server of Maxima.
## Requirements
This software requires follows.
- [Maxima](https://maxima.sourceforge.io/)
- [Deno](https://deno.land/) 2.0.0 or later
## Usage
To use it from Deno, you need the subprocess permission.
```bash
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`**
```json
{
"servers": {
"maxima-mcp": {
"type": "stdio",
"command": "deno",
"args": [
"run",
"--allow-run",
"jsr:@toms/mcp-maxima"
]
}
}
}
```
## Development
- Deno
- [modelcontextprotocol/typescript-sdk](https://github.com/modelcontextprotocol/typescript-sdk)
- [colinhacks/zod:](https://github.com/colinhacks/zod)
## License
[MIT License](LICENSE)
## Author
[toms74209200]()