Claude Desktop

Connect Claude Desktop to the 1health MCP to explore 500+ API endpoints using natural language.

Option 1: Edit Config File

The fastest way to add 1health MCP is to edit your config file directly.

1. Open your config file

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/Claude/claude_desktop_config.json

2. Add the 1health MCP

json
{
  "mcpServers": {
    "1health-docs": {
      "url": "https://mcp.dev.1hdev.io/mcp"
    }
  }
}

3. Restart Claude Desktop

After saving, restart Claude Desktop. Look for the hammer icon in the input area to confirm the MCP is connected.

Option 2: Settings UI (Account Owner)

If you are the account owner, you can add MCPs through the Claude Desktop UI:

  1. Open Claude Desktop and go to Settings
  2. Navigate to DeveloperEdit Config
  3. Add the configuration shown above
  4. Save and restart Claude Desktop

What You Can Ask

  • "How do I authenticate with the 1health API?"
  • "Show me endpoints for patient management"
  • "What's the workflow for placing lab orders?"
  • "What parameters does the provider search accept?"