Bibverify for VS Code
io.github.hylouis233/bibverify
Verify and repair BibTeX references with DOI-first MCP tools.
client:VS Code
transport:stdio
runtime:pypi
Install Bibverify in VS Code
.vscode/mcp.json
{
"servers": {
"bibverify": {
"type": "stdio",
"command": "uvx",
"args": [
"bibverify"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs