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., "@Blue Archive MCP ServerShow me detailed information for the student Mika"
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.
Blue Archive MCP Server
A Model Context Protocol (MCP) server that provides comprehensive access to Blue Archive game data, including student information, equipment, stages, items, and more.
Table of Contents
Overview
The Blue Archive MCP Server integrates with the SchaleDB API to provide AI assistants with real-time access to Blue Archive game data. This server implements the Model Context Protocol, enabling seamless integration with MCP-compatible clients like Claude Desktop.
Key Capabilities
Student Database: Access detailed information about all Blue Archive students
Equipment & Items: Browse weapons, equipment, and consumable items
Stage Information: Get details about campaign stages and raids
Multimedia Content: Retrieve student avatars and voice clips
Advanced Search: Filter and search across all data types
Multi-language Support: Available in Chinese, Japanese, and English
Features
ā 8 Comprehensive Tools for accessing game data
š Multi-language Support (CN/JP/EN)
š Advanced Filtering and search capabilities
š¼ļø Rich Media Integration (avatars, voice clips)
ā” Performance Optimized with caching
š”ļø Error Handling and retry mechanisms
š± Responsive Data Formatting (text/markdown)
Installation
Prerequisites
Node.js 18+
npm or yarn package manager
MCP-compatible client (e.g., Claude Desktop)
Method 1: NPM Installation (Recommended)
Install directly from NPM:
Or install locally in your project:
Method 2: From Source
Clone the repository
git clone <repository-url> cd blue_archive_mcpInstall dependencies
npm installBuild the project
npm run buildTest the server
npm start
Configuration
Claude Desktop Integration
Add the following configuration to your Claude Desktop config file:
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
For NPM Installation:
For Source Installation:
Environment Variables
Variable | Description | Default |
| Logging level |
|
| Cache timeout (ms) |
|
Available Tools
1. get_students
Retrieve student information with filtering options.
Parameters:
language(string, optional): Language preference (cn/jp/en) - Default: "cn"search(string, optional): Search by student namelimit(number, optional): Maximum results - Default: 20detailed(boolean, optional): Include detailed stats - Default: falseschool(string, optional): Filter by schoolstarGrade(number, optional): Filter by star grade (1-3)role(string, optional): Filter by tactical role
2. get_student_info
Get detailed information for a specific student.
Parameters:
studentId(number, required): Student's unique IDlanguage(string, optional): Language preference - Default: "cn"
3. get_student_by_name
Find student by name (supports multiple languages).
Parameters:
name(string, required): Student name in any supported languagelanguage(string, optional): Response language - Default: "cn"detailed(boolean, optional): Include detailed information - Default: false
4. get_raids
Retrieve raid information and boss data.
Parameters:
language(string, optional): Language preference - Default: "cn"search(string, optional): Search by raid namedetailed(boolean, optional): Include detailed stats - Default: false
5. get_equipment
Browse equipment and weapon data.
Parameters:
language(string, optional): Language preference - Default: "cn"category(string, optional): Equipment category filtertier(number, optional): Equipment tier (1-7)limit(number, optional): Maximum results - Default: 20detailed(boolean, optional): Include detailed stats - Default: false
6. get_stages
Access campaign and stage information.
Parameters:
language(string, optional): Language preference - Default: "cn"search(string, optional): Search by stage namearea(string, optional): Filter by areachapter(string, optional): Filter by chapterdifficulty(string, optional): Filter by difficultylimit(number, optional): Maximum results - Default: 20detailed(boolean, optional): Include detailed information - Default: false
7. get_items
Retrieve consumable items and materials.
Parameters:
language(string, optional): Language preference - Default: "cn"search(string, optional): Search by item namecategory(string, optional): Item category filterrarity(number, optional): Item rarity (1-5)tags(string, optional): Filter by tagslimit(number, optional): Maximum results - Default: 20detailed(boolean, optional): Include detailed information - Default: false
8. get_student_avatar
Get student avatar images in various formats.
Parameters:
studentId(number, optional): Student's unique IDname(string, optional): Student name (alternative to ID)language(string, optional): Language preference - Default: "cn"avatarType(string, optional): Avatar type (portrait/collection/icon/lobby) - Default: "portrait"format(string, optional): Output format (markdown/md) - Default: "markdown"
Usage Examples
Basic Student Search
Detailed Student Information
Equipment Browsing
Stage Information
Avatar Display
Development
Project Structure
Building from Source
Code Architecture
The server is built with:
TypeScript for type safety and modern JavaScript features
@modelcontextprotocol/sdk for MCP protocol implementation
Zod for runtime type validation and schema generation
SchaleDB API as the primary data source
Key Components
BlueArchiveMCPServer: Main server class handling MCP protocol
SchaleDBClient: API client for data fetching
ErrorHandler: Centralized error handling and logging
ParameterHandler: Input validation and normalization
Logger: Structured logging system
Troubleshooting
Common Issues
Connection Problems
Symptom: Server fails to start or connect
Solution: Check Node.js version (18+ required) and verify configuration paths
Data Loading Failures
Symptom: API requests return empty results
Solution: Verify internet connection and SchaleDB API availability
Tools Not Appearing
Symptom: Tools don't show up in Claude Desktop
Solution: Restart Claude Desktop after configuration changes
Debug Mode
Enable debug logging by setting the environment variable:
Performance Optimization
Data is cached for 5 minutes by default
Use
detailed=falsefor faster responses when full data isn't neededLimit result sets with the
limitparameter
Contributing
We welcome contributions! Please follow these guidelines:
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
Development Guidelines
Follow TypeScript best practices
Add appropriate error handling
Include JSDoc comments for new functions
Test changes thoroughly before submitting
License
This project is licensed under the MIT License - see the LICENSE file for details.
Data Source
This server uses data from SchaleDB, an open-source Blue Archive database. All game assets and data are property of their respective owners.
Note: This is an unofficial tool created by fans for the Blue Archive community. It is not affiliated with or endorsed by the game's official developers.