Sp MCP Server
Allows publishing Instagram posts (with caption and image URL) and listing connected Instagram accounts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sp MCP ServerPost this photo to Instagram with caption 'New collection available now!'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Sp MCP Server
MCP server that lets Claude publish directly to Instagram accounts linked to Sp platform users.
Deployment
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 deployAfter the first deploy, Cloudflare gives you a URL in the format:
https://sp-mcp.<subdomain>.workers.devYou must update MCP_BASE_URL in the wrangler.toml file with that same URL, and run npm run deploy again.
Related MCP server: Instagram Complete MCP Server
Connecting from Claude
The user goes to Claude settings → Connectors → Add custom connector, and enters:
https://sp-mcp.<subdomain>.workers.dev/mcpClaude will automatically discover the OAuth endpoints (/.well-known/oauth-authorization-server), and will take them to the login page (/authorize) only the first time.
Available Tools
list_connected_accounts— returns the linked Instagram accountspublish_instagram_post(caption, image_url, account_id?)— publishes an image with a caption
Security Notes
Instagram tokens are stored in the
sp_instagram_accountstable in the Supabase project, protected by Row Level SecurityAccess from the Worker to the database is done via the
service_role key(it intentionally bypasses RLS because it is Server-side trusted), so this key must remain completely secret and stored only as a Wrangler secret, never placed in the code.
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