Skip to content

asianexpats mcp server for Zed

io.github.developeron29/asianexpats-mcp-server

An MCP server that provides AI travel recommendations from Asian expats.

client:Zed transport:stdio runtime:npm

Install asianexpats mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "asianexpats-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "asianexpats-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

asianexpats mcp server in other clients