famxplor-家庭旅行-mcp-服务器
首个专为带孩子旅行的家庭打造的 MCP 服务器。查找Famxplor上全球家庭测试过的活动。
API 密钥
请参阅Famxplor 家庭旅行 API以获取 API 密钥
Related MCP server: Trivy
添加到 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