BibTeX Bibliography Parser

BibTeX Bibliography Parser MCP Connector for Claude

A+

Parse academic .bib bibliography files into structured JSON. Let your AI format citations in APA, IEEE, or Chicago style instantly local.

1 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Students and researchers manage hundreds of references in .bib files. Asking Claude to reformat them manually is error-prone. This MCP parses the entire BibTeX structure using deterministic regex (zero dependencies) and delivers clean JSON entries with type, citation key, and all fields.

The Superpowers

  • Zero Dependencies: Pure regex parsing, no external libs needed.
  • Type Aggregation: Instantly shows how many articles, books, and proceedings you have.
  • Citation Ready: Ask the AI to reformat entries in APA, IEEE, or any style.
bibtexbibliographyacademiccitations

1 tools expose this connector's capabilities to your AI agent.

parse_bibtex_bibliography

bib file with academic references. Provide the absolute file path. Parse a BibTeX .bib bibliography file into structured JSON. Perfect for students and researchers who want to query their references with AI

See how to talk to your AI agent using BibTeX Bibliography Parser.

Convert all entries from 2023 in my .bib to APA format.

Here are 12 entries from 2023 reformatted in APA style.

How many articles vs books do I have?

Your bibliography has 85 articles, 12 books, and 8 inproceedings.

Find all references by author 'Smith' in my bibliography.

Found 7 entries authored by Smith across years 2018-2024.

It extracts the raw field values as-is. The AI can then interpret or clean LaTeX escapes like \'{e} into proper Unicode.

Related Connectors