- Compatible XF 2.x versions
- 2.2
- 2.3
- Additional requirements
- - XenForo 2.2.0+
- PHP 7.2+
- For OAuth 2.0 PKCE flow: HTTPS recommended
- License
- GNU General Public License v2 (GPL-2.0) Full license text included in LICENSE-GPL.txt within the download.
AI Connect for XenForo — WebMCP Protocol Bridge
Connect any MCP-compatible AI agent (Claude, ChatGPT, Cursor, and more)
directly to your XenForo forum using the WebMCP open protocol with
secure OAuth 2.0 + PKCE authentication.
How it works
AI agents discover your forum's capabilities via a standard
/.well-known/mcp.json manifest, authenticate via OAuth 2.0, and then
call MCP tools to read and interact with your forum — just like a
human user would, but programmatically.
Free Version — Included Tools
| Tool | Description |
|------|-------------|
|
|
|
|
|
Authentication
---
PRO Version (coming soon)
Advanced moderation and management tools:
Learn more about PRO at ai-connect.gold-t.co.il
Requirements
Source Code
github.com/chgold/xenforo-ai-connect
Connect any MCP-compatible AI agent (Claude, ChatGPT, Cursor, and more)
directly to your XenForo forum using the WebMCP open protocol with
secure OAuth 2.0 + PKCE authentication.
How it works
AI agents discover your forum's capabilities via a standard
/.well-known/mcp.json manifest, authenticate via OAuth 2.0, and then
call MCP tools to read and interact with your forum — just like a
human user would, but programmatically.
Free Version — Included Tools
| Tool | Description |
|------|-------------|
|
xenforo.searchThreads | Search threads by keyword, forum, date ||
xenforo.getThread | Retrieve full thread with posts ||
xenforo.searchPosts | Search posts across the forum ||
xenforo.getPost | Retrieve a single post ||
xenforo.getCurrentUser | Get authenticated user info |Authentication
- OAuth 2.0 Authorization Code + PKCE flow
- Bearer token support
- Built-in rate limiting
---
PRO Version (coming soon)
Advanced moderation and management tools:
xenforo.moderatePost— approve, reject, delete postsxenforo.banUser— ban/unban usersxenforo.moveThread— move threads between forumsxenforo.getForumStats— analytics and statistics- Priority support
Requirements
- XenForo 2.2.0+
- PHP 7.2+
- HTTPS recommended for OAuth flow
Source Code
github.com/chgold/xenforo-ai-connect