JUHE API Marketplace
kanghouchao avatar
MCP Server

Band MCP Server

A Model Context Protocol server that integrates with the Band API, allowing users to fetch posts from Band groups and perform read/write operations on Band data.

0
GitHub Stars
11/21/2025
Last Updated
MCP Server Configuration
1{
2 "name": "band-api",
3 "command": "band-mcp-server",
4 "args": [],
5 "env": {
6 "BAND_ACCESS_TOKEN": "your_band_api_access_token"
7 }
8}
JSON8 lines
  1. Home
  2. MCP Servers
  3. band-mcp-server

README Documentation

Project Logo

# Band MCP Server

A fully functional Model Context Protocol (MCP) server that integrates with the Band API. This server enables seamless interaction with the Band social platform through AI assistants and other MCP-compatible tools.

Overview

This server can be used in two primary ways:

  1. As a standalone executable: Installed via npm and configured directly in a compatible MCP client.
  2. As a Docker container: Pulled from Docker Hub and configured in a compatible MCP client to be run on-demand.

Usage & Client Configuration

To use this server, you need a Band API Access Token. You can obtain one from the Band Developer Portal.

Below are configuration examples for different clients and usage methods.

Example 1: Claude Desktop (NPM version)

This method assumes you have installed the server via npm install -g band-mcp-server.

  1. In Claude Desktop, open Settings > Developer and click Edit Config.
  2. Add the following to the mcpServers object in claude_desktop_config.json:
{
  "mcpServers": {
    "band-api": {
      "command": "band-mcp-server",
      "args": [],
      "env": {
        "BAND_ACCESS_TOKEN": "your_band_api_access_token"
      }
    }
  }
}

Replace your_band_api_access_token with your actual token.

Example 2: Claude Desktop (Docker version)

This method uses the Docker image and does not require npm.

  1. In Claude Desktop, open Settings > Developer and click Edit Config.
  2. Add the following to the mcpServers object in claude_desktop_config.json:
{
  "mcpServers": {
    "band-api-docker": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "BAND_ACCESS_TOKEN=your_band_api_access_token",
        "kanghouchao/band-mcp-server:latest"
      ]
    }
  }
}

Replace your_band_api_access_token with your actual token.

License

This project is licensed under the MIT License.

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved