Back to Apps

MCP for Flarum
Supports UIby linkrobins
Full API access to Flarum forums for AI clients, enabling discussion management and moderation.
0 stars
Works in:CursorVS Code CopilotWindsurfzed
Exposes:ToolsPrompts
What it does
MCP for Flarum connects AI agents to Flarum forums via a comprehensive JSON:API implementation. It allows agents to read, search, and create discussions, manage users and tags, and handle moderation tasks across the entire forum surface.
Tools
flarum_list: List or search any resource type with filters and pagination.flarum_get: Fetch a specific resource by type and ID.flarum_create: Create new forum resources (threads, replies, etc.).flarum_update: Update resources or perform moderation (lock/sticky).flarum_delete: Remove resources from the forum.flarum_search: Full-text search for discussions.flarum_docs_search: Access and search official Flarum 2.0 documentation.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"flarum": {
"command": "npx",
"args": ["-y", "github:linkrobins/mcp-for-flarum"],
"env": {
"FLARUM_URL": "https://discuss.example.com",
"FLARUM_API_KEY": "your_api_key"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
- VS Code
- Windsurf
- Zed
Quick install
npx -y github:linkrobins/mcp-for-flarumInformation
- Pricing
- free
- Published
- 7/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json in ~/.cursor/Windsurf
Add to mcp_config.jsonClaude Desktop
{"command": "npx", "args": ["-y", "github:linkrobins/mcp-for-flarum"], "env": {"FLARUM_URL": "...", "FLARUM_API_KEY": "..."}}





