Odel
qt4 doc mcp server

qt4 doc mcp server

Local
@jztan3PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIqt4-doc-mcp-serverv0.7.0

Run

uvx qt4-doc-mcp-server

MCP client config

{
  "mcpServers": {
    "qt4-doc-mcp-server": {
      "command": "uvx",
      "args": [
        "qt4-doc-mcp-server"
      ]
    }
  }
}