Skip to content
Zed

ctan mcp for Zed

io.github.mrfentmen/ctan-mcp

Keyless MCP server for CTAN: LaTeX packages, authors, descriptions, install paths.

client:Zed transport:stdio runtime:npm

Install ctan mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "ctan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ctan-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ctan mcp in other clients