Research Intelligence MCP
A unified MCP server for academic paper discovery, citation exploration, and research intelligence workflows over multiple scientific knowledge sources.
README
Research Intelligence MCP
A production-structured Model Context Protocol (MCP) server for academic paper discovery, citation exploration, and research intelligence workflows.
Research Intelligence MCP provides a unified interface over multiple scientific knowledge sources while exposing standardized MCP tools that can be consumed by AI systems such as ChatGPT, Claude Desktop, Cursor, ResearchMind, and custom agents.
Motivation
Modern AI systems increasingly require access to external research knowledge.
Academic information is fragmented across multiple providers:
- Semantic Scholar
- arXiv
- OpenAlex
- CrossRef
- PubMed
- IEEE
- Springer
- Nature
Every provider exposes different APIs, schemas, identifiers, and capabilities.
This project solves that problem by providing:
- Unified paper models
- Provider abstraction
- Search federation
- Citation graph exploration
- Open-access paper resolution
- MCP-compatible tooling
Features
Current Version
Academic Search
- Search scientific papers
- Search recent arXiv publications
- Retrieve paper metadata
- Discover related papers
- Retrieve citations and references
- Resolve available open-access PDFs
Architecture
- Official MCP Python SDK
- Async Python architecture
- Provider abstraction layer
- Canonical domain models
- Structured logging
- Retry policies
- Caching support
- Rate limiting support
- Production-quality project structure
Supported Providers
Phase 1
- Semantic Scholar
- arXiv
Planned Providers
- CrossRef
- OpenAlex
- Papers With Code
- PubMed
- IEEE
- Springer Nature
Example Use Cases
Find recent papers
Find recent papers about Agentic RAG.
Discover related work
Find papers related to LangGraph multi-agent systems.
Citation exploration
What papers cite the original RAG paper?
Open-access resolution
Find the PDF for this research paper.
Research agent integration
ResearchMind
↓
Research Intelligence MCP
↓
Semantic Scholar
arXiv
Architecture
┌──────────────────────┐
│ MCP Tools │
└──────────┬───────────┘
│
┌──────────▼───────────┐
│ Services │
└──────────┬───────────┘
│
┌──────────▼───────────┐
│ Provider Abstraction │
└──────────┬───────────┘
│
┌─────────┴─────────┐
│ │
▼ ▼
Semantic Scholar arXiv
Project Structure
research-intelligence-mcp/
├── src/
│ └── research_intelligence_mcp/
├── tests/
├── pyproject.toml
├── README.md
└── .env.example
Requirements
- Python 3.12+
- uv
- Git
Installation
Clone repository:
git clone <repository-url>
cd research-intelligence-mcp
Create virtual environment:
uv venv
source .venv/bin/activate
Install dependencies:
uv sync
Create environment file:
cp .env.example .env
Running
Run the MCP server:
uv run research-intelligence-mcp
or
python -m research_intelligence_mcp
Quality Checks
Format:
uv run ruff format .
Lint:
uv run ruff check .
uv run ruff check . --fix
Type checking:
uv run mypy src
Tests:
uv run pytest
Package build verification:
uv build
MCP Configuration Example
{
"mcpServers": {
"research-intelligence-mcp": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/research-intelligence-mcp",
"run",
"research-intelligence-mcp"
]
}
}
}
Test using MCP Inspector
The official MCP Inspector is the recommended interactive tool for viewing registered MCP tools, their schemas, parameters, and execution results. project root, run:
npx @modelcontextprotocol/inspector \
uv \
--directory "$(pwd)" \
run \
research-intelligence-mcp
The Inspector should open in your browser.
Then: Connect to MCP Server Open the Tools tab. List tools Select health_check. Run the tool.
Expected structured result:
{
"status": "healthy",
"service": "Research Intelligence MCP",
"server_name": "research-intelligence-mcp",
"version": "0.1.0",
"environment": "development",
"transport": "stdio",
"timestamp": "2026-07-20T..."
}

Startup flow
main()
│
├── load settings
├── configure stderr logging
├── build dependency container
├── create FastMCP server
├── register tools
└── run stdio transport
MCP Tools
Search Tool
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。
