Sp MCP Server
Sp MCP Server
MCPサーバーにより、ClaudeはSpプラットフォームのユーザーにリンクされたInstagramアカウントに直接投稿できます。
デプロイ (Deploy)
cd mcp-server
npm install
npx wrangler login
# سرّيات لازم تضيفها قبل أول deploy:
npx wrangler secret put SUPABASE_SERVICE_ROLE_KEY
# (خذها من Supabase Dashboard → Settings → API → service_role secret)
npx wrangler secret put IG_APP_ID
npx wrangler secret put IG_APP_SECRET
# (App ID/Secret تبع تطبيق randieb من Meta for Developers)
npm run deploy最初のデプロイ後、Cloudflareは次の形式のURLを提供します:
https://sp-mcp.<subdomain>.workers.devwrangler.tomlファイルのMCP_BASE_URLをこのURLに更新し、npm run deployをもう一度実行する必要があります。
Related MCP server: Instagram Complete MCP Server
Claudeからの接続
ユーザーはClaudeの設定 → Connectors → Add custom connectorに移動し、以下を入力します:
https://sp-mcp.<subdomain>.workers.dev/mcpClaudeはOAuthエンドポイント(/.well-known/oauth-authorization-server)を自動的に検出し、初回のみログインページ(/authorize)にリダイレクトします。
利用可能なツール (Tools)
list_connected_accounts— リンクされたInstagramアカウントを返しますpublish_instagram_post(caption, image_url, account_id?)— キャプション付きの画像を投稿します
セキュリティに関する注意事項
InstagramトークンはSupabaseプロジェクトの
sp_instagram_accountsテーブルに保存され、Row Level Securityで保護されていますWorkerからデータベースへのアクセスは
service_role keyを介して行われます(サーバーサイドで信頼されているため意図的にRLSをバイパスします)。このキーは完全に秘密に保ち、Wrangler secretとしてのみ保存し、コードには絶対に含めないでください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceEnables sending and receiving Instagram Direct Messages, managing conversations, downloading media, viewing user profiles and stories, and interacting with posts through natural language in Claude.
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Instagram Business accounts by automating content publishing, scheduling posts, and analyzing performance metrics. Supports posts, stories, reels, and carousels with detailed audience insights and hashtag discovery.
- AlicenseAqualityCmaintenanceEnables AI assistants to manage Instagram and Threads accounts — publish content, handle comments, view insights, search hashtags, and manage DMs through the Meta Graph API.594610MIT
- AlicenseAqualityAmaintenanceConnects Claude Desktop and other MCP clients to the Instagram Graph API for reading analytics, managing comments, and publishing photos, carousels, and reels.11488MIT
Related MCP Connectors
Instagram for AI agents: publish, read comments and DMs, insights, and engage from your account.
MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
Publish, schedule and verify social posts across seven networks from your AI assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yahya759/sp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server