MACE-MCP-Server

Jamessfks/MACE-MCP-Server
★ 1 stars Python 🤖 AI/LLM Updated 1mo ago
Run MACE atomistic simulations through AI assistants via the Model Context Protocol: https://pypi.org/project/mace-mcp-server/
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install mace-mcp-server