> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paperzilla.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Does Paperzilla support MCP?

> Yes. You can connect MCP clients to Paperzilla and access projects, feeds, full-feed search, paper detail, and markdown.

export const AiAgents = ({path}) => <Tip>
    <b>AI agents</b>: This page is available as <a href={path + '.md'}>markdown</a>. See also the <a href="/llms.txt">docs index</a> and <a href="/llms-full.txt">full docs</a>.
  </Tip>;

<AiAgents path="/answers/does-paperzilla-support-mcp" />

Yes.

Paperzilla provides an MCP endpoint at:

`https://paperzilla.ai/api/mcp`

Use your per-user MCP API key in either of these forms:

* `Authorization: Bearer <key>`
* `https://paperzilla.ai/api/mcp/?key=<key>`

You can create or revoke this key from **MCP API key** in the top-right of the [dashboard](https://paperzilla.ai/dashboard).

If you are using Claude, see [Use Paperzilla MCP with Claude](/guides/claude).

Available tools today:

* `projects_list`
* `projects_get`
* `feed_get`
* `feed_search`
* `feed_atom_url`
* `paper_get`
* `paper_markdown`

There is also one optional prompt: `feed_title_filter`.

`feed_search` searches title, author, abstract, and summary text across the full project feed, not just currently visible items.

See setup and flow details in [MCP integration](/guides/mcp).
