Soigné
MCPv1

Soigné MCP server

Ask an AI assistant questions about your Soigné data (locations, employees, shifts, teams, attendance and contracts) in plain language. Works with Claude Code, Claude Desktop, Cursor, VS Code and custom MCP clients.

BETAThis is an early preview of the Soigné MCP connector. Features may change and access can be withdrawn at any time. Please report any issues to the Soigné team.

Step 1 · Get your Personal Access Token

Your personal access token identifies you and authorizes access to your Soigné account. If you are an account administrator, request one from the Soigné portal, in your account’s API or developer settings. Create a token, give it a recognizable name such as “Claude MCP”, and copy the value. It is shown only once.

Store the token in a password manager, never share it or commit it to code, and have it revoked if it leaks. If you do not see an option to create a token, contact the Soigné team to have one issued for you.

Step 2 · Accept the terms

Step 3 · Add the server to your AI client

Register the server with the Claude Code CLI:

Command Line
claude mcp add --transport http soigne \
  https://soigne-mcp.vercel.app/api/mcp \
  --header "Authorization: Bearer YOUR_SOIGNE_PERSONAL_ACCESS_TOKEN"

Then verify the connection:

Command Line
claude mcp list

Note: the command stores your token in plain text in Claude Code’s config file (and it lands in your shell history). Keep those files private.