> For the complete documentation index, see [llms.txt](https://developer.frontitude.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.frontitude.com/mcp/mcp.md).

# Overview

Connect an AI tool like Claude, ChatGPT or Cursor to Frontitude and it can read and edit your copy library and your project texts. It gets exactly what you can see and edit in the app, and nothing else.

The connection runs over [MCP](https://modelcontextprotocol.io/introduction), the standard way an AI tool connects to another product.

## What you can use it for

* Check whether a piece of copy already exists before you write a new one.
* Organize your copy library and copy components.
* See everywhere a component is used before you change it.
* Find what's untranslated, or still in Draft, before a launch.
* Find the right copy to use when you're developing with agents.
* Match new copy to the way your library already words things.

## What it can't do

* It can't see your design files. It reads the pages and frames you've already synced into a project.
* It can't create projects, pages or frames.
* It can't manage collaborators or billing.
* It can't email anyone about a comment it posts, even one that @mentions somebody.
* It can only search your copy library. Inside a project it can list and filter texts, but not search them by meaning.

## The address you need

```
https://mcp.frontitude.com/mcp
```

Paste this wherever your AI tool asks for an MCP server address. You pick which workspace the connection covers when you sign in.

## Where to go next

{% content-ref url="/pages/m0TNB25IwRCMB9NfWKcI" %}
[Connecting](/mcp/connecting.md)
{% endcontent-ref %}

{% content-ref url="/pages/zHZv4GJ2vmDPJLqHJ72q" %}
[Examples](/mcp/examples.md)
{% endcontent-ref %}

{% content-ref url="/pages/PNbE3O711lUslA0GtRw5" %}
[Permissions](/mcp/permissions.md)
{% endcontent-ref %}


---

# 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://developer.frontitude.com/mcp/mcp.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.
