mcpbeat Sign in

Qt4 Doc MCP Server

local only

Qt4 Doc MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from pypi. Last commit 20 Jul 2026.

Offline MCP server for local Qt 4.8, Qt 5, and Qt 6 documentation with full-text search.

Installs per day peak 50 · avg 14 · -32% w/w
a month agotoday
87
Installs / week
pypi · qt4-doc-mcp-server
3
Stars
0 open issues
20 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: QT_DOC_BASE (Absolute path to a local Qt 4.8, Qt 5, or Qt 6 HTML documentation root (required)), QT_DOC_STATE_DIR (Writable directory for the search index and Markdown cache (default: $QT_DOC_BASE/.index; set when the documentation root is read-only)), SERVER_HOST (Server bind address (default: 127.0.0.1)), SERVER_PORT (Server port (default: 8000)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Qt4 Doc MCP Server

same job, measured the same way
Egnyte MCP Server
by ptyagiegnyte

Official Egnyte MCP Server for AI integration with document search, analysis, and collaboration.

local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only
doc-scraper
by sriram-pr

Crawl documentation sites into local corpora agents can search, read, and diff fully offline.

local only
Haypile
by benyd

Hybrid search over your local documents, with file and page citations. One binary, fully local.

local only
I
PDF Generator
by mcp-z

MCP server for creative PDF generation with full emoji, Unicode, and offline support

370 installs/wk local only
Congressional Documents
by pipeworx-io

Congressional Documents — full-text search and retrieval over the official

39 tools answering
I
LocalSynapse - Local File Search MCP Server
by localsynapse

Offline AI-powered local file search. BM25 + semantic hybrid search across all documents.

local only
I
LocalSynapse - Local File Search MCP Server
by localsynapse

Offline AI-powered local file search. BM25 + semantic hybrid search across all documents.

local only

Qt4 Doc MCP Server — questions

Answers built from our own checks of this server.

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