> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.askelephant.ai/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.askelephant.ai/_mcp/server.

# MCP servers

AskElephant exposes two remote MCP servers:

| Server               | URL                                       | Use it for                                                                                                  |
| -------------------- | ----------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| AskElephant          | `https://app.askelephant.ai/mcp`          | Giving your agent access to AskElephant workspace data such as meetings, transcripts, and customer context. |
| AskElephant API Docs | `https://docs.askelephant.ai/_mcp/server` | Giving your agent the AskElephant public API docs and schema context while building integrations.           |

## Which one should I install?

Install `AskElephant` if you want your agent to work with live AskElephant data.

Install `AskElephant API Docs` if you want your agent to help write code against the AskElephant public API.

Install both if you want an agent that can:

* Look up customer meetings and transcripts
* Explain the public API surface
* Draft integration code using the current API docs

## Recommended names

Use these names when the client lets you choose a display name:

* `AskElephant`
* `AskElephant API Docs`

## Platform guides

* [Claude](./claude)
* [ChatGPT](./chatgpt)
* [Cursor](./cursor)

## Practical notes

* Both URLs are remote MCP servers. You do not need to run a local bridge process.
* If your client prompts you to sign in or authorize access, complete that flow before testing.
* UI labels change frequently across these products. The pages in this section describe the current setup pattern, but a nearby label like `Apps`, `Connectors`, or `Custom connector` may vary by plan and product version.