---
title: "Install Mcp Server"
method: POST
path: "/api/mcp/servers"
---

# Install Mcp Server

`POST /api/mcp/servers`

## Request body

- AddMcpServerRequest
  - `qualifiedName` string, required

## Response `200`

Successful Response

- McpServerMutationResponse
  - `ok` boolean, required
  - `server` McpServerSpecResponse, required
    - `args` string[], nullable
    - `command` string, nullable
    - `displayName` string, required
    - `env` object, nullable
    - `headers` object, nullable
    - `installedAt` string, required
    - `name` string, required
    - `revision` string, required
    - `source` McpSourceResponse, required
      - `kind` 'marketplace' | 'adopted' | 'manual', required
      - `locator` string, required
    - `transport` 'stdio' | 'http' | 'sse', required
    - `url` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-28** `df2572496eaf` — 2 warning
  - removed the request property `config`
  - removed the request property `sourceHarness`
- **2026-05-27** `33c06f21b43b` — 1 info
  - added the new optional request property `config`
- **2026-04-25** `23fa7e0a19ae` — 1 info
  - endpoint added
- **2026-04-17** `a9787ab8c53c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/mode-io/apis/skill-manager/changes/api/mcp/servers/post.md)

---

[API](https://skmtc.dev/mode-io/apis/skill-manager.md) · [All operations](https://skmtc.dev/mode-io/apis/skill-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mode-io/skill-manager/revisions/a2b29a5aa8b4/schema)
