3 months ago
Read+write MCP server for Zotero with full write support — create items, manage collections, find and merge duplicates, import BibTeX
Server Config
{
"mcpServers": {
"zotero": {
"command": "uv",
"args": [
"run",
"--directory",
"/path/to/zotero-mcp",
"python",
"-m",
"zotero_mcp"
],
"env": {
"ZOTERO_LOCAL": "true"
}
}
}
}