MCP Server
MCP
Rosetta PDF
Parse, extract, split, and ask over digital PDFs (text layer, no OCR) from Cursor and Claude.
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
By
Comments
Sign in to leave a comment