Google PageRank for AI agents. 25,000+ tools indexed.

forumbee-mcp-server MCP Server

jeffdickman/forumbee-mcp-server

Score: 53.3 Rank #50 MCP Server
Are you the maintainer of jeffdickman/forumbee-mcp-server? Claim this listing →

MCP server exposing the Forumbee community forum API as tools for Claude and other MCP-compatible AI clients

Add AgentRank to Claude Code Discover and compare tools like jeffdickman/forumbee-mcp-server — your AI finds the right one automatically
Get API Access →
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

Python MIT

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for jeffdickman/forumbee-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/jeffdickman--forumbee-mcp-server)](https://agentrank-ai.com/tool/jeffdickman--forumbee-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/jeffdickman--forumbee-mcp-server/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/jeffdickman--forumbee-mcp-server" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="jeffdickman/forumbee-mcp-server"></script>

Matched Queries

"mcp server""mcp-server"

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.