famxplor-family-travel-mcp-server
The first MCP server dedicated to families who travel with their kids.
Find activities tested by families worldwide from Famxplor
API Key
See Famxplor Family Travel API to get an API key
Add to Claude Desktop
Edit claude_desktop_config.json
and add:
{
"mcpServers": {
"famxplor": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.famxplor.com/mcp/"]
}
}
}
For MCP clients supporting remote streamable-http servers, configuration looks like:
{
"mcpServers": {
"famxplor": {
"url": "https://mcp.famxplor.com/mcp/"
}
}
}
Run the server manually
FAMXPLOR_API_KEY="<your Famxplor API key>" uv run server.py