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
Abonnieren Sie Scholar Sidekick auf RapidAPI (kostenlose Stufe verfügbar)
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@latestCursor / 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 |
| Ja | Ihr RapidAPI-Abonnementschlüssel |
| Nein | RapidAPI-Host (Standard: |
| 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 |
|
APA (7. Aufl.) |
|
AMA |
|
IEEE |
|
CSE |
|
Chicago (Autor-Datum) |
|
Harvard |
|
MLA |
|
Turabian |
|
Nature |
|
BMJ |
|
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 typecheckLizenz
MIT
Maintenance
Related MCP Servers
- AlicenseCqualityCmaintenanceSemantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.16163MIT
- AlicenseBqualityDmaintenanceRetrieve 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.214MIT
- Alicense-qualityDmaintenanceConverts Digital Object Identifiers (DOIs) to BibTeX format using the official DOI content negotiation API, enabling users to quickly generate bibliography entries for academic papers.MIT
- Alicense-qualityDmaintenanceSearches academic references from arXiv, DBLP, Semantic Scholar, and OpenAlex concurrently and generates BibTeX citations.10MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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