Enables searching and retrieving academic papers from arXiv with advanced query capabilities including author, title, and category filters, returning structured metadata with paper summaries, PDFs, and citations.
Provides access to the DBLP computer science bibliography database for searching publications, returning detailed metadata including venue, authors, publication year, DOI, and electronic edition links.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Literature Review Assistantlatest_info about transformer architectures in NLP"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lit-mcp (Literature Review Assistant MCP Server)
A powerful Model Context Protocol (MCP) server that provides seamless access to academic literature databases, helping researchers accelerate their literature review process using LLMs and MCP clients like Claude, Cursor, and others.
🚀 Features
arXiv Integration: Search and retrieve academic papers from arXiv
DBLP Integration: Search computer science publications from DBLP database
AI-Powered Prompts: Generate comprehensive research summaries and insights (usable as "/" commands)
MCP Compatible: Works with any MCP client (Claude, Cursor, etc.)
Structured Data: Returns well-formatted paper metadata
Fast & Reliable: Built on FastMCP for optimal performance
Extensible: Easy to add new academic databases
🚀 Quick Start
1. Install UV (one-time setup)
2. Add to MCP Client
Simply add lit-mcp to your MCP client configuration - uvx will handle the rest automatically!
🔌 MCP Client Integration
Cursor IDE
Add to your MCP configuration (usually in ~/.cursor/mcp.json):
Codex CLI
Use this single-line command to use it with codex.
Any MCP-compatible client can use lit-mcp with the same configuration pattern:
Example Usage:
Once configured, you can use the available tools in your MCP client:
📖 Available Tools
Search Tools
Search for academic papers on arXiv with advanced query capabilities.
Parameters:
query(string): Search query (supports arXiv syntax likeau:Author_Name,ti:Title, etc.)max_results(integer, optional): Maximum number of results (default: 10)
Returns:
List of paper objects with title, authors, publication date, summary, PDF URL, categories, and DOI
Example Queries:
Search for computer science publications in the DBLP database.
Parameters:
query(string): Search query for computer science papersmax_results(integer, optional): Maximum number of results (default: 10)
Returns:
List of publication objects with title, authors, venue, volume, number, pages, publisher, year, type, access, key, DOI, electronic edition link, and DBLP URL
Example Queries:
AI-Powered Research Prompts
Generate comprehensive summaries of the most recent innovations, trends, and papers in a research field.
Parameters:
topic(string): Research field or topic to analyze
Returns:
Well-structured Markdown document with recent papers, key trends, and insights
Features:
Identifies latest papers (preferably within last 12 months)
Focuses on highly cited, emerging, or novel works
Provides structured summaries with PDF links
Includes "Key Trends & Insights" section
Beautifully formatted for easy reading
Example Usage:
Discover related and emerging research areas connected to a given topic.
Parameters:
topic(string): Research topic to explore connections for
Returns:
Structured Markdown document with related topics, representative papers, and emerging intersections
Features:
Identifies 3-6 distinct related topics or subfields
Shows connections between topics
Provides representative papers with summaries
Highlights emerging interdisciplinary areas
Reveals novel applications and fusion trends
Example Usage:
Identify leading authors, labs, and research groups advancing innovation in a field.
Parameters:
topic(string): Research field to analyze for key contributors
Returns:
Structured Markdown document with top authors, their affiliations, notable papers, and collaborative networks
Features:
Ranks authors by publication frequency and impact
Shows affiliations and research themes
Lists notable papers with summaries
Identifies collaborative networks and research groups
Highlights cross-institution projects
Example Usage:
📊 Example Output
arXiv Search Result
DBLP Search Result
🎯 Real-World Example
We tested this MCP by adding to Cursor. The output was generated using the new AI-powered prompts and search tools. This comprehensive survey demonstrates the capabilities of lit-mcp:
Generated using:
latest_infoprompt for recent trends and innovationsrelated_topicsprompt for connected research areasauthor_spotlightprompt for key researchers and collaborationsarxiv_searchtool for paper discovery and citations
Original prompt:
I want to write a comprehensive survey paper on small language models. Can you create me a template along with fully detailed analysis of the contents? The writeup should be narrative (paragraph) style with minimal use of bullet points. Update to the file named small-lang-models.md and put the detailed contents there. Make sure to add accurate in-text citations as well to the content using markdown citation format, and also make sure to give the PDF links to all the papers. Use the arxiv tool.
🛠️ Development Installation
Prerequisites
Python 3.12
uv package manager
Clone the repository
git clone https://github.com/gauravfs-14/lit-mcp.git cd lit-mcpInstall dependencies
# Install UV if not already installed curl -LsSf https://astral.sh/uv/install.sh | sh # Install project dependencies uv syncRun the MCP server
uv run lit-mcp
Development Setup for MCP Clients
If you're developing locally, you can use the development setup:
🤝 Contributing
We welcome contributions! Please see our Contributing Guidelines for detailed information on how to contribute to this project.
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Make your changes
Run tests (
uv run python tests/test_basic.py)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
New contributors can help with:
Adding new academic database integrations (PubMed, IEEE Xplore, ACM Digital Library)
Creating new AI-powered research prompts
Improving existing prompt templates
Adding new evaluation metrics and benchmarks
Enhancing documentation and examples
For detailed guidelines, see CONTRIBUTING.md.
This project follows a Code of Conduct to ensure a welcoming environment for all contributors.
🙏 Acknowledgments
arXiv for providing free access to academic papers
DBLP for the comprehensive computer science bibliography
arxiv-py developers for the excellent Python wrapper
DBLP API for providing direct access to computer science publications
FastMCP for the MCP server framework
🆘 Support
If you encounter any issues or have questions:
Check the Issues page
Create a new issue with detailed information
Join our community discussions
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.