onecite for Cursor
io.github.hzacode/onecite
Generate academic citations from DOI, arXiv, titles, or URLs in BibTeX, APA, MLA formats.
client:Cursor
transport:stdio
runtime:pypi
Install onecite in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"onecite": {
"type": "stdio",
"command": "uvx",
"args": [
"onecite"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs