Skip to content
MCP-Bridge
Security

Authentiq Connect API Claude Desktop Config

Add the Authentiq Connect API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "authentiq-io": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/authentiq-io"
      ],
      "env": {
        "AUTHENTIQ_CONNECT_API_API_KEY": "your_authentiq_connect_api_api_key"
      }
    }
  }
}

Environment Variables

AUTHENTIQ_CONNECT_API_API_KEY

Replace your_authentiq_connect_api_api_key with your actual authentiq connect api api key

Endpoints

GET/authorize

Authenticate a user

GET/client

List clients

POST/client

Register a client

GET/client/{client_id}

View a client

PUT/client/{client_id}

Update a client

DELETE/client/{client_id}

Delete a client

POST/token

Obtain an ID Token

GET/userinfo

Retrieve a user profile

GET/{client_id}/iframe

Include a session iframe