Laserfiche MCP
A Model Context Protocol server that lets Claude (Desktop, Code, or any MCP client) search, read, and - when you opt in - write documents in a self-hosted Laserfiche repository. The same binary is also a full command-line client (ls, get, cat, search, manifest, dedupe, ...) for the deterministic work that needs no model at all. Its 34 documented tools cover definitions, template, document, folder.
People who work with definitions, template and document and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-09-14 · ★ 2 · #100 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18
MIT · Python servers · how we verify → /methodology
01 · Install Laserfiche MCP
before you install - you'll need
Set LF_REPO_API_URL, LF_REPOSITORY_ID, LF_USERNAME, LF_PASSWORD, LF_AUTH_MODE, LF_HTTP_OAUTH_ISSUER, LF_HTTP_PUBLIC_URL, LF_HTTP_OAUTH_AUDIENCE, LF_HTTP_OAUTH_REQUIRED_SCOPES before connecting. LF_API_VERSION, LF_READ_ONLY are optional or environment-specific per the README.
Claude Code
claude mcp add samuelshernandez-laserfiche-mcp -- uvx laserfiche-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"samuelshernandez-laserfiche-mcp": {
"command": "uvx",
"args": [
"laserfiche-mcp"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
license MIT - declared in the repository
pypi package laserfiche-mcp - check the name against the project README before installing (PyPI has no namespace ownership)
registry namespace io.github.SamuelSHernandez is GitHub-verified and matches the repo owner
03 · What Laserfiche MCP can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
An agent gets 34 documented tools spanning definitions, template, document, folder, including search_entries, search_by_name, search_natural, search_content.
Capability map
Tools grouped from the project's README - what Laserfiche MCP lets an agent do.
read & search
9 tools - e.g. laserfiche_entry_search; laserfiche_entry_search_by_name; laserfiche_entry_search_natural
search_entries · search_by_name · search_natural · search_content · list_repositories · list_tag_definitions…
Entry
6 tools - e.g. laserfiche_entry_get; laserfiche_entry_get_by_path; laserfiche_entry_copy
get_entry · get_entry_by_path · copy_entry · rename_entry · move_entry · delete_entry
Template
4 tools - e.g. laserfiche_template_definition_list; laserfiche_template_field_list; laserfiche_template_assign
list_template_definitions · get_template_fields · assign_template · remove_template
Document
3 tools - e.g. laserfiche_document_get_text; laserfiche_document_get_edoc; laserfiche_document_import
get_document_text · get_document_edoc · import_document
update
3 tools - e.g. laserfiche_field_set; laserfiche_tag_set; laserfiche_link_set
set_fields · set_tags · set_links
Folder
2 tools - e.g. laserfiche_folder_list; laserfiche_folder_create
list_folder · create_folder
Field
2 tools - e.g. laserfiche_field_values_get; laserfiche_field_definition_list
get_field_values · list_field_definitions
Merge
2 tools - e.g. laserfiche_field_merge; laserfiche_tag_merge
merge_fields · merge_tags
Limitations (from the README)
[!WARNING] Read this before exposing --http to a network. - Configure auth: OAuth (LF_HTTP_OAUTH_ISSUER) for multi-user, or at least a long random LF_HTTP_AUTH_TOKEN. Binding off-loopback with neither logs a warning and leaves your repository reachable unauthenticated.
Latest releases
v2.3.0 · 2026-09-14
decouple GitHub Release + .mcpb from PyPI publish · auto-publish to the MCP registry on release (OIDC) · gitignore local agent config (CLAUDE.md, .claude/) · consolidate Dependabot bumps (checkout v7, gh-release v3…
v2.2.0 · 2026-07-09
Install the Claude Desktop extension (no terminal needed) · Use Laserfiche from Claude Desktop with your own repository and credentials - no JSON, no command line. · 1. Download laserfiche-mcp.mcpb below (or…
v2.1.0 · 2026-05-25
Install the Claude Desktop extension (no terminal needed) · Use Laserfiche from Claude Desktop with your own repository and credentials - no JSON editing, no command line. · 1. Download laserfiche-mcp-2.1.0.mcpb from…
04 · Who maintains Laserfiche MCP
laserfiche-mcp is maintained by samuelshernandez. It's the only MCP server we track from this author; the repo dates to May 2026.
05 · Facts
- repository
- github.com/samuelshernandez/laserfiche-mcp
- category
- API integration - ranked #100 of 278 actively-maintained API integration servers as of 2026-09-18.
- release cadence
- 2 releases in the last 90 days (latest 2026-09-14)
- registry
- io.github.SamuelSHernandez/laserfiche-mcp (active, first published 2026-07-09)
- packages
- pypi:laserfiche-mcp
06 · Laserfiche MCP FAQ
Is Laserfiche MCP still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 2 releases in the last 90 days. We re-verify nightly.
What can Laserfiche MCP do?
An agent gets 34 documented tools spanning definitions, template, document, folder, including search_entries, search_by_name, search_natural, search_content.
How do I install Laserfiche MCP?
Run `uvx laserfiche-mcp`. The README documents 11 environment variables (LF_REPO_API_URL, LF_REPOSITORY_ID, LF_API_VERSION…) to set first. Set LF_REPO_API_URL, LF_REPOSITORY_ID, LF_USERNAME, LF_PASSWORD, LF_AUTH_MODE, LF_HTTP_OAUTH_ISSUER, LF_HTTP_PUBLIC_URL, LF_HTTP_OAUTH_AUDIENCE, LF_HTTP_OAUTH_REQUIRED_SCOPES before connecting. LF_API_VERSION, LF_READ_ONLY are optional or environment-specific per the README. You can also paste the ready-made client config above.
Does Laserfiche MCP run locally?
Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Laserfiche MCP
Alternatives to Laserfiche MCP
Maintained API integration servers if Laserfiche MCP isn't the fit.
- LetsFG - Flights & Hotels Search and book flights and hotels: hundreds of airlines, plus bookable hotel rates. ★ 2,033 · 2026-09-14
- Microsoft 365 MCP Server Interact with Microsoft 365 and Office services through the Microsoft Graph API. ★ 980 · 2026-09-17
- Idea Reality MCP Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt - returns 0-100 signal. ★ 817 · 2026-08-11
- Tapo MCP MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents ★ 803 · 2026-09-17
- Sqz Pre-injection context compression for coding agents. Zero LLM calls, zero telemetry, offline-safe. ★ 625 · 2026-09-15
- Sv Number MCP Server Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back. ★ 550 · 2026-08-10
More API integration MCP servers · Qcad MCP · Ecb MCP · Five46 · Job Search MCP · Afi MCP
More Python MCP servers · Mixx Dj MCP · Resonite MCP · Yahboom MCP · Pyre Crawl · see all