asianexpats mcp server for Cursor
io.github.developeron29/asianexpats-mcp-server
An MCP server that provides AI travel recommendations from Asian expats.
client:Cursor
transport:stdio
runtime:npm
Install asianexpats mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"asianexpats-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"asianexpats-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs