Authentiq Connect API Claude Desktop Config
Add the Authentiq Connect API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_authentiq_connect_api_api_key with your actual authentiq connect api api key
Endpoints
GET
/authorizeAuthenticate a user
GET
/clientList clients
POST
/clientRegister a client
GET
/client/{client_id}View a client
PUT
/client/{client_id}Update a client
DELETE
/client/{client_id}Delete a client
POST
/tokenObtain an ID Token
GET
/userinfoRetrieve a user profile
GET
/{client_id}/iframeInclude a session iframe