← Back to Plugins
MCP Server MCP

io.github.smeet666/mcp-animenewsnetwork

github By github 👁 1 views ▲ 0 votes

Search the Anime News Network encyclopedia and read its news wire. No API key.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-animenewsnetwork",
      "version": "1.2.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override the User-Agent sent to Anime News Network.",
          "name": "ANN_USER_AGENT"
        },
        {
          "description": "Minimum milliseconds between requests. Default 1100, floor 1000.",
          "name": "ANN_MIN_INTERVAL_MS"
        },
        {
          "description": "silent, error, info or debug. Default error.",
          "name": "ANN_LOG_LEVEL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/smeet666/mcp-animenewsnetwork/releases/download/v1.2.4/mcp-animenewsnetwork-1.2.4.mcpb",
      "version": "1.2.4",
      "fileSha256": "df272499e9d24e0fdf1ff7469b848f4c4756da972d9a96e74fbd02d03127f2cb",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...