← Back to Plugins
MCP Server MCP

AniList

github By github 👁 2 views ▲ 0 votes

AniList MCP server for accessing AniList API data

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "anilist-mcp",
      "version": "1.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AniList API token for authenticated requests",
          "format": "string",
          "isSecret": true,
          "name": "ANILIST_TOKEN"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/yuna0x0/anilist-mcp:1.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AniList API token for authenticated requests",
          "format": "string",
          "isSecret": true,
          "name": "ANILIST_TOKEN"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/yuna0x0/anilist-mcp/releases/download/v1.4.0/anilist-mcp-1.4.0.mcpb",
      "fileSha256": "f77013615f02d9001b895ffb915b0a642a1a914cbb48d24f6f09e91e3f9c9fd1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AniList API token for authenticated requests",
          "format": "string",
          "isSecret": true,
          "name": "ANILIST_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci mcpb

Comments

Sign in to leave a comment

Loading comments...