← Back to Plugins
MCP Server MCP

MAL MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mal-mcp",
      "version": "0.10.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "MAL app Client ID (type 'other'). Also enables read-tool resilience with no login. See docs/auth.md.",
          "isSecret": true,
          "name": "MAL_CLIENT_ID"
        },
        {
          "description": "OAuth refresh token (one-time auth, docs/auth.md); enables personal-list tools with auto-refresh.",
          "isSecret": true,
          "name": "MAL_REFRESH_TOKEN"
        },
        {
          "description": "Advanced: standalone MAL access token. Works ~30 days without refresh; usually leave unset.",
          "isSecret": true,
          "name": "MAL_ACCESS_TOKEN"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/Grinv/mal-mcp/releases/download/v0.10.0/mal-mcp.mcpb",
      "version": "0.10.0",
      "fileSha256": "3cccff9483e13ba81bab3ba11d4daf89f9988438938502781861d7a5864e0a24",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "MAL app Client ID (type 'other'). Also enables read-tool resilience with no login. See docs/auth.md.",
          "isSecret": true,
          "name": "MAL_CLIENT_ID"
        },
        {
          "description": "OAuth refresh token (one-time auth, docs/auth.md); enables personal-list tools with auto-refresh.",
          "isSecret": true,
          "name": "MAL_REFRESH_TOKEN"
        },
        {
          "description": "Advanced: standalone MAL access token. Works ~30 days without refresh; usually leave unset.",
          "isSecret": true,
          "name": "MAL_ACCESS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...