ctan mcp for VS Code
io.github.mrfentmen/ctan-mcp
Keyless MCP server for CTAN: LaTeX packages, authors, descriptions, install paths.
client:VS Code
transport:stdio
runtime:npm
Install ctan mcp in VS Code
.vscode/mcp.json
{
"servers": {
"ctan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ctan-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs