openpaper-mcp
Rank #14,897io.github.federicodeponte/openpaper-mcp
Autonomous research engine: auto research from a prompt to a fully-cited academic paper via MCP
openpaper-mcp is a Model Context Protocol (MCP) server published by federicodeponte. It ranks #14,897 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. openpaper-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 4 tracked versions. It was first listed on Apr 8, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 117,149 of 132,046 servers on MCP Toplist.
Use openpaper-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add openpaper-mcp -e "OPENPAPER_API_TOKEN=<your OPENPAPER_API_TOKEN>" -- uvx openpaper-mcpReplace each placeholder with your own value before saving.
[mcp_servers.openpaper-mcp]
command = "uvx"
args = ["openpaper-mcp"]
[mcp_servers.openpaper-mcp.env]
OPENPAPER_API_TOKEN = "<your OPENPAPER_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openpaper-mcp": {
"command": "uvx",
"args": [
"openpaper-mcp"
],
"env": {
"OPENPAPER_API_TOKEN": "<your OPENPAPER_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openpaper-mcp": {
"command": "uvx",
"args": [
"openpaper-mcp"
],
"env": {
"OPENPAPER_API_TOKEN": "<your OPENPAPER_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"openpaper-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"openpaper-mcp"
],
"env": {
"OPENPAPER_API_TOKEN": "<your OPENPAPER_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openpaper-mcp": {
"command": "uvx",
"args": [
"openpaper-mcp"
],
"env": {
"OPENPAPER_API_TOKEN": "<your OPENPAPER_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"openpaper-mcp": {
"command": "uvx",
"args": [
"openpaper-mcp"
],
"env": {
"OPENPAPER_API_TOKEN": "<your OPENPAPER_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.federicodeponte%2Fopenpaper-mcp)<a href="https://mcptoplist.com/server/io.github.federicodeponte%2Fopenpaper-mcp"><img src="https://mcptoplist.com/badge/io.github.federicodeponte%2Fopenpaper-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
federicodeponte
Available versions (4)
| Version | Published |
|---|---|
| 0.1.3 | Jul 29, 2026 |
| 0.1.2 | Jul 29, 2026 |
| 0.1.1 | Jun 25, 2026 |
| 0.1.0 | Apr 9, 2026 |
Frequently asked questions
- Who maintains openpaper-mcp?
- openpaper-mcp is maintained by federicodeponte, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is openpaper-mcp listed on the Official MCP Registry?
- Yes — openpaper-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does openpaper-mcp have?
- MCP Toplist tracks 4 versions of openpaper-mcp, most recently published on Jul 29, 2026.
- Where can I find the source code for openpaper-mcp?
- The source code for openpaper-mcp is hosted at github.com/federicodeponte/openpaper-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.