famxplor-ファミリー旅行-mcp-サーバー
お子様連れのご家族向けの初のMCPサーバー。Famxplorで、世界中のご家族が体験したアクティビティを見つけましょう。
APIキー
APIキーを取得するには、 Famxplor Family Travel APIを参照してください。
クロードデスクトップに追加
claude_desktop_config.json
を編集して以下を追加します。
{
"mcpServers": {
"famxplor": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.famxplor.com/mcp/"]
}
}
}
リモート ストリーミング可能な http サーバーをサポートする MCP クライアントの場合、構成は次のようになります。
{
"mcpServers": {
"famxplor": {
"url": "https://mcp.famxplor.com/mcp/"
}
}
}
サーバーを手動で実行する
FAMXPLOR_API_KEY="<your Famxplor API key>" uv run server.py
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Famxplor ファミリー旅行アクティビティ
Related MCP Servers
- MIT License
- PythonGPL 3.0