GitHub Stars
0
User Rating
Not Rated
Forks
0
Issues
0
Views
1
Favorites
0
README
MCP Nicovideo Snapshot Search
This project provides an MCP server for searching videos on Nicovideo (niconico douga, ニコニコ動画) using the Snapshot Search API.
Example Configuration for MCP Server
{
"mcpServers": {
"mcp-nico-snapshot-search": {
"command": "uv",
"args": [
"--directory",
"/Users/owner/dev/mcp-nico-snapshot-search",
"run",
"main.py"
]
}
}
}
License
This project is licensed under the terms specified in the LICENSE file.