MCP server for Litra.ai β AI-powered academic paper search with relevance scoring and summarization
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
MCP server for Litra.ai β AI-powered academic paper search with relevance scoring and summarization.
Then set the environment variable LITRA_API_KEY in your shell or Claude Code config.
Add to your claude_desktop_config.json:
Add to .cursor/mcp.json:
Add to .windsurf/mcp.json:
Add to .cline/mcp_settings.json:
Add to .vscode/mcp.json:
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). Experimental β see Known limitations. |
year_to | number | No | Maximum publication year (inclusive). Experimental β see Known limitations. |
Example usage:
Search for recent papers on transformer architectures in NLP from 2023 onwards
Known limitations (year filtering): The
year_from/year_tofilters are still experimental. The pilot search stage currently does not apply the year filter, so some papers outside the specified range may still appear in results. Full support is tracked in Litra.ai issue #1068. As a workaround, you may need to post-filter the returned papers by theiryearfield.
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.
All API responses β including paper titles, summaries, and research overviews β are returned in English only.
This is an intentional design choice for the MCP server and public API:
If your AI workflow requires output in a specific language, the AI client can translate the English response as a post-processing step β this is more reliable than asking the API to translate, since the LLM can adapt the translation to your specific context.
Set the LITRA_API_KEY environment variable in your MCP client configuration. See the Setup section for examples.
Your API key may be incorrect or revoked. Generate a new key at litra-ai.com/account.
Your credit balance is too low. Top up at litra-ai.com/account.
API access requires a paid plan (Mini or above). Subscribe at litra-ai.com/pricing.
You've exceeded your plan's rate limit. Wait a moment and try again, or upgrade your plan for a higher limit.
To test locally with Claude Code:
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/litra-paper-search)<a href="https://allmcps.com/mcp/litra-paper-search"><img src="https://allmcps.com/api/badge/litra-paper-search?style=directory" alt="Litra Paper Search on AllMCPs" /></a>