Patient Search & Create Tasks MCP Server
@Flight-Health
About Patient Search & Create Tasks MCP Server
MCP server for searching patients and creating tasks in Flight Health Atlas system.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"patient-search-v2": {
"command": "node",
"args": [
"/path/to/mcp-search-and-create-task/dist/server-v2.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Search MCP servers
Google News MCP Server
ChanMeng666【Star-crossed coders unite!⭐️】Model Context Protocol (MCP) server implementation providing Google News search capabilities via SerpAPI, with automatic news categorization and multi-language support.
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Version 2.0 is here!!
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
Goalie Trademark Search MCP
goalie-mcpSearch & filter 14M+ USPTO trademark records from an AI agent. This is a trademark MCP server, not a TSDR lookup.
Comments