Skip to content
Cursor

saturday materials for Cursor

io.github.toki0413/saturday-materials

Materials computing tools for AI agents: structures, engines, phonons, EOS, NEB, sampling, lineage.

client:Cursor transport:stdio runtime:npm

Install saturday materials in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "saturday-materials": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@toki0413/mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

saturday materials in other clients