Skip to content
Grok

saturday materials for Grok

io.github.toki0413/saturday-materials

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

client:Grok transport:stdio runtime:npm

Install saturday materials in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

saturday materials in other clients