---
title: "GET /api/mcp/codex-plugins"
method: GET
path: "/api/mcp/codex-plugins"
tags: ["mcp"]
---

# GET /api/mcp/codex-plugins

`GET /api/mcp/codex-plugins`

## Response `200`

Success

- object
  - `plugins` object[], required
    - `id` string, required
    - `name` string, required
    - `summary` string, required
    - `available` boolean, required
    - `slug` string, required
    - `source` 'curated' | 'scanned', required
    - `command` string, required
    - `args` string[], required
    - `cwd` string, nullable
    - `env` object, nullable
    - `appServer` object, nullable
      - `server` string, required
      - `surface` 'sky' | 'browser', nullable
      - `modulePath` string, nullable
    - `setupHint` string, nullable
    - `setupUrl` string, nullable
    - `fallbackIcon` string, nullable
    - `icon` string, nullable
    - `displayName` string, nullable
    - `tagline` string, nullable
    - `description` string, nullable

## Other responses

- `500` — InternalError

## Changes

- **2026-08-30** `03ae66214fb3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/executor/apis/executor-api/changes/api/mcp/codex-plugins/get.md)

---

[API](https://skmtc.dev/executor/apis/executor-api.md) · [All operations](https://skmtc.dev/executor/apis/executor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/executor/executor-api/revisions/03ae66214fb3/schema)
