- Compatible Versions
- 2.2, 2.3
- 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
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