Skip to main content
Glama

Famxplor Family Travel Activities

by alt250
README.md1.19 kB
# 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](https://famxplor.com) ## Free to use Famxplor MCP server is free for personal use, like the [family activities world map](https://famxplor.com/app) of Famxplor. For commercial use, see the [Famxplor API page](https://famxplor.com/api). ## 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](https://famxplor.com/api) to get one. ## Add to Claude Desktop Edit `claude_desktop_config.json` and add: ```json { "mcpServers": { "famxplor": { "command": "npx", "args": ["mcp-remote", "https://mcp.famxplor.com/mcp/"] } } } ``` For MCP clients supporting remote streamable-http servers, the configuration looks like: ```json { "mcpServers": { "famxplor": { "url": "https://mcp.famxplor.com/mcp/" } } } ``` ## Development Setup environment: ```shell uv sync ``` Run the server with: ```shell FAMXPLOR_API_KEY="<your Famxplor API key>" uv run server.py ```

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alt250/famxplor-family-travel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server