Odel
PH Schools MCP Server

PH Schools MCP Server

Local
@darwinphiJavaScriptISCUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@darwinphi/ph-schools-mcp-serverv1.0.3

Run

npx -y @darwinphi/ph-schools-mcp-server

MCP client config

{
  "mcpServers": {
    "ph-schools-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@darwinphi/ph-schools-mcp-server"
      ]
    }
  }
}