├── .gitignore ├── LICENSE ├── README.md ├── assets └── LocalAPISettings.png ├── pyproject.toml └── zotero.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyger/mcp-pyzotero/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyger/mcp-pyzotero/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyger/mcp-pyzotero/HEAD/README.md -------------------------------------------------------------------------------- /assets/LocalAPISettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyger/mcp-pyzotero/HEAD/assets/LocalAPISettings.png -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyger/mcp-pyzotero/HEAD/pyproject.toml -------------------------------------------------------------------------------- /zotero.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gyger/mcp-pyzotero/HEAD/zotero.py --------------------------------------------------------------------------------