MCP.so
登录

Instagram MCP Server

@duhlink

关于 Instagram MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

duhlink

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Instagram MCP Server?

A Model Context Protocol (MCP) server that fetches Instagram posts using Chrome's existing login session. It is built for developers who want to programmatically retrieve Instagram data without additional authentication, relying on an already-authenticated Chrome profile.

How to use Instagram MCP Server?

Install dependencies with npm install, build with npm run build, then run with CHROME_USER_DATA_DIR=/path/to/chrome/profile npm start. The server exposes the get_instagram_posts tool, which accepts a required username, and optional limit, saveDir, and delayBetweenPosts parameters.

Key features of Instagram MCP Server

  • Modular architecture with clear separation of concerns
  • Type-safe implementation using TypeScript
  • Improved error handling and standardized error codes
  • Configurable through environment variables
  • JSON-RPC 2.0 compliant communication
  • Automatic media downloading and metadata generation

Use cases of Instagram MCP Server

  • Fetch recent posts from any public Instagram profile
  • Automatically download media files and generate metadata
  • Generate SEO-friendly descriptions for Instagram content
  • Integrate Instagram data into AI workflows via MCP

FAQ from Instagram MCP Server

评论

其他 分类下的更多 MCP 服务器