---
title: "Install Mcp Config"
method: POST
path: "/api/v1/mcp/project/{project_id}/install"
tags: ["mcp_projects"]
---

# Install Mcp Config

`POST /api/v1/mcp/project/{project_id}/install`

Install MCP server configuration for Cursor, Windsurf, or Claude.

## Path parameters

- `project_id` string, uuid, required

## Request body

- MCPInstallRequest
  - `client` string, required
  - `transport` 'sse' | 'streamablehttp', nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-12** `830c31118215` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-03-06** `0be341779529` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearer` was removed from the API
- **2026-02-18** `191b57fc530b` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearer` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was removed from the API
- **2026-02-10** `0be341779529` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was added to the API
  - the endpoint scheme security `OAuth2PasswordBearer` was removed from the API
- **2025-12-23** `b0ee9ddb8d9f` — 1 info
  - added the new optional request property `transport`

[Full history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v1/mcp/project/:project_id/install/post.md)

---

[API](https://skmtc.dev/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.dev/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/22962dc5e81b/schema)
