Skip to content
VS Code

Thailand Data MCP for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install Thailand Data MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Thailand Data MCP in other clients