mcp-nicovideo-snapshot-search
このプロジェクトは、ニコニコ動画の動画を検索するためのMCPサーバーを提供します。Snapshot Search APIを利用して、ユーザーが簡単に動画を検索できる機能を実装しています。設定ファイルの例も含まれており、開発者が迅速に導入できるよう配慮されています。
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
30
フォーク
0
イシュー
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.