mcp databnf for Cline
io.github.smeet666/mcp-databnf
Search the BnF open catalogue: authors, works, editions and links to what is digitised.
client:Cline
transport:stdio
runtime:npm
Install mcp databnf in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-databnf": {
"command": "npx",
"args": [
"-y",
"mcp-databnf"
],
"env": {
"BNF_USER_AGENT": "<BNF_USER_AGENT>",
"BNF_MIN_INTERVAL_MS": "<BNF_MIN_INTERVAL_MS>",
"BNF_TIMEOUT_MS": "<BNF_TIMEOUT_MS>",
"BNF_MAX_RETRIES": "<BNF_MAX_RETRIES>",
"BNF_CACHE_TTL_MS": "<BNF_CACHE_TTL_MS>",
"BNF_LOG_LEVEL": "<BNF_LOG_LEVEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs