io.github.RaulSimpetru/zotero-library-mcp✓
io.github.RaulSimpetru/zotero-library-mcp · v0.5.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.RaulSimpetru/zotero-library-mcp",
"description": "Add papers and books to Zotero by DOI, arXiv ID, or ISBN and manage your library",
"repository": {
"url": "https://github.com/RaulSimpetru/zotero-library-mcp",
"source": "github"
},
"version": "0.5.0",
"packages": [
{
"registryType": "pypi",
"identifier": "zotero-library-mcp",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Zotero user or group library ID",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ZOTERO_LIBRARY_ID"
},
{
"description": "Zotero API key with read/write permissions",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ZOTERO_API_KEY"
},
{
"description": "WebDAV URL for file storage (if using WebDAV sync)",
"format": "string",
"isSecret": true,
"name": "ZOTERO_WEBDAV_URL"
},
{
"description": "WebDAV username",
"format": "string",
"isSecret": true,
"name": "ZOTERO_WEBDAV_USER"
},
{
"description": "WebDAV password",
"format": "string",
"isSecret": true,
"name": "ZOTERO_WEBDAV_PASSWORD"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}