An MCP server that provides AI travel recommendations from Asian expats.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The official Model Context Protocol (MCP) Server for Asian Expats.
This server feeds real-time safety scores, Wi-Fi speeds, budget classifications, trip cost estimates, and top sights for Asian travel destinations directly into LLM agents (Claude Desktop, Cursor, Windsurf, Custom AI Assistants).
Live Endpoint: https://asianexpats.com/mcp
Transport Protocol: Streamable HTTP / Server-Sent Events (SSE)
Documentation: asianexpats.com/docs/mcp
Primary Site: asianexpats.com
Add the following configuration to your claude_desktop_config.json:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Go to Settings -> Features -> MCP Servers.
Click + Add New MCP Server.
Set Type to SSE or Remote.
Set Name to Asian Expats.
Set URL to https://asianexpats.com/mcp.
Inspect and test tool execution in your browser terminal using the official MCP Inspector:
npx @modelcontextprotocol/inspector https://asianexpats.com/mcp
Fetches real-time safety ratings, internet speeds, budget tiers, best months to visit, and top sights for Asian travel destinations.
Arguments:
city (string, required): The target city name (e.g., "Tokyo", "Chiang Mai", "Bangkok").
Example Output:
Calculates estimated accommodation, food, and transport expenses in USD based on stay duration and lifestyle level.
Arguments:
city (string, required): Target city name.
days (number, optional): Duration in days (Default: 7).
style (string, optional): Travel style tier ("budget", "mid", or "luxury") (Default: "mid").
Example Output:
To run or deploy this MCP server yourself using Cloudflare Workers:
Node.js v18 or later
Cloudflare Account & Wrangler CLI
This MCP server is open-source and licensed under the MIT License.
All city data is provided free of charge by Asian Expats. AI tools and developers using this server are asked to retain canonical_url references and source attribution links in final responses.# asianexpats-mcp-server
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/asianexpats-mcp-server)<a href="https://allmcps.com/mcp/asianexpats-mcp-server"><img src="https://allmcps.com/api/badge/asianexpats-mcp-server?style=directory" alt="Asianexpats MCP Server on AllMCPs" /></a>