Seamlessly search and analyze academic papers from arXiv through the Model Context Protocol
# Search for papers on quantum computing
POST /mcp
Content-Type: application/json
{
"method": "tools/call",
"params": {
"name": "search_papers",
"arguments": {
"topic": "quantum computing",
"max_results": 5
}
}
}
Get up and running with Research Papers MCP in minutes
{
"mcpServers": {
"research-papers": {
"command": "npx",
"args": ["-y", "@saidiibrahim/research-papers-mcp"],
"env": {}
}
}
}
topic
(string) - The topic to search for (e.g., 'machine learning', 'quantum computing')
max_results
(number) - Maximum number of results to retrieve (1-20, default: 5)
topic
(string) - The research topic to search for
num_papers
(string) - Number of papers to retrieve (1-20, default: 5)
Add this server to your MCP-compatible client configuration
Connect via SSE for streaming or HTTP for standard requests
Use the tools to search and analyze academic papers instantly