Skip to content
Cursor

Thailand Data MCP for Cursor

io.github.narinthon-so/thailand-data-mcp

Thai data for AI agents: DBD company-registry lookup, address normalization, holidays, VAT/WHT.

client:Cursor transport:stdio runtime:npm

Install Thailand Data MCP in Cursor

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

{
  "mcpServers": {
    "thailand-data-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "thailand-data-mcp"
      ]
    }
  }
}

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

Thailand Data MCP in other clients