- Compatible XF Versions
- 2.22.3
- License
- GNU General Public License v2 (GPL-2.0) Full license text included in LICENSE-GPL.txt within the download.
- Additional Requirements
-
XenForo 2.2.0+
- PHP 7.2+
- For OAuth 2.0 PKCE flow: HTTPS recommended
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 |
|------|-------------|
| 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
---
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/xf-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 posts
- xenforo.banUser — ban/unban users
- xenforo.moveThread — move threads between forums
- xenforo.getForumStats — analytics and statistics
- Priority support
👉 Learn more about PRO at ai-connect.gold-t.co.il
Requirements
- XenForo 2.2.0+
- PHP 7.2+
- HTTPS recommended for OAuth flow
Source Code
github.com/chgold/xf-ai-connect