Odel
MAL MCP Server

MAL MCP Server

Local
@grinv2TypeScriptMITUpdated 2w ago

MyAnimeList MCP server: Tenrai-powered reads plus official MAL personal-list management.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmal-mcpv0.10.0

Run

npx -y mal-mcp

MCP client config

{
  "mcpServers": {
    "mal-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mal-mcp"
      ]
    }
  }
}
MCP Bundlehttps://github.com/Grinv/mal-mcp/releases/download/v0.10.0/mal-mcp.mcpbv0.10.0

Distributed as an MCP bundle (`https://github.com/Grinv/mal-mcp/releases/download/v0.10.0/mal-mcp.mcpb`) — download it and import the bundle in your MCP client.