Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"overleaf": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/overleaf/server.mjs"
],
"env": {
"OVERLEAF_CFG_BASE_URL": "${user_config.overleaf_base_url}",
"OVERLEAF_CFG_GIT_TOKEN": "${user_config.overleaf_git_token}",
"OVERLEAF_CFG_SESSION_COOKIE": "${user_config.overleaf_session_cookie}"
}
}
}
}Replace placeholder values for: OVERLEAF_CFG_GIT_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
OVERLEAF_CFG_BASE_URL=${user_config.overleaf_base_url}OVERLEAF_CFG_GIT_TOKEN=${user_config.overleaf_git_token}OVERLEAF_CFG_SESSION_COOKIE=${user_config.overleaf_session_cookie}Sensitive values you must provide — never committed to source control
npx claudepluginhub igorilic/latex-agentic --plugin latex-agentic