Skip to content
Cursor

PH Schools MCP Server for Cursor

io.github.darwinphi/ph-schools

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

client:Cursor transport:stdio runtime:npm

Install PH Schools MCP Server in Cursor

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

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>"
      }
    }
  }
}

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

PH Schools MCP Server in other clients