05.08.2026, 17:50
(Dieser Beitrag wurde zuletzt bearbeitet: 06.08.2026, 12:05 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: MyBB MCP Server
Zitat:A plugin that exposes forum and private-message features through the Model Context Protocol (MCP). It provides a guest-only public endpoint and an authenticated endpoint backed by OAuth 2.1-style Authorization Code flow with PKCE S256.
Requirements
- MyBB 1.8.40
- PHP 8.1 or newer
- MySQL/MariaDB, PostgreSQL, or SQLite supported by MyBB
- PHP cURL extension backed by libcurl 7.61.0 or newer
- HTTPS in production
Available Tools:
- list_forums, list_threads, search_threads, get_thread, list_posts, get_post, list_recent_threads, list_subscribed_threads
- create_thread, create_post
- list_private_message_folders, list_private_messages, get_private_message
- send_private_message
- get_current_user
User and administrator controls
Users can inspect permissions, DCR/CIMD identity details, and revoke authorized applications in User CP → Connected applications. Administrators can configure the endpoint and each tool, select authorizing primary or additional user groups through MyBB's native group selector, constrain CIMD hosts, revoke clients, inspect metadata cache status and grants, and review write audit entries in ACP → Configuration → MyBB MCP Server.
The mybb_mcp_cleanup MyBB task removes expired protocol state. Deactivation disables the task and endpoints; uninstalling removes MCP tables, settings, templates, and the task.