Sciverse MCP server โ exposes academic paper retrieval (search_papers / semantic_search / read_content) to MCP-compatible coding agents (Claude Code, Cursor, Codex CLI, Windsurf, ...).
{
"mcpServers": {
"sciverse": {
"command": "npx",
"args": [
"-y",
"sciverse-mcp-server"
]
}
}
}