ig-download-mcp-server
@handoing
ig-download-mcp-server について
MCP service for downloading Instagram videos
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ig-download-mcp-server": {
"command": "node",
"args": [
"path/ig-download-mcp-server/index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is ig-download-mcp-server?
ig-download-mcp-server is a lightweight MCP (Model Context Protocol) service that downloads Instagram videos programmatically. It uses btch-downloader to extract media URLs and axios for downloading, and is built with FastMCP for easy integration.
How to use ig-download-mcp-server?
Clone the repository and configure the server in your MCP client settings using the node command with the path to index.js. Invoke the download tool with a url (Instagram post URL) and path (local destination folder). The service returns "Instagram download success" upon completion.
Key features of ig-download-mcp-server
- Fetch Instagram video URLs
- Download videos to a specified local path
- Progress tracking and logging
- Built with FastMCP for simple integration
Use cases of ig-download-mcp-server
- Archive Instagram videos locally for offline access
- Automate video downloads in a content pipeline
- Integrate Instagram media downloading into MCP-compatible assistants
FAQ from ig-download-mcp-server
What runtime environment does ig-download-mcp-server require?
Node.js is required, as the server is started with the node command.
What transport does ig-download-mcp-server use?
The server communicates over MCP using standard I/O (stdio), configured via command and arguments.
Where do the downloaded videos come from?
Videos are downloaded from Instagram’s servers using the provided public URL.
What API does ig-download-mcp-server expose?
It exposes a single tool, download, which accepts url and path parameters and confirms success with a text response.
「その他」の他のコンテンツ
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント