Bibverify for Cursor
io.github.hylouis233/bibverify
Verify and repair BibTeX references with DOI-first MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install Bibverify in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bibverify": {
"type": "stdio",
"command": "uvx",
"args": [
"bibverify"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs