BibTeX MCP Server
Search academic references from arXiv, DBLP, Semantic Scholar, and OpenAlex, and generate BibTeX entries.
BibTeX MCP Server
Multi-provider academic reference search with BibTeX generation. Searches arXiv, DBLP, Semantic Scholar, and OpenAlex concurrently.
MCP Client Configuration
For Claude Desktop, ChatGPT, or other MCP clients:
- Server URL:
https://mcp.florianbrand.de/sse - Transport: SSE (Server-Sent Events)
- Authentication: None required
Installation
Remote Clients
This server is hosted publicly at: https://mcp.florianbrand.de/sse
Important: Use the URL exactly as shown above (without www subdomain)
Local Clients
If you prefer to run the server locally, you can add it the following way:
{
"mcpServers": {
"bibtex": {
"command": "uv",
"args": ["run", "--directory", "/path/to/bibtex-mcp", "python", "-m", "reference_mcp", "--stdio"],
"env": {
"SEMANTIC_SCHOLAR_API_KEY": "your_api_key_here"
}
}
}
}
A semantic scholar API key is optional but recommended for higher rate limits. It can be requested here.
Related Servers
MCP Servers Search
Search and discover available MCP servers from the official repository.
Gemini Web Search
Performs web searches using the Gemini Web Search Tool via the local gemini-cli.
YouTube MCP Server
Search YouTube videos, retrieve transcripts, and perform semantic search over video content.
SerpApi
Retrieve parsed search engine results using the SerpApi API.
Wolfram Alpha
Access the Wolfram Alpha API for computational knowledge and real-time data.
PubMed MCP Server
A server for searching, retrieving, and analyzing articles from the PubMed database.
FlightRadar MCP Server
Provides real-time flight tracking and status information using the AviationStack API.
MediaWiki MCP Server
Interact with the MediaWiki API to search and retrieve content from Wikipedia or other MediaWiki sites.
Brave-Gemini Research MCP Server
Perform web searches with the Brave Search API and analyze research papers using Google's Gemini model.
Google Maps
An MCP server for interacting with the Google Maps API, designed for Google Cloud Run.