OokCite for Cursor
io.github.turtletech-ehf/ookcite-mcp
Catch fabricated citations: verify DOIs/ISBNs and format them in 2900+ CSL styles.
client:Cursor
transport:stdio
runtime:npm
Install OokCite in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ookcite-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@turtletech/ookcite-mcp"
],
"env": {
"OOKCITE_API_KEY": "<OOKCITE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs