Skip to main content
Glama

Zotero MCP Server

by swairshah
pyproject.toml600 B
[project] name = "zotero-mcp" version = "0.1.0" description = "MCP server for Zotero integration" requires-python = ">=3.10,<4" dependencies = [ "fastmcp", "pyzotero>=1.6.11", "fastapi>=0.68.0", "uvicorn>=0.15.0", "anthropic>=0.3.0", "pypdf>=3.0.0", "python-dotenv>=1.0.0", "requests>=2.32.3", "pytest>=8.3.5", ] [project.optional-dependencies] test = [ "pytest>=7.0.0", "pytest-cov>=4.0.0", ] experimental = [ "marker-pdf>=1.5.5", "modal>=0.73.69", ] [build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/swairshah/zotero-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server