forumbee-mcp-server MCP Server
jeffdickman/forumbee-mcp-server
MCP server exposing the Forumbee community forum API as tools for Claude and other MCP-compatible AI clients
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
jeffdickman/forumbee-mcp-server is a Python MCP server licensed under MIT. MCP server exposing the Forumbee community forum API as tools for Claude and other MCP-compatible AI clients
Ranked #50 out of 100 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Forumbee MCP Server
An MCP (Model Context Protocol) server that provides tools for interacting with the [Forumbee](https://forumbee.com) community forum API v2. Gives AI assistants like Claude full read access to your community's posts, categories, users, groups, and analytics.
## Prerequisites
- Python 3.10+
- [uv](https://docs.astral.sh/uv/getting-started/installation/) (Python package manager)
- A Forumbee community with API access
- An API token ([how to generate one](https://community.forumbee.com/t/y72fnn/api-reference))
## Setup
```bash
cd mcp-server
uv sync
```
### Configuration
Copy the example env file and fill in your credentials:
```bash
cp .env.example .env
```
Edit `.env`:
```
FORUMBEE_DOMAIN=your-community.forumbee.com
FORUMBEE_API_TOKEN=your_token_here
```
## Usage
### With Claude Code
Add to your Claude Code MCP settings (`~/.claude/settings.json`):
```json
{
"mcpServers": {
"forumbee": {
"command": "uv",
"args": [
"--directory Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.