MCP.so
登录

mcp-maxima

@toms74209200

关于 mcp-maxima

Model Context Protocol(MCP) server of Maxima.

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

toms74209200

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-maxima": {
      "command": "deno",
      "args": [
        "run",
        "--allow-run",
        "jsr:@toms/mcp-maxima"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mcp-maxima?

mcp-maxima is an MCP server that integrates the Maxima computer algebra system with Model Context Protocol clients. It allows developers and AI assistants to perform symbolic and numeric mathematical computations through standardized MCP requests.

How to use mcp-maxima?

Ensure Maxima and Deno 2.0 or later are installed. Run deno run --allow-run jsr:@toms/mcp-maxima from the terminal. For MCP clients (e.g., VS Code), configure a stdio server in mcp.json with command: "deno" and args: ["run", "--allow-run", "jsr:@toms/mcp-maxima"].

Key features of mcp-maxima

  • Provides Maxima computations via MCP protocol
  • Uses stdio transport for easy client integration
  • Requires only Deno and Maxima as dependencies
  • Runs Maxima as a subprocess with explicit permission
  • Built on official TypeScript MCP SDK and Zod

Use cases of mcp-maxima

  • Perform symbolic algebra, calculus, and equation solving through AI chat interfaces
  • Integrate Maxima’s mathematical engine into IDE extensions and development tools
  • Automate mathematical problem solving in MCP‑based workflows

FAQ from mcp-maxima

What are the system requirements for mcp-maxima?

Deno 2.0 or later and Maxima must be installed on the system.

How do I start the mcp-maxima server?

Run deno run --allow-run jsr:@toms/mcp-maxima from the terminal.

Which transport does mcp-maxima use?

It uses the stdio transport. Configure the server in your MCP client with the command and args shown in the README.

What license is mcp-maxima distributed under?

It is distributed under the MIT License.

评论

其他 分类下的更多 MCP 服务器