# MCP Server

**Robpod AI CoWorker** operates as an **MCP server** and is fully compliant with the **MCP protocol**. This means it can integrate with **any AI assistant that supports MCP**, allowing you to use your preferred assistant without being locked into a specific platform.

If your preferred AI assistant is not listed among the explicitly supported providers, simply verify that it is **MCP-compliant** and follow the standard instructions to set up integration with **MCP servers**.

### Setup AI CoWorker

Open [Robpod AI CoWorker](/ai-coworker/introduction.md) on your PC.&#x20;

Select **MCP Server** as AI provider.&#x20;

Copy the **MCP URL,** use this url to setup the connection with Robpod AI CoWorker inside your AI Assistant.

Click on **CONNECT**.

<figure><img src="/files/TIFFd3KgJZLOhXEzuAjH" alt="" width="232"><figcaption></figcaption></figure>

{% hint style="info" %}
The **MCP URL** enables a cloud-based AI assistant to access your local robot over the internet. Do not share this link with anyone.
{% endhint %}

{% hint style="info" %}
If the MCP link is not used for an extended period (for example, several days), it may change. In that case, copy the new MCP URL from the Robpod CoWorker application and update the connector configuration.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.robpod.cloud/ai-coworker/setup/mcp-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
