Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Zotero Native MCP
Zotero Native MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:44:55 PM

Zotero Native MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Read and write your local Zotero 10 library. No plugin, no zotero.org API key, no cloud.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "zotero-native-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zotero-native-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

zotero-native-mcp

An MCP server that reads and writes your Zotero 10+ library, entirely offline.

Zotero 10+ npm CI License: MIT

Connect Zotero to Claude, Claude Code, Cursor, or any Model Context Protocol client. Your assistant can search your library, read PDF full text, create collections, add references, and attach PDFs from your disk.

Every operation runs against the Zotero application on 127.0.0.1. No zotero.org account. No web API key. No Zotero plugin. No cloud round trip.

text
You:     "File that arXiv paper under Thesis > Methods and attach the PDF
          I just downloaded."

Claude:  βœ“ created collection "Methods" under "Thesis"
         βœ“ added "Attention Is All You Need" (Vaswani et al., 2017)
         βœ“ attached transformer.pdf                          … in 180 ms

Why this exists

Zotero 10 added write support to its built-in local API. Before that, every Zotero MCP server had to work around a read-only local endpoint, either by routing writes through api.zotero.org (slow, needs an API key, needs your library synced to the cloud) or by shipping a separate Zotero plugin you had to install and keep up to date.

This server uses the native capability directly. Nothing to install inside Zotero, no credentials to manage, and reads land in 8–60 ms because nothing touches the network.

CriterionWeb API serversPlugin-based serverszotero-native-mcp
Works offlineβŒβœ…βœ…
Needs a zotero.org API keyβœ… required❌❌
Needs a Zotero plugin (.xpi)βŒβœ… required❌
Create collectionsβœ…βœ…βœ…
Attach local PDFs⚠️ via cloudβœ…βœ…
Typical read latency500–1500 ms<50 ms8–60 ms

Requirements

  • Zotero 10 or newer, running. This is a hard floor, not a preference: writing through the local API did not exist before Zotero 10. On Zotero 7–9 the read tools work and every write fails.
  • Zotero β†’ Settings β†’ Advanced β†’ enable "Allow other applications on this computer to communicate with Zotero".
  • Node.js 22 or newer. Node 20 reached end of life in April 2026.

Tested on

Everything below is a statement of evidence, not of intent. Other platforms and clients are expected to work. The server is portable TypeScript talking to 127.0.0.1, with nothing platform-specific by design. But they have not been verified, and this table is the honest extent of it.

ComponentVerified against
Operating systemmacOS 26.6 (Apple Silicon), Windows 11 Pro build 26200 (x64) and Ubuntu 24.04 LTS (x86_64), all three against a real Zotero
Zotero10.0.1
Node.js26.8, 22.23 and 24.16 respectively; 22, 24 and 26 in CI
MCP clientClaude Code 2.1, on macOS and Windows
LibrariesPersonal and group, all 28 tools exercised in both

CI runs the unit and mock-protocol suites across a matrix of Linux, macOS and Windows Γ— Node 22, 24 and 26, so portability of the code itself is covered on all three platforms. What no runner can cover is the conversation with a real Zotero, since none is installed there. That part was done by hand: scripts/coverage.mjs reaches all 28 tools on all three operating systems, against a live library.

Not yet verified. Intel Macs; Claude Code on Linux, where only the scripts were run; Claude Desktop, Cursor and other MCP clients anywhere.

If you run it somewhere not on this list, a report either way is welcome, those are the most useful issues this project can receive right now.

Back up your library first

[!WARNING] This server can modify and delete items in your Zotero library. Back it up before you start, and keep backing it up.

Deleting is reversible by default: zotero_delete_items and zotero_delete_collection move things to Zotero's trash, where you can restore them from the Zotero window or with zotero_restore_items. But Zotero empties that trash automatically after 30 days, and both tools take a permanent: true that erases outright, no undo, attachment files removed from disk, nothing in the API able to bring them back. zotero_empty_trash does the same to everything already in the trash.

These tools are driven by an assistant interpreting instructions in natural language, which can misread which item you meant.

To back up: quit Zotero, then copy your whole data directory, ~/Zotero on macOS and Linux, %USERPROFILE%\Zotero on Windows, or whatever Settings β†’ Advanced β†’ Files and Folders reports. It holds zotero.sqlite and the storage folder with every attachment. Zotero's own guidance is at zotero.org/support/zotero_data.

