MCP Server
MCP
AniList
AniList MCP server for accessing AniList API data
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
By
Comments
Sign in to leave a comment