MyAnimeList MCP Server

MyAnimeList MCP Server

MCP Server for interacting with the MyAnimeList API, allowing LLM clients to access and interact with anime, manga and more.

Category
Visit Server

README

MyAnimeList MCP Server

smithery badge

MCP Server for interacting with the MyAnimeList API, allowing LLM clients to access and interact with anime, manga and more.

Using with Claude Desktop (or other MCP clients)

Installing via Smithery

To install myanimelist-mcp-server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @nicoaguerrero/myanimelist-mcp-server --client claude

Manual Installation

  1. Add this server to your claude_desktop_config.json:
{
    "mcpServers": {
        "myanimelist": {
            "command": "uv",
            "args": [
                "--directory",
                "<path to your project>",
                "run",
                "main.py"
            ]
        }
    }
}
  1. Restart Claude Desktop
  2. Use the tools to interact with MyAnimeList

Available Tools

Anime

  • get_anime: Get a list of anime based on a search query and filters
  • get_anime_details: Get details of an anime by its ID, like recommendations, studios, broadcasting, etc.
  • get_anime_ranking: Get anime rankings
  • get_seasonal_anime: Get seasonal anime based on year and season
  • get_anime_list: Get an user's anime list based on it's username
  • get_suggested_anime: [Requires Auth] Get anime recommendations for a logged user
  • update_myanimelist: [Requires Auth] Update an anime from the logged user's anime list
  • delete_myanimelist_item: [Requires Auth] Delete an anime from the logged user's anime list

Manga

  • get_manga: Get a list of manga based on a search query and filters
  • get_manga_details: Get details of a manga by its ID
  • get_manga_ranking: Get manga rankings
  • get_manga_list: Get an user's manga list based on it's username
  • update_mymangalist: [Requires Auth] Update a manga from the logged user's manga list
  • delete_mymangalist_item: [Requires Auth] Delete a manga from the logged user's manga list

User

  • get_user_profile: [Requires Auth] Get details about the logged user

Get an MyAnimeList API Token for Auth

To get an API token, follow these steps:

  1. Go to API in profile settings.
  2. Click on "Create ID" and select app type web.
  3. Use this URL as your client's "Redirect URL":
http://localhost:8080/callback
  1. Click "Submit"
  2. Then click "Edit" in your generated client and you will see the the client_ID and client_secret.
  3. Copy them in your .env file or environment variables (see .env_example).

Useful resources

https://myanimelist.net/apiconfig/references/authorization https://myanimelist.net/forum/?topicid=1850649&show=150#msg69272815 https://myanimelist.net/apiconfig/references/api/v2

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured