mcpbeat Sign in

Laserfiche MCP Server

by samuelshernandez Your server? Claim it
local only

Laserfiche MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 117 installs a week from pypi. Last commit 14 Sep 2026.

MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.

Installs per day peak 60 · avg 20 · -36% w/w
a month agotoday
117
Installs / week
pypi · laserfiche-mcp
2
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Laserfiche MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add laserfiche-mcp -- uvx laserfiche-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "laserfiche-mcp": {
      "args": [
        "laserfiche-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.laserfiche-mcp]
command = "uvx"
args = ["laserfiche-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "laserfiche-mcp": {
      "args": [
        "laserfiche-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "laserfiche-mcp": {
      "args": [
        "laserfiche-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: LF_REPO_API_URL (Base URL of your Laserfiche Repository API Server, e.g. https://lf.example.com/LFRepositoryAPI), LF_REPOSITORY_ID (Repository name or ID to operate against.), LF_USERNAME (Service-account username with read access to the repository.), LF_PASSWORD (Service-account password.), LF_API_VERSION (Repository API version: v1 (default) or v2.), LF_READ_ONLY (Read-only mode. Defaults to true; set false to register the write tools.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Laserfiche MCP

same job, measured the same way
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only
GitLab Documentation MCP Server
by nunolima

Searchable access to GitLab documentation from multiple repositories with full-text search.

local only
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

1 520 installs/wk local only
Atlassian Dc MCP Bitbucket
by b1ff

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

1 636 installs/wk local only
Atlassian Dc MCP Bitbucket
by mrrefactoring

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

72 installs/wk local only
Yuque MCP
by wwwwujl

Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC.

37 installs/wk local only
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

38 installs/wk local only
MCP Abap Adt
by fr0ster

MCP server for SAP ABAP ADT: repository analysis and CRUD for RAP and classic ABAP

615 installs/wk local only

Laserfiche MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Laserfiche MCP?
Laserfiche MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package laserfiche-mcp was installed 117 times last week.
How do I connect Laserfiche MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls laserfiche-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Laserfiche MCP?
The pypi package laserfiche-mcp was installed 117 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Laserfiche MCP open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.