laserfiche-mcp
About
MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
LF_REPO_API_URL LF_REPOSITORY_ID LF_USERNAME LF_PASSWORD LF_API_VERSION LF_READ_ONLYClaude Code
claude mcp add --env LF_REPO_API_URL= --env LF_REPOSITORY_ID= --env LF_USERNAME= --env LF_PASSWORD= --env LF_API_VERSION= --env LF_READ_ONLY= laserfiche-mcp -- uvx laserfiche-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"laserfiche-mcp","command":"uvx","args":["laserfiche-mcp"],"env":{"LF_REPO_API_URL":"","LF_REPOSITORY_ID":"","LF_USERNAME":"","LF_PASSWORD":"","LF_API_VERSION":"","LF_READ_ONLY":""}}'
JSON
{
"mcpServers": {
"laserfiche-mcp": {
"command": "uvx",
"args": [
"laserfiche-mcp"
],
"env": {
"LF_REPO_API_URL": "",
"LF_REPOSITORY_ID": "",
"LF_USERNAME": "",
"LF_PASSWORD": "",
"LF_API_VERSION": "",
"LF_READ_ONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.