Japan Real Estate Prices for Claude Desktop
io.github.fujimura-ui/japan-real-estate-mcp
Japan real estate transaction prices and official land values (MLIT data) by area, year, and type.
client:Claude Desktop
transport:streamable-http
Install Japan Real Estate Prices in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"japan-real-estate-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fudousan-mcp.plus-synergy.workers.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs