MCP ExplorerExplorer

Famxplor Family Travel Mcp Server

@alt250on a month ago
1 MIT
FreeCommunity
AI Systems
The first MCP dedicated to families who travel with their kids. Find activities tested by families worldwide from https://famxplor.com

Overview

What is Famxplor Family Travel Mcp Server

famxplor-family-travel-mcp-server is the first MCP dedicated to families traveling with children, providing a platform to discover activities tested by families worldwide.

Use cases

Use cases include helping families find suitable travel activities, providing recommendations for family vacations, and integrating with travel apps to enhance user experience.

How to use

To use famxplor-family-travel-mcp-server, obtain an API key from the Famxplor Family Travel API, then configure your Claude Desktop by editing the ‘claude_desktop_config.json’ file or run the server manually using the provided command.

Key features

Key features include access to a wide range of family-friendly activities, the ability to find activities tested by other families, and easy integration with existing applications through API access.

Where to use

famxplor-family-travel-mcp-server can be used in travel planning applications, family-oriented websites, and any platform aimed at enhancing family travel experiences.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers