Markdown Vault MCP
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
io.github.gavxm/ani-mcp · v0.15.7
A smart MCP server for AniList that gets your anime/manga taste - not just API calls.
Ani MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"ani-mcp": {
"command": "npx",
"args": [
"-y",
"ani-mcp"
]
}
}
}ANILIST_USERNAME可选Default AniList username for list and stats tools
ANILIST_TOKEN可选secretAniList OAuth token for authenticated queries
{
"id": "io.github.gavxm/ani-mcp",
"type": "mcp-server",
"version": "0.15.7",
"displayName": "Ani MCP",
"description": "A smart MCP server for AniList that gets your anime/manga taste - not just API calls.",
"repository": {
"url": "https://github.com/gavxm/ani-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "ani-mcp",
"version": "0.15.7",
"transport": "stdio",
"environmentVariables": [
{
"name": "ANILIST_USERNAME",
"description": "Default AniList username for list and stats tools"
},
{
"name": "ANILIST_TOKEN",
"description": "AniList OAuth token for authenticated queries",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.gavxm/ani-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.gavxm%2Fani-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}