> For the complete documentation index, see [llms.txt](https://genos-docs.gitbook.io/default/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://genos-docs.gitbook.io/default/v1.9.2/basic-tutorials/guides/mcp/mcp-server.md).

# MCP 서버 만들기

MCP 서버는 반드시 선행된 MCP 도구를 기반으로 생성합니다. MCP 도구 생성을 완료한 뒤 MCP 서버를 생성합니다.

<figure><img src="/files/uJssGzPgisVe4bhwUJdC" alt=""><figcaption></figcaption></figure>

* **MCP 서버 생성 버튼**을 클릭합니다.

<figure><img src="/files/N1WeMow2MhAgYmdzXVZ0" alt=""><figcaption></figcaption></figure>

* 생성 시 필요한 정보를 입력합니다.
* **사용할 MCP 도구**를 선택합니다. 도구를 먼저 만들지 않으면 서버를 만들 수 없습니다.

<figure><img src="/files/0VlKh03by70iFA7UrdAF" alt=""><figcaption></figcaption></figure>

* 목록에서 생성한 항목을 더블 클릭합니다.

<figure><img src="/files/zFlWr7klVlLav8tEmw7Z" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2Le4NWrpmgvjQhn6u5Sg" alt=""><figcaption></figcaption></figure>

* **배포 버튼**을 클릭하여 MCP 서버 배포를 신청합니다.

<figure><img src="/files/QkwBccTLzAVNlDwHvKHX" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7DoVS5W1Ks0K7FbYQpqV" alt=""><figcaption></figcaption></figure>

* 승인 메뉴에서 배포 신청 건이 승인되면 배포 상태가 online으로 바뀝니다.

<figure><img src="/files/gJOZBi4dnWh1R3ojvLJp" alt=""><figcaption></figcaption></figure>

* 배포 후 MCP 도구가 수정되거나 삭제된 경우 중요 정보 탭에서 변경 사항을 확인할 수 있습니다. 배포를 중지한 뒤 MCP 도구를 추가, 삭제, 업데이트할 수 있습니다.
* 수정된 도구는 수정 전 상태로 계속 사용하거나 업데이트하여 수정된 상태로 사용할 수 있습니다.
* 삭제된 도구도 해당 페이지에서 삭제하지 않는 한 계속 사용할 수 있습니다.

## 워크플로우에서 사용하기

* MCP 도구와 MCP 서버가 모두 생성되고 배포가 완료되면 해당 도구를 워크플로우 내 노드로 삽입하여 사용할 수 있습니다.
* 워크플로우는 Flowise 3.0.0 이상부터 MCP 노드를 검색하여 사용할 수 있습니다.

<figure><img src="/files/WIXsES1f3dJ6GbAc2Tak" alt=""><figcaption></figcaption></figure>

* 생성한 MCP 서버와 해당 서버에 설정된 도구를 선택하여 사용합니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://genos-docs.gitbook.io/default/v1.9.2/basic-tutorials/guides/mcp/mcp-server.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
