Skip to main content
Glama
yahya759

Sp MCP Server

by yahya759

Sp MCP Server

MCP-сервер позволяет Claude публиковать напрямую в аккаунты Instagram, привязанные к пользователям платформы Sp.

Развертывание (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 выдаст вам ссылку вида:

https://sp-mcp.<subdomain>.workers.dev

Необходимо обновить MCP_BASE_URL в файле wrangler.toml на эту ссылку и повторно выполнить npm run deploy.

Related MCP server: Instagram Complete MCP Server

Подключение из Claude

Пользователь переходит в настройки Claude → Connectors → Add custom connector и вставляет:

https://sp-mcp.<subdomain>.workers.dev/mcp

Claude автоматически обнаружит OAuth-эндпоинты (/.well-known/oauth-authorization-server) и перенаправит на страницу входа (/authorize) только при первом подключении.

Доступные инструменты (Tools)

  • list_connected_accounts — возвращает привязанные аккаунты Instagram

  • publish_instagram_post(caption, image_url, account_id?) — публикует изображение с подписью

Замечания по безопасности

  • Токены Instagram хранятся в таблице sp_instagram_accounts в проекте Supabase и защищены с помощью Row Level Security

  • Доступ из Worker к базе данных осуществляется через service_role key (намеренно обходит RLS, так как это доверенный серверный ключ), поэтому этот ключ должен оставаться полностью секретным и храниться только как Wrangler secret, и никогда не должен попадать в код

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables sending and receiving Instagram Direct Messages, managing conversations, downloading media, viewing user profiles and stories, and interacting with posts through natural language in Claude.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to manage Instagram and Threads accounts — publish content, handle comments, view insights, search hashtags, and manage DMs through the Meta Graph API.
    59
    46
    10
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Connects Claude Desktop and other MCP clients to the Instagram Graph API for reading analytics, managing comments, and publishing photos, carousels, and reels.
    11
    488
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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