mcp-maxima
@toms74209200
关于 mcp-maxima
Model Context Protocol(MCP) server of Maxima.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ICSS
chokcoco不止于 CSS
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论