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

---

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