Scholar Sidekick
Servidor MCP de Scholar Sidekick
Servidor MCP para Scholar Sidekick: resuelve, formatea y exporta citas académicas desde cualquier asistente de IA.
Herramientas
Herramienta | Descripción |
resolveIdentifier | Resuelve DOI, PMID, PMCID, ISBN, identificadores de arXiv, ISSN, bibcodes de ADS a metadatos bibliográficos estructurados |
formatCitation | Formatea identificadores en Vancouver, AMA, APA, IEEE, CSE o más de 10.000 estilos CSL. Salida en texto, HTML o JSON |
exportCitation | Exporta a BibTeX, RIS, CSL JSON, EndNote (XML/Refer), RefWorks, MEDLINE, Zotero RDF, CSV o texto plano |
Related MCP server: cite-mcp
Configuración
Obtén una clave de RapidAPI
Suscríbete a Scholar Sidekick en RapidAPI (nivel gratuito disponible)
Copia tu clave de RapidAPI
Claude Desktop
Añádelo a ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) o %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"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
Añádelo a .cursor/mcp.json o .vscode/mcp.json:
{
"mcpServers": {
"scholar-sidekick": {
"command": "npx",
"args": ["-y", "scholar-sidekick-mcp@latest"],
"env": {
"RAPIDAPI_KEY": "your-rapidapi-key"
}
}
}
}Variables de entorno
Variable | Requerida | Descripción |
| Sí | Tu clave de suscripción de RapidAPI |
| No | Host de RapidAPI (por defecto |
| No | Tiempo de espera de la solicitud en milisegundos (por defecto: 30000) |
Estilos de cita compatibles
Scholar Sidekick admite más de 10.000 estilos CSL, incluidos todos los formatos principales utilizados en publicaciones académicas:
Estilo | Palabra clave |
Vancouver |
|
APA (7ª ed.) |
|
AMA |
|
IEEE |
|
CSE |
|
Chicago (autor-fecha) |
|
Harvard |
|
MLA |
|
Turabian |
|
Nature |
|
BMJ |
|
Lancet |
|
Se puede pasar cualquier ID de estilo CSL como parámetro style.
Ejemplo de uso
Una vez conectado, pregúntale a tu asistente de IA:
"Formatea 10.1056/NEJMoa2033700 en estilo Vancouver"
"Resuelve PMID:30049270 y expórtalo como BibTeX"
"Formatea esto como APA: 10.1056/NEJMoa2033700, PMID:30049270, ISBN:9780192854087"
"Dame una cita en Chicago para arXiv:2301.08745"
Identificadores compatibles
DOIs (ej.
10.1056/NEJMoa2033700)PubMed IDs (ej.
PMID:30049270)PubMed Central IDs (ej.
PMC7793608)ISBNs (ej.
ISBN:9780192854087)arXiv IDs (ej.
2301.08745)ISSNs y eISSNs
NASA ADS bibcodes
URLs de WHO IRIS
API REST
Para acceso programático fuera de clientes MCP, Scholar Sidekick también está disponible como API REST en RapidAPI. Tu misma clave de RapidAPI funciona para ambos.
Desarrollo
npm install
npm run build # Bundle to dist/mcp-server.mjs
npm test # Run tests
npm run typecheckLicencia
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