Skip to main content
Glama

anilist-mcp

MIT License
333
51
  • Apple
  • Linux

search_user

Find users on AniList by entering a search term, specifying results per page, and navigating through paginated results using the MCP server.

Instructions

Search for users on AniList

Input Schema

NameRequiredDescriptionDefault
amountNoResults per page (max 25)
pageNoPage number for results
termYesSearch term for finding users

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "default": 5, "description": "Results per page (max 25)", "type": "number" }, "page": { "default": 1, "description": "Page number for results", "type": "number" }, "term": { "description": "Search term for finding users", "type": "string" } }, "required": [ "term" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuna0x0/anilist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server