紧急医疗规划MCP服务器
一个集成Google Maps的医疗设施定位与评估服务器,帮助用户在紧急情况下找到合适的医院和诊所。
快速入门
1. 安装
通过以下命令安装:
使用 Smithery 自动安装: npx -y @smithery/cli install @manolaz/emergency-medicare-planner-mcp-server --client claude
手动全局安装: npm install -g @manolaz/emergency-medicare-planner-mcp-server
运行时需设置 Google Maps API 密钥: GOOGLE_MAPS_API_KEY=your_api_key emergency-medicare-planner-mcp-server
2. 配置
在 Claude Desktop 中配置 claude_desktop_config.json
文件:
{ "mcpServers": { "emergency-medicare-planner": { "command": "npx", "args": ["@manolaz/emergency-medicare-planner-mcp-server"], "env": { "GOOGLE_MAPS_API_KEY": "your_google_maps_api_key" } } } }
3. 开发
克隆仓库并安装依赖: npm install 构建项目: npm run build 运行测试: npm test
更多详情请参考 README 文档。