mcpbeat Sign in
local only

Docsift runs on your own machine — the client starts it, so there is no endpoint to ping. 237 installs a week from pypi. Last commit 12 Aug 2026.

Convert a document once, then get back only the passages that answer a question.

Installs per day peak 1 288 · avg 196 · -57% w/w
a month agotoday
237
Installs / week
pypi · docsift
6
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Docsift 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 docsift -- uvx docsift
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docsift": {
      "args": [
        "docsift"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docsift]
command = "uvx"
args = ["docsift"]
.cursor/mcp.json
{
  "mcpServers": {
    "docsift": {
      "args": [
        "docsift"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docsift": {
      "args": [
        "docsift"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Docsift

same job, measured the same way
Document corpus
by jorgell23-sys

Query a verified document collection: passages that answer a question, with their source.

9 438 installs/wk local only
Document corpus
by jorgell23-sys

Query a verified document collection: passages that answer a question, with their source.

local only
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

38 installs/wk local only
DocSlicer
by docslicer

Answer questions from documents too large to fit in context, reading only the sections you need.

283 installs/wk local only
PDF4me
by pdf4me

PDF & document automation via the PDF4me API — convert, OCR, extract, edit, secure.

111 installs/wk answering
Ato MCP
by com-ato-mcp

Australian tax knowledge base for agents: 34,500+ ATO documents, cited answers to any tax question.

answering
DocAuto
by gzucob

Model Context Protocol server for the DocAuto document-generation API.

102 installs/wk local only
Unmarkdown
by unmarkdown

The document publishing layer for AI tools. Convert markdown to 6 destinations, 62 templates.

66 installs/wk answering

Docsift — questions

Answers built from our own checks of this server.

Why is there no uptime for Docsift?
Docsift 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 docsift was installed 237 times last week.
How do I connect Docsift?
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 docsift straight from pypi; nothing to host, nothing to sign up for.
How many people use Docsift?
The pypi package docsift was installed 237 times in the last week. Week over week that is -57%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Docsift open source?
Yes — it is published under the MIT licence, written in Python and 6 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.