JUHE API Marketplace
alt250 avatar
MCP Server

Famxplor Family Travel Activities

Famxplor Family Travel Activities

1
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "famxplor",
3 "command": "npx",
4 "args": [
5 "mcp-remote",
6 "https://mcp.famxplor.com/mcp/"
7 ]
8}
JSON8 lines

README Documentation

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

Free to use

Famxplor MCP server is free for personal use, like the family activities world map of Famxplor. For commercial use, see the Famxplor API page.

API Key

No API key is needed when using the remote MCP server at https://mcp.famxplor.com/mcp/

Local use and development require an API key, see Famxplor Family Travel API to get one.

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, the configuration looks like:

{
  "mcpServers": {
    "famxplor": {
      "url": "https://mcp.famxplor.com/mcp/"
    }
  }
}

Development

Setup environment:

uv sync

Run the server with:

FAMXPLOR_API_KEY="<your Famxplor API key>" uv run server.py

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source