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.
Recommend MCP Servers 💡
@mario-andreschak/mcp-gameboy
An MCP server enabling LLMs to interact with a GameBoy emulator via stdio and SSE transports
meme-mcp
A simple MCP server for generating memes using the ImgFlip API
mcp-storybook-image-generator
Generates storybook images and matching children's stories using Google's Gemini AI
chesspal-mcp-engine
A Stockfish-powered chess engine exposed as an MCP server using FastMCP, providing chess move generation and game status via SSE or stdio transports.
@jayarrowz/mcp-osrs
An MCP Server for interacting with the Old School RuneScape (OSRS) Wiki API and game data files, providing tools to search the OSRS Wiki and access game data definitions.
mcp-sticky
An MCP server for creating AI-generated memes and converting them into stickers for platforms like Telegram and WhatsApp, requiring no external APIs.