---
title: "List Apps"
method: GET
path: "/api/admin/mcp/apps"
tags: ["Admin MCP"]
---

# List Apps

`GET /api/admin/mcp/apps`

## Response `200`

Successful Response

- PublicMCPAppResponse[]
  - `app_id` string, required
  - `name` string, required
  - `description` string, nullable
  - `icon` string, nullable
  - `transport` string
  - `provider_name` string, nullable
  - `category` string, nullable
  - `oauth_scopes` string[], nullable
  - `is_visible_in_connector` boolean
  - `launch_config` object, nullable
  - `id` integer, required

## Changes

- **2026-06-13** `33e4ba4936ad` — 1 info
  - added the optional property `items/is_visible_in_connector` to the response with the `200` status
- **2026-05-01** `c9eb29ec9a1b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/xorbitsai/apis/xagent/changes/api/admin/mcp/apps/get.md)

---

[API](https://skmtc.dev/xorbitsai/apis/xagent.md) · [All operations](https://skmtc.dev/xorbitsai/apis/xagent/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xorbitsai/xagent/revisions/33e4ba4936ad/schema)
