MCP Dblp
UnclaimedA Model Context Protocol (MCP) server that provides access to the DBLP computer science bibliography database for Large Language Models.
Install
claude mcp add mcp-dblp -- uvx mcp-dblpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (20)
add_bibtex_entry
Add a BibTeX entry to collection by DBLP key
author_name
(string, required): Full or partial author name (case-insensitive)
citation_key
(string, required): The citation key to use in the .bib file (e.g., "Vaswani2017")
dblp_key
(string, required): The DBLP key from search results (e.g., "conf/nips/VaswaniSPUJGKP17")
export_bibtex
Export all collected BibTeX entries to a .bib file
fuzzy_title_search
Search publications with fuzzy title matching
get_author_publications
Retrieve publications for a specific author
get_instructions
Get usage instructions and workflow guidance
get_venue_info
Get detailed information about a publication venue
include_bibtex
(boolean, optional): Whether to include BibTeX entries in the results. Default is false
max_results
(number, optional): Maximum number of publications to return. Default is 10
path
(string, required): Absolute path for the .bib file (e.g., "/path/to/refs.bib")
query
(string, required): A query string that may include boolean operators 'and' and 'or' (case-insensitive)
search
Search DBLP for publications using boolean queries
similarity_threshold
(number, required): A float between 0 and 1 where 1.0 means an exact match
title
(string, required): Full or partial title of the publication (case-insensitive)
venue_filter
(string, optional): Case-insensitive substring filter for publication venues (e.g., 'iclr')
venue_name
(string, required): Venue name or abbreviation (e.g., 'ICLR' or full name)
year_from
(number, optional): Lower bound for publication year
year_to
(number, optional): Upper bound for publication year