---
title: "List Mcp User Credentials"
method: GET
path: "/v1/mcp/user-credentials"
tags: ["mcp_management"]
---

# List Mcp User Credentials

`GET /v1/mcp/user-credentials`

List all OAuth2 MCP credentials stored for the calling user

## Response `200`

Successful Response

- MCPUserCredentialListItem[]
  - `alias` string, nullable
  - `connected_at` string, nullable
  - `credential_type` string, required
  - `expires_at` string, nullable
  - `has_credential` boolean, required
  - `server_id` string, required
  - `server_name` string, nullable

## Changes

- **2026-09-27** `b694deb1e459` — 2 info
  - api tag `mcp_management` added
  - api tag `mcp` removed
- **2026-09-26** `cfac079bcc04` — 2 info
  - api tag `mcp` added
  - api tag `mcp_management` removed
- **2026-09-25** `a4fccd4bf54d` — 2 info
  - api tag `mcp_management` added
  - api tag `mcp` removed
- **2026-09-24** `731afbea6a1b` — 2 info
  - api tag `mcp` added
  - api tag `mcp_management` removed
- **2026-09-23** `7ed45f30a5f0` — 2 info
  - api tag `mcp_management` added
  - api tag `mcp` removed

[Full history](https://skmtc.dev/flock/apis/litellm-api/changes/v1/mcp/user-credentials/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/b694deb1e459?raw)