Syncing to zotero.org is not a backup: a deletion syncs too.

This software is provided as is, without warranty of any kind, and its authors accept no liability for data loss. See LICENSE.

Quick start

Terminal
claude mcp add --scope user zotero-native-mcp -- npx -y zotero-native-mcp
Other clients (Claude Desktop, Cursor, …)
config.json
{
  "mcpServers": {
    "zotero-native-mcp": {
      "command": "npx",
      "args": ["-y", "zotero-native-mcp"]
    }
  }
}

--scope user registers it for every project. Without it, claude mcp add defaults to the local scope, which ties the server to the one directory you ran the command in, open anything else and the tools are simply absent.

No environment variables are needed. Start a new session, then ask your assistant to run zotero_status to confirm the connection.

The first time a tool writes, Zotero shows a dialog asking whether to allow it. Choose "Always Allow" so you are not asked again.

Documentation

DocumentWhat it covers
πŸ“š TutorialNew here? Ten minutes from install to filing a paper with its PDF.
πŸ”§ How-to guidesAttach PDFs Β· Group libraries Β· Migrate from another Zotero MCP Β· Recover a deletion Β· Troubleshooting
πŸ“– ReferenceAll 28 tools, parameters, outputs, limits, environment variables.
πŸ’‘ ExplanationArchitecture Β· Linked vs imported attachments Β· How authorization works
πŸ›  ContributingDevelopment setup, the 73-test suite, and exercising every tool against a live Zotero.

Tools at a glance

Collections: list_collections get_collection create_collection update_collection delete_collection restore_collection

Items: search_items get_item get_item_children create_items update_item delete_items restore_items add_items_to_collection remove_items_from_collection get_item_fulltext export_items

Trash: list_trash empty_trash (and the restore_* tools above)

Attachments: attach_file get_attachment_path

Discovery: list_tags list_saved_searches run_saved_search

System: status authorize list_libraries get_item_type_fields

All names are prefixed zotero_. See the reference for full signatures.

Prior art

This project is not a fork. It was written from scratch once Zotero 10 made native local writes possible, but it stands on the shoulders of earlier work that solved the same problem under tighter constraints:

  • 54yyyu/zotero-mcp: the most widely used Zotero MCP server. Rich feature set including semantic search; writes go through api.zotero.org.
  • cookjohn/zotero-mcp: a Zotero 7 plugin exposing an MCP endpoint from inside Zotero, with vector search.
  • Ayanya-0628/zotero-mcp and dzackgarza/zotero-local-write-api: local-first writes via a companion .xpi write endpoint.
  • kujenga/zotero-mcp: a lightweight Python server for the Zotero API.

If you need Zotero 7/8/9 support, semantic or vector search, or writes to a library you only have cloud access to, then those projects remain the right choice.

Contributing

Issues and pull requests are welcome. CI must pass on Linux, macOS and Windows across Node 22, 24 and 26.

See CONTRIBUTING for the development setup, the test suite, and the scripts that exercise every tool against a live Zotero.

License

MIT Β© David Sosa


Keywords: Zotero MCP server Β· Model Context Protocol Β· Zotero Claude integration Β· Zotero local API Β· offline reference manager automation Β· Zotero AI assistant Β· BibTeX export Β· academic research tooling Β· Claude Code Zotero Β· Cursor Zotero

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP β†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP β†’
  • Zotero MCP logoZotero MCP

    Search, read, annotate, and add to your Zotero research library, local or web.

    🧠 Knowledge & Memory0 views
    Compare vs Zotero MCP β†’
  • Obsidian MCP Server logoObsidian MCP Server

    MCP server for Obsidian vaults β€” read, write, search, and edit notes via the Local REST API plugin.

    🧠 Knowledge & Memory0 views
    Compare vs Obsidian MCP Server β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Zotero Native MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "zotero-native-mcp": { "command": "npx", "args": ["-y", "Zotero Native MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewZotero Native MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/zotero-native-mcp?style=directory)](https://allmcps.com/mcp/zotero-native-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/zotero-native-mcp"><img src="https://allmcps.com/api/badge/zotero-native-mcp?style=directory" alt="Zotero Native MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Zotero Native MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code