dswhi.com
humhub exposes 28 public tools on this MCP endpoint.
Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.
Connect straight to this server’s public endpoint.
https://mcp.dswhi.com/mcpWe add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.
Last probed Sep 14, 2026 · mcp.dswhi.com
28tools discovered
Showing 25 of 28 from the live probe.
Humhub List Spaces
列出 HumHub 上的 space(社群空間)及其 ID。 發文前先用這個查到目標 space 的 id。
Humhub Create Post
在指定的 space 發一篇新貼文。 參數: space_id: 目標 space 的 id(可先用 humhub_list_spaces 查) message: 貼文內容(支援純文字 / 基本 HTML) visibility: 貼文能見度 0=私密(僅space成員可見) 1=公開(含訪客,預設) HumHub 的 Content model 不設這個值時預設是 0(私密), 這裡把預設改成 1,因為大多數用途是對外引流。
Humhub Reply
對某篇貼文留言回覆。 參數: post_id: 貼文的 post id(從 humhub_list_recent_posts 的 post_id 欄位取得) message: 留言內容
Humhub List Comments
列出某篇貼文底下的所有留言。 參數: post_id: 貼文的 post id(與 humhub_reply 使用同一個 id, 從 humhub_list_recent_posts 的 post_id 欄位取得)
Humhub List Recent Posts
列出某個 space 最近的貼文,方便你決定要回覆哪一篇(取得 content id)。 參數: space_id: 目標 space 的 id limit: 最多列幾筆(預設 10)
Humhub Get Post Likes
列出某篇貼文的所有按讚。回傳的 like_id 可用於 humhub_unlike 取消讚。 參數: post_id: 貼文的 post id
Humhub Unlike
取消一個讚(需要 like_id)。 先用 humhub_get_post_likes 查到自己的 like_id,再呼叫此工具取消。 注意:HumHub REST API 目前不支援「新增按讚」,只能取消。 參數: like_id: 讚的 id(從 humhub_get_post_likes 取得)
Humhub List Notifications
列出目前使用者的最新通知(已讀 + 未讀)。 參數: limit: 最多列幾筆(預設 20,最大 100)
Humhub List Unseen Notifications
列出目前使用者尚未看過的通知。 參數: limit: 最多列幾筆(預設 20)
Humhub Mark Notifications Seen
將目前使用者的所有通知標記為已讀。
Humhub Update Post
編輯(更新)一篇貼文的內容。 參數: post_id: 要編輯的貼文 id(從 humhub_list_recent_posts 取得) message: 新的貼文內容(支援純文字 / 基本 HTML)
Humhub Delete Post
刪除一篇貼文(不可復原)。 參數: post_id: 要刪除的貼文 id
Humhub Update Comment
編輯(更新)一則留言的內容。 參數: comment_id: 要編輯的留言 id(從 humhub_list_comments 取得) message: 新的留言內容
Humhub Delete Comment
刪除一則留言(不可復原)。 參數: comment_id: 要刪除的留言 id
Humhub List Users
列出 HumHub 上的使用者。 參數: limit: 最多列幾筆(預設 20,最大 100)
Humhub Get User
依 user id 取得使用者的詳細資料。 參數: user_id: 使用者的 id(從 humhub_list_users 取得)
Humhub Find User
依帳號名稱或 Email 搜尋特定使用者。username 和 email 擇一填入即可。 參數: username: HumHub 帳號名稱(@後面的部分) email: 使用者的 Email 地址
Humhub Upload File To Post
將本機檔案上傳並附加到已存在的貼文。 檔案路徑必須是 MCP server 所在機器(Mac mini)上的絕對路徑。 參數: post_id: 目標貼文的 id file_path: 要上傳的檔案絕對路徑,例如 /Users/你的帳號/Downloads/photo.jpg
Humhub Create Post With File
在指定 space 發一篇帶附件的新貼文(先建立貼文,再自動上傳檔案)。 檔案路徑必須是 MCP server 所在機器(Mac mini)上的絕對路徑。 參數: space_id: 目標 space 的 id message: 貼文內容 file_path: 要附加的檔案絕對路徑 visibility: 貼文能見度 0=私密(僅space成員可見) 1=公開(含訪客,預設)
Humhub List Global Activity
讀取全站動態時間軸(所有 space 的最新活動)。 參數: limit: 最多列幾筆(預設 20,最大 100)
Humhub List Space Activity
讀取指定 space 的動態時間軸。 參數: space_id: 目標 space 的 id limit: 最多列幾筆(預設 20)
Humhub Create Space
建立一個新的 HumHub space。 參數: name: space 名稱(必填) description: space 描述(選填) visibility: 能見度 0=私密 1=僅登入用戶(預設) 2=公開含訪客 join_policy: 加入政策 0=不開放 1=申請/邀請(預設) 2=自由加入
Humhub Update Space
更新 space 的名稱、描述或設定。只填想改的欄位即可,留空/預設值表示不更動。 參數: space_id: 要更新的 space id name: 新名稱(留空表示不改) description: 新描述(留空表示不改) visibility: 能見度 0=私密 1=僅登入用戶 2=公開(-1 表示不改) join_policy: 加入政策 0=不開放 1=申請/邀請 2=自由加入(-1 表示不改) default_stream_sort: 貼文排序 "c"=依建立時間(預設) "u"=依最後更新時間
Humhub Delete Space
刪除一個 space(不可復原,連同所有內容一併刪除)。 參數: space_id: 要刪除的 space id
Humhub List Space Members
列出某個 space 的所有成員及其角色。(需要管理員權限) 參數: space_id: 目標 space 的 id
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandshumhub exposes 28 public tools on this MCP endpoint.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
Operate humhub? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.
MCPBundles probed 28 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.