asianexpats mcp server for VS Code
io.github.developeron29/asianexpats-mcp-server
An MCP server that provides AI travel recommendations from Asian expats.
client:VS Code
transport:stdio
runtime:npm
Install asianexpats mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"asianexpats-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"asianexpats-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs