Connect · Claude Code

Claude Code (CLI).

One command adds the server. Claude Code speaks remote MCP over HTTP, with OAuth or a header.

OAuth

bash
claude mcp add --transport http plcs-ai https://mcp.plcs.ai/mcp

Then run /mcp inside Claude Code and choose Authenticate to sign in with your PLCs.ai account.

API key

bash
claude mcp add --transport http plcs-ai https://mcp.plcs.ai/mcp \
  --header "Authorization: Bearer plck_live_…"

Make it available everywhere (optional)

Add --scope user to register the server for all your projects (default is the current project):

bash
claude mcp add --scope user --transport http plcs-ai https://mcp.plcs.ai/mcp

Verify

Run /mcp to list connected servers and their tools, or just ask Claude to "call plcs_health".

Manage with claude mcp list and claude mcp remove plcs-ai. See Permissions for what each tool needs.