> ## 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.

# How do I use Paperzilla MCP with Claude?

> Add Paperzilla as a custom connector in Claude, then let Claude use projects, full-feed search, paper metadata, and markdown from your Paperzilla account.

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/how-do-i-use-paperzilla-mcp-with-claude" />

Add Paperzilla as a custom connector in Claude.

The short version:

1. Create or copy your **MCP API key** from the [dashboard](https://paperzilla.ai/dashboard).
2. In Claude, open **Settings** > **Connectors**.
3. Add a custom connector named `Paperzilla`.
4. Use `https://paperzilla.ai/api/mcp/?key=pzmcp_...` as the connector URL.
5. After setup, switch the connector to **Always allow** so Claude can use the tools without asking on every call.

Once connected, Claude can use:

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

Use `feed_search` when you want Claude to search across the whole project feed by title, author, abstract, or summary text.

For the full walkthrough, see [Use Paperzilla MCP with Claude](/guides/claude).
