PerslyPersly API
MCP

Connect with Claude

Set up Persly MCP with Claude.ai, Claude Desktop, Claude Code, and Claude Mobile.

한국어 버전

Claude.ai / Claude Desktop

  1. Open SettingsConnectors
  2. Click Add custom connector
  3. Enter the URL: https://mcp.persly.ai/mcp
  4. Complete the login in the browser popup
  5. In a new chat, click the "+" button and enable Persly MCP

Free plan users can connect 1 connector. Pro and Max plan users can connect multiple connectors simultaneously.

Once connected, you can ask Claude questions like:

  • "List my medical records"
  • "Show me my latest health checkup results"
  • "Summarize my outpatient visit from Samsung Medical Center"

Claude Code (CLI)

Add the MCP server with a single command:

claude mcp add --transport http persly-mcp https://mcp.persly.ai/mcp

Scope Options

FlagScopeConfig Location
--scope userAll your Claude Code sessions~/.claude.json
--scope projectCurrent project only.mcp.json in project root
# Available to all projects
claude mcp add --transport http --scope user persly-mcp https://mcp.persly.ai/mcp

# Current project only
claude mcp add --transport http --scope project persly-mcp https://mcp.persly.ai/mcp

Verify Connection

claude mcp list

You should see persly-mcp in the list of configured servers.

Claude Mobile

Claude Mobile (iOS/Android) syncs connectors from your Claude.ai web or Desktop settings. You cannot add MCP connectors directly on mobile.

To use Persly MCP on mobile:

  1. Set up the connector on Claude.ai or Claude Desktop (see above)
  2. Your connectors will automatically sync to the mobile app

On this page