Patient Search & Create Tasks MCP Server
@Flight-Health
Patient Search & Create Tasks MCP Server について
MCP server for searching patients and creating tasks in Flight Health Atlas system.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"patient-search-v2": {
"command": "node",
"args": [
"/path/to/mcp-search-and-create-task/dist/server-v2.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Patient Search & Create Tasks MCP Server?
This MCP server integrates with the Flight Health Atlas system to search for patients and create new tasks using web automation via Puppeteer. It is designed for developers using MCP-compatible clients like Cursor.
How to use Patient Search & Create Tasks MCP Server?
Install Node.js 18+, clone the repository, run npm install, update credentials in auth.ts, build the V2 server with npm run build:v2, and start it with npm start. Then configure the server in your MCP client (e.g., Cursor's mcp.json) pointing to dist/server-v2.js. Invoke tools like search_patient_v2 and create_new_task via MCP calls.
Key features of Patient Search & Create Tasks MCP Server
- Uses Puppeteer for advanced web automation and reliable login handling
- Provides
search_patient_v2tool with optional detailed results - Provides
create_new_tasktool with task type, name, and description - Includes
hello_worldtool to test MCP connection - Logs debug information to stderr for troubleshooting
Use cases of Patient Search & Create Tasks MCP Server
- Search for patients in the Flight Health Atlas system
- Create new tasks in the Flight Health Atlas system
- Automate patient lookup and task creation workflows
- Test MCP server connectivity via the
hello_worldtool
FAQ from Patient Search & Create Tasks MCP Server
What are the prerequisites for running the server?
Node.js 18 or higher and an npm or yarn package manager.
How do I configure login credentials?
Update the email and password in auth.ts under LOGIN_CREDENTIALS. For demo purposes these are hardcoded since Cursor AI cannot access a .env file by default.
How can I test the server?
Use the hello_world tool with an optional name, or run the sample test file node dist/test-task-creation.js after building the server.
What if the browser launch fails on the V2 server?
Ensure sufficient system resources. The --no-sandbox flag is already included in the server configuration.
What if patient search returns no results?
Verify the patient name spelling, check that you are logged into the correct environment, ensure network connectivity, and try with a partial name match.
「検索」の他のコンテンツ
Perplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
Naver Search MCP Server
isnow890MCP server for Naver Search API integration. Provides comprehensive search capabilities across Naver services (web, news, blog, shopping, etc) and data trend analysis tools via DataLab API.
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
コメント