Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"paper-compiler": {
"command": "python",
"args": [
"-m",
"paper_compiler_mcp.server"
],
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/server/src",
"PAPER_COMPILER_RESEARCH_DIR": "${CLAUDE_PROJECT_DIR}/research"
}
}
}
}Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}/server/srcPAPER_COMPILER_RESEARCH_DIR=${CLAUDE_PROJECT_DIR}/researchnpx claudepluginhub parijat-18/research-compiler --plugin paper-compiler