Skip to content
VS Code

saturday materials for VS Code

io.github.toki0413/saturday-materials

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

client:VS Code transport:stdio runtime:npm

Install saturday materials in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

saturday materials in other clients