Serversio.github.AlejandroArnaud/mcp-for-zotero
Z

MCP for Zotero

io.github.AlejandroArnaud/mcp-for-zotero · v0.2.0
● Remote
v0.2.0remote🌐 https://mcpforzotero.alejandroarnaud.dev/mcp/↗ Website
{}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.AlejandroArnaud/mcp-for-zotero",
  "description": "Connect your Zotero reference library to AI assistants via Model Context Protocol.",
  "title": "MCP for Zotero",
  "version": "0.2.0",
  "websiteUrl": "https://mcpforzotero.alejandroarnaud.dev",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcpforzotero.alejandroarnaud.dev/mcp/",
      "headers": [
        {
          "description": "Bearer token from the dashboard at mcpforzotero.alejandroarnaud.dev (format: 'Bearer mcp_...')",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    },
    {
      "type": "sse",
      "url": "https://mcpforzotero.alejandroarnaud.dev/mcp/sse",
      "headers": [
        {
          "description": "Bearer token from the dashboard at mcpforzotero.alejandroarnaud.dev (format: 'Bearer mcp_...')",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}