> ## Documentation Index
> Fetch the complete documentation index at: https://docs.devic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Publish MCP

> Make your MCP available to agents, assistants, or external services through a public or private URL.

## Overview

After configuring and validating your tools, the final step is to **publish** the MCP so it can be used by agents, assistants, or external environments.

To do this, click the **Publish** button located at the top right of the panel.

<img src="https://mintcdn.com/devic/0Uz3xC2uw0gTIoCP/publish.png?fit=max&auto=format&n=0Uz3xC2uw0gTIoCP&q=85&s=d8dc25b4366784f909e4efb3ec5b7dbe" alt="Publish button" width="1915" height="983" data-path="publish.png" />

***

## MCP Visibility

When selecting *Publish*, a configuration window opens where you can choose who will have access to the MCP server.

Available options:

* **Private — Only accessible by you:**\
  The MCP will only be accessible from your environment or by your agents.\
  Ideal for internal integrations or testing environments.

* **Public — Accessible to everyone:**\
  Makes the MCP available to any environment that supports the MCP protocol, such as ChatGPT or other Devic instances.\
  This option generates a **public access URL** for the server.

  <img src="https://mintcdn.com/devic/0Uz3xC2uw0gTIoCP/url-mcp-server.png?fit=max&auto=format&n=0Uz3xC2uw0gTIoCP&q=85&s=745ae70949a8d121dfb2ec6271266894" alt="Public publication" width="1915" height="983" data-path="url-mcp-server.png" />

***

## Generated URL

During publication, Devic automatically creates a URL under the domain:

`https://mcp.devic.ai/<mcp-name>`

That address becomes the endpoint from which agents or external systems can invoke the MCP tools.

***

<Card title="Publication complete" icon="check-circle" horizontal>
  Once the publication is finished, you will receive a success notification and the MCP link will appear at the top of the panel.
</Card>

<img src="https://mintcdn.com/devic/3ag2tY9TOD_NMQXl/mcp-published.png?fit=max&auto=format&n=3ag2tY9TOD_NMQXl&q=85&s=8f517c4ba4ebd1bae0ee152cba843485" alt="Server published successfully" width="1915" height="983" data-path="mcp-published.png" />

***

## After publishing

Once active, the MCP:

* Is hosted on Devic's infrastructure.
* Can be consumed by agents and assistants.
* Can be exposed to LLMs such as ChatGPT, Claude, Cursor, etc.
* Updates automatically if you modify its tools or configuration.

***

<Card title="Next step" icon="plug" href="/devic/mcps/my-mcps/sessions">
  Learn how to execute and monitor sessions of your active MCPs.
</Card>
