- Explore MCP Servers
- famxplor-family-travel-mcp-server
Famxplor Family Travel Mcp Server
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.