Loading MCP server directory, please wait...
Parse, extract, split, and ask over digital PDFs (text layer, no OCR) from Cursor and Claude.
npx @getmcp/cli add io.github.Jcjimenezglez/rosetta-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ROSETTA_API_KEYAPI key from the Rosetta dashboard (shown once on create/rotate)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Jcjimenezglez/rosetta-mcp": {
"command": "npx",
"args": [
"-y",
"rosetta-mcp"
],
"env": {
"ROSETTA_API_KEY": "",
"ROSETTA_API_URL": "https://rosettafolio.com"
}
}
}
}