Skip to main content
Glama
mlava

Scholar Sidekick

Scholar Sidekick MCP-Server

MCP-Server für Scholar Sidekick — wissenschaftliche Zitate von jedem KI-Assistenten auflösen, formatieren und exportieren.

Tools

Tool

Beschreibung

resolveIdentifier

Löst DOIs, PMIDs, PMCIDs, ISBNs, arXiv-IDs, ISSNs, ADS-Bibcodes in strukturierte bibliografische Metadaten auf

formatCitation

Formatiert Identifikatoren in Vancouver, AMA, APA, IEEE, CSE oder über 10.000 CSL-Stile. Ausgabe als Text, HTML oder JSON

exportCitation

Exportiert in BibTeX, RIS, CSL JSON, EndNote (XML/Refer), RefWorks, MEDLINE, Zotero RDF, CSV oder Klartext

Related MCP server: cite-mcp

Einrichtung

RapidAPI-Schlüssel abrufen

  1. Abonnieren Sie Scholar Sidekick auf RapidAPI (kostenlose Stufe verfügbar)

  2. Kopieren Sie Ihren RapidAPI-Schlüssel

Claude Desktop

Fügen Sie dies zu ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) oder %APPDATA%\Claude\claude_desktop_config.json (Windows) hinzu:

{
  "mcpServers": {
    "scholar-sidekick": {
      "command": "npx",
      "args": ["-y", "scholar-sidekick-mcp@latest"],
      "env": {
        "RAPIDAPI_KEY": "your-rapidapi-key"
      }
    }
  }
}

Claude Code

claude mcp add scholar-sidekick \
  -e RAPIDAPI_KEY=your-rapidapi-key \
  -- npx -y scholar-sidekick-mcp@latest

Cursor / VS Code / Windsurf

Fügen Sie dies zu .cursor/mcp.json oder .vscode/mcp.json hinzu:

{
  "mcpServers": {
    "scholar-sidekick": {
      "command": "npx",
      "args": ["-y", "scholar-sidekick-mcp@latest"],
      "env": {
        "RAPIDAPI_KEY": "your-rapidapi-key"
      }
    }
  }
}

Umgebungsvariablen

Variable

Erforderlich

Beschreibung

RAPIDAPI_KEY

Ja

Ihr RapidAPI-Abonnementschlüssel

RAPIDAPI_HOST

Nein

RapidAPI-Host (Standard: scholar-sidekick.p.rapidapi.com)

SCHOLAR_SIDEKICK_TIMEOUT_MS

Nein

Anfrage-Timeout in Millisekunden (Standard: 30000)

Unterstützte Zitierstile

Scholar Sidekick unterstützt über 10.000 CSL-Stile, einschließlich aller wichtigen Formate, die im wissenschaftlichen Publizieren verwendet werden:

Stil

Schlüsselwort

Vancouver

vancouver

APA (7. Aufl.)

apa

AMA

ama

IEEE

ieee

CSE

cse

Chicago (Autor-Datum)

chicago-author-date

Harvard

harvard-cite-them-right

MLA

modern-language-association

Turabian

turabian-fullnote-bibliography

Nature

nature

BMJ

bmj

Lancet

the-lancet

Jede CSL-Stil-ID kann als style-Parameter übergeben werden.

Anwendungsbeispiele

Sobald die Verbindung hergestellt ist, fragen Sie Ihren KI-Assistenten:

  • "Formatiere 10.1056/NEJMoa2033700 im Vancouver-Stil"

  • "Löse PMID:30049270 auf und exportiere als BibTeX"

  • "Formatiere diese als APA: 10.1056/NEJMoa2033700, PMID:30049270, ISBN:9780192854087"

  • "Gib mir ein Chicago-Zitat für arXiv:2301.08745"

Unterstützte Identifikatoren

  • DOIs (z. B. 10.1056/NEJMoa2033700)

  • PubMed IDs (z. B. PMID:30049270)

  • PubMed Central IDs (z. B. PMC7793608)

  • ISBNs (z. B. ISBN:9780192854087)

  • arXiv IDs (z. B. 2301.08745)

  • ISSNs und eISSNs

  • NASA ADS Bibcodes

  • WHO IRIS URLs

REST-API

Für den programmatischen Zugriff außerhalb von MCP-Clients ist Scholar Sidekick auch als REST-API auf RapidAPI verfügbar. Ihr RapidAPI-Schlüssel funktioniert für beides.

Entwicklung

npm install
npm run build    # Bundle to dist/mcp-server.mjs
npm test         # Run tests
npm run typecheck

Lizenz

MIT

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
6dRelease cycle
16Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Retrieve citation data effortlessly from CiteAs and Google Scholar. Get BibTeX-formatted citations for your resources with just a few commands. Enhance your research workflow by integrating citation retrieval directly into your applications.
    2
    14
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Searches academic references from arXiv, DBLP, Semantic Scholar, and OpenAlex concurrently and generates BibTeX citations.
    10
    MIT

View all related MCP servers

Related MCP Connectors

  • Federated search of books and papers, BibTeX/RIS citations, open-access retrieval and reading.

  • Citable retrieval across papers, books, patents, Wikipedia, and live social sources.

  • OpenCitations COCI — open-license citation index by DOI

View all MCP Connectors

Latest Blog Posts

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/mlava/scholar-sidekick-mcp'

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