# Docs MCP server

Connect AI clients to the public Amplitude docs MCP endpoint.

Source: https://amplitude.com/docs/amplitude-ai/docs-mcp-server

---

On this page

- [Supported clients](#supported-clients)
- [Add the server](#add-the-server)
- [Available tools](#available-tools)
- [Limitations](#limitations)
- [Troubleshooting](#troubleshooting)

# Docs MCP server

Use the Amplitude Docs MCP server to let supported AI clients read public Amplitude documentation directly from `https://amplitude.com/docs/api/mcp`. The server is read-only and serves English docs content from this site.

## Supported clients

Use a client that supports remote MCP servers over Streamable HTTP and accepts a direct URL. Examples include Claude Code, Cursor, and Codex CLI.

Older MCP clients that only support the deprecated HTTP+SSE transport don't work with this endpoint.

## Add the server

Many MCP clients support a simple JSON config:

json

```
{
  "mcpServers": {
    "amplitude-docs": {
      "url": "https://amplitude.com/docs/api/mcp"
    }

If your client supports command-line setup, add the same URL as a remote HTTP MCP server:

shell

claude mcp add -t http -s user amplitude-docs https://amplitude.com/docs/api/mcp

## Available tools

- `get_page`: Returns the full markdown content for one docs page.
- `list_pages`: Lists available page titles and slugs.
- `search_docs`: Searches English docs content by keyword.

## Limitations

- The server is public and doesn't require authentication.
- The server is read-only.
- The server serves English docs content only.
- The server doesn't expose MCP prompts or resources in v1.
- The endpoint supports Streamable HTTP only.

If you need authenticated access to Amplitude product data, use the [Amplitude MCP Server](/docs/amplitude-ai/amplitude-mcp) instead.

## Troubleshooting

- If your client reports an unsupported transport, update the client to a version that supports remote MCP servers over Streamable HTTP.
- If install fails, confirm that you used the exact endpoint URL: `https://amplitude.com/docs/api/mcp`.
- If you need private analytics data or write access, this server isn't the right endpoint. Use the authenticated [Amplitude MCP Server](/docs/amplitude-ai/amplitude-mcp).

Was this helpful?

<!--$-->

<!--/$-->
