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.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ICSS
chokcoco不止于 CSS
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论