---
title: "Create App"
method: POST
path: "/api/admin/mcp/apps"
tags: ["Admin MCP"]
---

# Create App

`POST /api/admin/mcp/apps`

## Request body

- PublicMCPAppCreate
  - `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

## 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

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-13** `33e4ba4936ad` — 2 info
  - added the new optional request property `is_visible_in_connector`
  - added the optional property `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/post.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)
