# Missive

If you've ever wanted to create an MCP server for Missive to connect to it from Claude, ChatGPT, Cursor, or another tool, Relay.app makes that easy to do!

If you'd just like to install a pre-built, simple version, use the template here: <https://run.relay.app/shared/missive-R8YI2CldzP4B>

If you'd like to build your own step-by-step, or run into any issues, follow the detailed steps here:

1. In the top left of the Relay.app home screen, click "Create new" and select MCP server.

<figure><img src="/files/x9DhZwvhR2tY2FwZAhQe" alt="" width="238"><figcaption></figcaption></figure>

2. Select your desired client and give your MCP server a name. I would recommend just calling it "Missive"

<figure><img src="/files/Xapb8z9p3I410tB8gikY" alt="" width="375"><figcaption></figcaption></figure>

3. Next create custom tools for each of the actions you want, by clicking add Add tool and select Add custom tool. The two screenshots below show how to create a tool to find conversations in a team.

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

<figure><img src="/files/iwH57KWZ0V64Y82wtAl3" alt="" width="563"><figcaption></figcaption></figure>

5. Once you have the tools you want, flip the MCP server on! Then follow the instructions to connect it to Claude or any other AI tool.

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

6. Start asking questions and taking action!

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


---

# 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.relay.app/app-specific-faqs/missive.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.
