Loading languages...
MC

mcp-nicovideo-snapshot-search

@x0x0b1

This project provides an MCP server for searching videos on Nicovideo (niconico douga, ニコニコ動画) using the [Snapshot Search API](https://site.nicovideo.jp/search-api-docs/snapshot).

nicovideo
niconico
video-search
mcp-server

MCP Nicovideo Snapshot Search

This project provides an MCP server for searching videos on Nicovideo (niconico douga, ニコニコ動画) using the Snapshot Search API.

usage example

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.

# mcpServer Config

{
  "mcpServers": {
    "mcp-nico-snapshot-search": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/owner/dev/mcp-nicovideo-snapshot-search",
        "run",
        "main.py"
      ]
    }
  }
}

# stdio

uv --directory /Users/owner/dev/mcp-nicovideo-snapshot-search run main.py
Transport:
stdio
Language:
Python
Created: 4/20/2025
Updated: 2/4/2026