← Back to Plugins
MCP Server MCP

Rosetta PDF

github By github 👁 1 views ▲ 0 votes

Parse, extract, split, and ask over digital PDFs (text layer, no OCR) from Cursor and Claude.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://rosettafolio.com/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "rosetta-mcp",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from the Rosetta dashboard (shown once on create/rotate)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ROSETTA_API_KEY"
        },
        {
          "description": "Rosetta API base URL",
          "format": "string",
          "default": "https://rosettafolio.com",
          "name": "ROSETTA_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...