famxplor-家庭旅行-mcp-服务器
首个专为带孩子旅行的家庭打造的 MCP 服务器。查找Famxplor上全球家庭测试过的活动。
API 密钥
请参阅Famxplor 家庭旅行 API以获取 API 密钥
添加到 Claude 桌面
编辑claude_desktop_config.json
并添加:
{
"mcpServers": {
"famxplor": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.famxplor.com/mcp/"]
}
}
}
对于支持远程 streamable-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