Laserfiche MCP
A Model Context Protocol server that lets Claude (Desktop, Code, or any MCP client) search and read documents in a Laserfiche repository. Its 33 documented tools cover entry, definitions, template, document. It runs locally over stdio via the published package.
People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.
VERIFIED ACTIVE
LAST COMMIT 2026-08-03 · ★ 2 · #120 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25
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_WRITE_PATHS_ALLOW, LF_WRITE_TOOLS_ALLOWED, LF_HTTP_OAUTH_ISSUER before connecting. LF_API_VERSION, LF_READ_ONLY, LF_DELETE_FOLDER_MAX_DESCENDANTS, LF_REQUIRE_AUDIT_REASON 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 33 documented tools spanning entry, definitions, template, document, including search_entries, search_by_name, search_natural, list_folder.
Capability map
Tools grouped from the project's README - what Laserfiche MCP lets an agent do.
read & search
8 tools - e.g. laserfiche_entry_search; laserfiche_entry_search_by_name; laserfiche_entry_search_natural
search_entries · search_by_name · search_natural · list_repositories · list_tag_definitions · list_link_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.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…
v2.0.0 · 2026-05-14
This is a major release that reshapes the public surface based on a · three-pass architectural audit (AUDIT.md, AUDIT_ERRORS.md, · AUDIT_DESIGN.md) and the corresponding plans (PLAN.md, · PLAN_ERRORS.md…
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 #120 of 250 actively-maintained API integration servers as of 2026-08-25.
- release cadence
- 1 release in the last 90 days (latest 2026-07-09)
- 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-08-25, its last commit was 2026-08-03 and it shipped 1 release in the last 90 days. We re-verify nightly.
What can Laserfiche MCP do?
An agent gets 33 documented tools spanning entry, definitions, template, document, including search_entries, search_by_name, search_natural, list_folder.
How do I install Laserfiche MCP?
Run `uvx laserfiche-mcp`. The README documents 12 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_WRITE_PATHS_ALLOW, LF_WRITE_TOOLS_ALLOWED, LF_HTTP_OAUTH_ISSUER before connecting. LF_API_VERSION, LF_READ_ONLY, LF_DELETE_FOLDER_MAX_DESCENDANTS, LF_REQUIRE_AUDIT_REASON 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.
- Microsoft 365 MCP Server Interact with Microsoft 365 and Office services through the Microsoft Graph API. ★ 932 · 2026-08-24
- Tapo MCP MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents ★ 796 · 2026-08-21
- Idea Reality MCP Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt - returns 0-100 signal. ★ 782 · 2026-08-11
- Sqz Pre-injection context compression for coding agents. Zero LLM calls, zero telemetry, offline-safe. ★ 609 · 2026-08-23
- Sv Number MCP Server Phone numbers for AI agents: order a private number, read the SMS verification code, hand it back. ★ 560 · 2026-08-10
- Anytype MCP Official MCP server for Anytype API - your encrypted, local and collaborative wiki. ★ 510 · 2026-08-24
More API integration MCP servers · Meta API MCP Server · Ecb MCP · Five46 · Job Search MCP · Afi MCP
More Python MCP servers · Ocm MCP Server · Kafka Sentinel · Aippocampus · AI Divination Skills · Oraclebone · see all