Research Gap Analyzer MCP Server
Automates literature review, research gap detection, and novelty evaluation for academic research, providing tools to search, summarize, find gaps, generate ideas, and evaluate novelty.
README
Research Gap Analyzer MCP Server
An AI-powered Research Copilot that automates literature review, research gap detection, and novelty evaluation.
Features (9 Tools)
- search_literature(topic): Search recent papers across arXiv and Semantic Scholar.
- summarize_literature(topic): Extract methods, datasets, and limitations from literature.
- find_gaps(topic): Identify overlooked research areas.
- generate_ideas(topic): Propose novel FYP/research ideas.
- find_datasets(topic): Extract dataset names, modalities, and usage details.
- evaluate_novelty(idea): Semantic novelty score (0-10) using BGE embeddings.
- suggest_venues(idea): Recommend target journals and conferences.
- suggest_experiments(idea): Design experiments and suggest metrics.
- create_literature_review(topic): Compile structured literature reviews.
Installation
1. Clone & Setup
# Install dependencies
uv sync
2. Configure Environment
Create a .env file:
GROQ_API_KEY=your_groq_key_here
GEMINI_API_KEY=your_gemini_key_here
SEMANTIC_SCHOLAR_API_KEY=optional_key_here
3. Usage
Run the server locally:
uv run main.py
Remote Deployment (fastmcp.cloud)
Deploy to FastMCP Cloud
- Push your code to GitHub
- Go to fastmcp.cloud
- Connect your GitHub repository
- Configure environment variables in the fastmcp.cloud dashboard:
GROQ_API_KEYGEMINI_API_KEYSEMANTIC_SCHOLAR_API_KEY(optional)
- Deploy - the platform will automatically detect and run your MCP server
Remote Claude Desktop Configuration
After deployment, update your claude_desktop_config.json to use the remote server:
{
"mcpServers": {
"research_analyzer": {
"url": "https://your-server-name.fastmcp.cloud"
}
}
}
Replace your-server-name with your actual fastmcp.cloud server URL.
Claude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"research_analyzer": {
"command": "uv",
"args": [
"--directory",
"[YOUR_PROJECT_PATH]/research-gap-analyzer",
"run",
"main.py"
]
}
}
}
Tech Stack
- Framework: FastMCP
- LLM: Groq (Llama 3.3 70B) & Google Gemini 2.0 Flash
- Search: arXiv API, Semantic Scholar API
- Embeddings: Sentence-Transformers (BAAI/bge-small-en-v1.5)
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.