PH Schools MCP Server
About
Local stdio MCP server for searching and analyzing the Philippine schools masterlist dataset.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PH_SCHOOLS_DATA_PATH PH_SCHOOLS_DATA_URL PH_SCHOOLS_DATA_TAGClaude Code
claude mcp add --env PH_SCHOOLS_DATA_PATH= --env PH_SCHOOLS_DATA_URL= --env PH_SCHOOLS_DATA_TAG= ph-schools -- npx @darwinphi/ph-schools-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ph-schools","command":"npx","args":["@darwinphi/ph-schools-mcp-server"],"env":{"PH_SCHOOLS_DATA_PATH":"","PH_SCHOOLS_DATA_URL":"","PH_SCHOOLS_DATA_TAG":""}}'
JSON
{
"mcpServers": {
"ph-schools": {
"command": "npx",
"args": [
"@darwinphi/ph-schools-mcp-server"
],
"env": {
"PH_SCHOOLS_DATA_PATH": "",
"PH_SCHOOLS_DATA_URL": "",
"PH_SCHOOLS_DATA_TAG": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.