Qt4 Documentation MCP Server
Rank #10,268io.github.jztan/qt4-doc-mcp-server
Offline MCP server for local Qt 4.8, Qt 5, and Qt 6 documentation with full-text search.
Qt4 Documentation MCP Server is a Model Context Protocol (MCP) server published by jztan. It ranks #10,268 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Qt4 Documentation MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Oct 26, 2025 and most recently updated on Jul 20, 2026.
Ranks ahead of 105,192 of 115,460 servers on MCP Toplist.
Use Qt4 Documentation MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add qt4-doc-mcp-server -e "QT_DOC_BASE=<your QT_DOC_BASE>" -e "QT_DOC_STATE_DIR=<your QT_DOC_STATE_DIR>" -e "SERVER_HOST=<your SERVER_HOST>" -e "SERVER_PORT=<your SERVER_PORT>" -- uvx qt4-doc-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.qt4-doc-mcp-server]
command = "uvx"
args = ["qt4-doc-mcp-server"]
[mcp_servers.qt4-doc-mcp-server.env]
QT_DOC_BASE = "<your QT_DOC_BASE>"
QT_DOC_STATE_DIR = "<your QT_DOC_STATE_DIR>"
SERVER_HOST = "<your SERVER_HOST>"
SERVER_PORT = "<your SERVER_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qt4-doc-mcp-server": {
"command": "uvx",
"args": [
"qt4-doc-mcp-server"
],
"env": {
"QT_DOC_BASE": "<your QT_DOC_BASE>",
"QT_DOC_STATE_DIR": "<your QT_DOC_STATE_DIR>",
"SERVER_HOST": "<your SERVER_HOST>",
"SERVER_PORT": "<your SERVER_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qt4-doc-mcp-server": {
"command": "uvx",
"args": [
"qt4-doc-mcp-server"
],
"env": {
"QT_DOC_BASE": "<your QT_DOC_BASE>",
"QT_DOC_STATE_DIR": "<your QT_DOC_STATE_DIR>",
"SERVER_HOST": "<your SERVER_HOST>",
"SERVER_PORT": "<your SERVER_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"qt4-doc-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"qt4-doc-mcp-server"
],
"env": {
"QT_DOC_BASE": "<your QT_DOC_BASE>",
"QT_DOC_STATE_DIR": "<your QT_DOC_STATE_DIR>",
"SERVER_HOST": "<your SERVER_HOST>",
"SERVER_PORT": "<your SERVER_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qt4-doc-mcp-server": {
"command": "uvx",
"args": [
"qt4-doc-mcp-server"
],
"env": {
"QT_DOC_BASE": "<your QT_DOC_BASE>",
"QT_DOC_STATE_DIR": "<your QT_DOC_STATE_DIR>",
"SERVER_HOST": "<your SERVER_HOST>",
"SERVER_PORT": "<your SERVER_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qt4-doc-mcp-server": {
"command": "uvx",
"args": [
"qt4-doc-mcp-server"
],
"env": {
"QT_DOC_BASE": "<your QT_DOC_BASE>",
"QT_DOC_STATE_DIR": "<your QT_DOC_STATE_DIR>",
"SERVER_HOST": "<your SERVER_HOST>",
"SERVER_PORT": "<your SERVER_PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jztan%2Fqt4-doc-mcp-server)<a href="https://mcptoplist.com/server/io.github.jztan%2Fqt4-doc-mcp-server"><img src="https://mcptoplist.com/badge/io.github.jztan%2Fqt4-doc-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
jztan
Other servers by jztan
View all jztan servers →Available versions (2)
| Version | Published |
|---|---|
| 0.7.0 | Jul 20, 2026 |
| 0.6.1 | Jul 19, 2026 |
Frequently asked questions
- Who maintains Qt4 Documentation MCP Server?
- Qt4 Documentation MCP Server is maintained by jztan, which publishes 3 MCP servers (56 total versions) tracked on MCP Toplist.
- Is Qt4 Documentation MCP Server listed on the Official MCP Registry?
- Yes — Qt4 Documentation MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Qt4 Documentation MCP Server have?
- MCP Toplist tracks 2 versions of Qt4 Documentation MCP Server, most recently published on Jul 20, 2026.
- Where can I find the source code for Qt4 Documentation MCP Server?
- The source code for Qt4 Documentation MCP Server is hosted at github.com/jztan/qt4-doc-mcp-server.