Eureka EHR for Claude Desktop
md.eureka/eureka
The Eureka EHR as MCP tools: patients, schedule, notes, messages, billing, and orders.
client:Claude Desktop
transport:streamable-http
Install Eureka EHR in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"eureka": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.eureka.md/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs