MyAnimeList MCP Server
@nicoaguerrero
关于 MyAnimeList MCP Server
MyAnimeList MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"myanimelist": {
"command": "uv",
"args": [
"--directory",
"<path to your project>",
"run",
"main.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MyAnimeList MCP Server?
A Model Context Protocol server that enables LLM clients to access and interact with the MyAnimeList API, supporting anime, manga, and user data operations.
How to use MyAnimeList MCP Server?
Install via Smithery or manually by adding the server configuration to your claude_desktop_config.json using uv to run main.py. Restart Claude Desktop and use the available tools to interact with MyAnimeList.
Key features of MyAnimeList MCP Server
- Search and filter anime and manga
- Retrieve detailed anime and manga info by ID
- Access anime and manga rankings
- Get seasonal anime and user lists
- Authenticated user profile and list management
Use cases of MyAnimeList MCP Server
- Query anime or manga by search terms and filters
- View detailed information, recommendations, and studios for an anime
- Check current seasonal anime for a given year and season
- Manage a logged‑in user’s anime or manga list
- Retrieve a user’s public anime or manga list by username
FAQ from MyAnimeList MCP Server
What authentication is required for some tools?
Tools like get_suggested_anime, update_myanimelist, delete_myanimelist_item, update_mymangalist, delete_mymangalist_item, and get_user_profile require a MyAnimeList API token.
How do I get a MyAnimeList API token?
Go to your MyAnimeList profile settings under API, create a new client ID with type “web”, set the redirect URL to http://localhost:8080/callback, then copy the client ID and secret into your .env file.
What runtimes are required?
The server runs using uv and main.py. The README shows it works with Claude Desktop; other MCP clients are also supported though no specific instructions are given.
Where does data come from?
All data is fetched from the official MyAnimeList API v2. No data is stored locally by this server.
Are there any known limits?
The README does not mention any rate limits or other restrictions beyond requiring authentication for certain endpoints.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论