Overleaf MCP Server
@Joncarre
关于 Overleaf MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"overleaf": {
"command": "npx",
"args": [
"-y",
"@joncarre/mcp-server-overleaf"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Overleaf MCP Server?
An MCP (Model Context Protocol) server that integrates with Overleaf (www.overleaf.com), allowing AI assistants like Claude to help users edit and manage LaTeX projects via natural language commands.
How to use Overleaf MCP Server?
Install via npx -y @your-org/mcp-server-overleaf or Smithery. On first run, it opens a browser for Overleaf login and stores the session securely in ~/.overleaf-mcp/. Add the configuration to claude_desktop_config.json as shown in the README.
Key features of Overleaf MCP Server
- Authenticate with Overleaf via browser (secure session storage)
- List, read, write, and create Overleaf projects
- Compile projects and fetch logs/output PDF
- Add, remove, and list collaborators
- Search, rename, export, import, clone, and delete projects
Use cases of Overleaf MCP Server
- Edit LaTeX files in an Overleaf project using natural language
- Create new Overleaf projects from scratch via AI assistant
- Compile a project and retrieve the resulting PDF
- Manage project collaborators and permissions
FAQ from Overleaf MCP Server
How do I install the Overleaf MCP Server?
Install via npx (npx -y @your-org/mcp-server-overleaf) or use Smithery (npx -y @smithery/cli install @your-org/mcp-server-overleaf --client claude).
How does authentication work?
On first run, the server launches your default browser to log in to Overleaf. After login, the session cookies are saved securely in ~/.overleaf-mcp/.
Where are session credentials stored?
Session cookies are stored in ~/.overleaf-mcp/ on your local machine, accessible only by the current user.
What are the runtime requirements?
Node.js (latest LTS recommended) and npm. All dependencies (express, open, node-fetch, cookiejar, etc.) are installed automatically via npm install.
Is the Overleaf MCP Server secure?
Session cookies are stored securely and never logged or exposed. The README advises never sharing credentials and validating all user input.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论