MCP server for Litra.ai – AI-powered academic paper search with relevance scoring and summarization
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-akkylab-litra-paper-search": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Litra.ai – AI-powered academic paper search with relevance scoring and summarization
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / education / writing
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for io.github.akkylab/litra-paper-search and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Litra.ai – AI-powered academic paper search with relevance scoring and summarization.
claude mcp add litra-paper-search -- npx -y litra-paper-search-mcp
Then set the environment variable LITRA_API_KEY in your shell or Claude Code config.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"litra-paper-search": {
"command": "npx",
"args": ["-y", "litra-paper-search-mcp"],
"env": {
"LITRA_API_KEY": "litra_xxxxxxxxxxxx"
}
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"litra-paper-search": {
"command": "npx",
"args": ["-y", "litra-paper-search-mcp"],
"env": {
"LITRA_API_KEY": "litra_xxxxxxxxxxxx"
}
}
}
}
Add to .windsurf/mcp.json:
{
"mcpServers": {
"litra-paper-search": {
"command": "npx",
"args": ["-y", "litra-paper-search-mcp"],
"env": {
"LITRA_API_KEY": "litra_xxxxxxxxxxxx"
}
}
}
}
Add to .cline/mcp_settings.json:
{
"mcpServers": {
"litra-paper-search": {
"command": "npx",
"args": ["-y", "litra-paper-search-mcp"],
"env": {
"LITRA_API_KEY": "litra_xxxxxxxxxxxx"
}
}
}
}
Add to .vscode/mcp.json:
{
"servers": {
"litra-paper-search": {
"type": "stdio",
"command": "npx",
"args": ["-y", "litra-paper-search-mcp"],
"env": {
"LITRA_API_KEY": "litra_xxxxxxxxxxxx"
}
}
}
}
Search academic papers with AI-powered relevance scoring and summarization.
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Natural language search query (1-500 chars) |
max_results | number | No | Maximum number of papers (10-30, default: 30) |
year_from | number | No | Minimum publication year (inclusive) |
year_to | number | No | Maximum publication year (inclusive) |
Example usage:
Search for recent papers on transformer architectures in NLP from 2023 onwards
Search academic papers by author name.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Author name |
limit | number | No | Maximum number of papers (1-50, default: 20) |
Example usage:
Find papers by Yoshua Bengio
Check your Litra.ai credit balance and subscription plan. No parameters required.
API access requires a paid Litra.ai subscription (Mini or above). Each search consumes credits from your existing subscription pool.
| Plan | Rate Limit |
|---|---|
| Mini | 10 requests/min |
| Standard | 30 requests/min |
| Pro | 60 requests/min |
| Max | 120 requests/min |
See litra-ai.com/pricing for plan details and pricing.