Skip to content
Grok

PH Schools MCP Server for Grok

io.github.darwinphi/ph-schools

Local stdio MCP server for searching and analyzing the Philippine schools masterlist dataset.

client:Grok transport:stdio runtime:npm

Install PH Schools MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ph-schools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@darwinphi/ph-schools-mcp-server"
      ],
      "env": {
        "PH_SCHOOLS_DATA_PATH": "<PH_SCHOOLS_DATA_PATH>",
        "PH_SCHOOLS_DATA_URL": "<PH_SCHOOLS_DATA_URL>",
        "PH_SCHOOLS_DATA_TAG": "<PH_SCHOOLS_DATA_TAG>"
      }
    }
  }
}

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

PH Schools MCP Server in other clients