Back to Browse

Openpaper MCP Server

Education & ResearchUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Autonomous research engine: auto research from a prompt to a fully-cited academic paper via MCP

About

Autonomous research engine: auto research from a prompt to a fully-cited academic paper via MCP

Security Report

4.8
Use Caution4.8High Risk

The OpenPaper MCP server is well-structured with appropriate authentication via API tokens and proper permission scoping. The code implements reasonable input validation, error handling, and follows secure credential management practices by requiring environment variables. Minor code quality improvements around exception handling and input validation are recommended, but no critical security vulnerabilities were identified. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

5 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Your OpenPaper API key from openpaper.devRequired

Environment variable: OPENPAPER_API_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-federicodeponte-openpaper-mcp": {
      "env": {
        "OPENPAPER_API_TOKEN": "your-openpaper-api-token-here"
      },
      "args": [
        "openpaper-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Openpaper MCP Server - Autonomous research engine: auto research from a prompt to | MCP Marketplace