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 💡
pixverse-mcp
Enables interaction with PixVerse's AI video generation APIs via MCP
mcp-draw
An MCP server for generating images from text prompts using OpenAI's API and saving outputs locally
yutu
A fully functional MCP server and CLI for YouTube
Tok/SuperColliderMCP
An MCP server enabling AI control of SuperCollider audio synthesis via OSC
ebitengine-mcp
An MCP server for Ebitengine games, enabling AI agents in editors like Cursor, VS Code, and Windsurf to debug and interact with game state, capture logs, and record frames.
Unity-MCP
AI-powered bridge connecting LLMs and advanced AI agents to the Unity Editor via the Model Context Protocol (MCP). Chat with AI to generate code, debug errors, and automate game development tasks directly within your project.