macaulay2-mcp

youngsu-Kim/macaulay2-mcp
★ 0 stars Python Code/Dev Tools Updated today
MCP server providing a persistent Macaulay2 1.26 session to Claude Code, opencode, LM Studio, and any MCP client
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "macaulay2-mcp": {
      "command": "uvx",
      "args": [
        "macaulay2-mcp"
      ]
    }
  }
}

Or install with pip: pip install macaulay2-mcp

README Excerpt

The goal for the Macaulay2-MCP project is to leverage large-language-models when working with [Macaulay2](https://macaulay2.com). Especially, it should lower the entry point for newcomers or test a few lines of code. It is still under development and the code needs to be fully reviewed. Use it at your own risk and share your thoughts with me.