Bangumi MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bangumi MCPsearch for anime Steins;Gate"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bangumi MCP
Bangumi MCP is a Model Context Protocol (MCP) server that provides access to the Banguimi API, allowing users to search for and retrieve information about anime, manga, and other related content.
Features
The Bangumi MCP server provides a comprehensive set of tools for interacting with the Bangumi API, including:
Calendar and Time
get_current_time: Get the current timeget_calendar: Get the weekly broadcast schedule
Subject Tools
search_subjects: Search for subjects with various filtersget_subjects: Browse subjects by type and categoryget_subject_info: Get detailed information about a specific subjectget_subject_persons: Get person information for a subjectget_subject_characters: Get character information for a subjectget_subject_relations: Get related subjects
Episode Tools
get_episodes: Get episode information for a subjectget_episode_info: Get detailed information about a specific episode
Character Tools
search_characters: Search for charactersget_character_info: Get detailed character informationget_character_subjects: Get subjects related to a characterget_character_persons: Get persons related to a characterpost_character_collection: Collect a character
Person Tools
search_persons: Search for personsget_person_info: Get detailed person informationget_person_subjects: Get subjects related to a personget_person_characters: Get characters related to a personpost_person_collection: Collect a person
User Tools
get_user_info: Get user informationget_me_info: Get current user information
Collection Tools
get_user_collections: Get user's subject collectionsget_user_collection_info: Get user's collection info for a specific subjectpost_my_collection: Collect a subject for the current userpatch_my_collection: Update a subject collection for the current userget_my_episode_collections: Get current user's episode collectionspatch_my_episode_collections: Update current user's episode collectionget_my_episode_collection_info: Get current user's episode collection info for a specific episodeput_my_episode_collection_info: Update current user's episode collectionget_user_character_collections: Get user's character collectionsget_user_character_collection_info: Get user's character collection info for a specific characterget_user_person_collections: Get user's person collectionsget_user_person_collection_info: Get user's person collection info for a specific person
Related MCP server: Bilibili MCP Server
Installation
Clone the repository:
git clone https://github.com/etherwindy/Bangumi-MCP.git cd Bangumi-MCPInstall the package:
It is recommaneded to use uv:
uv pip install -e .
Server Configuration
The Bangumi MCP server requires a Bangumi API token for full functionality. If you use SSE or streamable HTTP, you need to configure this token before the server starts:
Method 1: Using a .env file (Recommended)
Create a .env file in the project root directory with your Bangumi API token:
BANGUMI_API_TOKEN=your_api_token_hereMethod 2: Using Environment Variables
Set the environment variable directly in your terminal:
export BANGUMI_API_TOKEN=your_api_token_hereOn Windows, use:
set BANGUMI_API_TOKEN=your_api_token_hereUsage
STDIO
Directly import json config to your MCP client application like cherry-studio:
{
"mcpServers": {
"Bangumi-MCP": {
"command": "uv",
"args": [
"--directory",
"{your_path_to_the_folder}/Bangmumi-MCP",
"run",
"bangumi-mcp"
],
"env": {
"BANGUMI_API_TOKEN": "your_token_here"
}
}
}
}SSE
By default, the server will run on localhost:18080. You can specify a different host and port using the --host and --port arguments:
cd Bangumi-MCP
uv run bangumi-mcp --mode=sse --host localhost --port 18080Config your MCP client application, for example:
{
"mcpServers": {
"Bangumi-MCP": {
"type": "sse",
"url": "http://localhost:18080/sse"
}
}
}Streamable HTTP
By default, the server will run on localhost:18080. You can specify a different host and port using the --host and --port arguments:
cd Bangumi-MCP
uv run bangumi-mcp --mode=streamable_http --host localhost --port 18080Config your MCP client application, for example:
{
"mcpServers": {
"Bangumi-MCP": {
"type": "streamableHttp",
"url": "http://localhost:18080/mcp/"
}
}
}Acknowledgements
This project was built with the assistance of Qwen3-Coder and Claude Sonnet 4.
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/etherwindy/Bangumi-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server