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.
Basic information
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.
More Search MCP servers
G-Search MCP
jae-jaeA powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.
SearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
Everything Search MCP Server
mamertofabianduckduckgo-search MCP Server
zhsamaSerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
Comments