Skip to main content
Glama
fopost

@fopost/mcp

Official
by fopost

@fopost/mcp

FoPost용 MCP 서버: MCP 지원 클라이언트(Claude Desktop, Cursor, ChatGPT desktop, Continue 등)에서 소셜 미디어 게시물, 계정, AI 사용량을 관리합니다.

npx -y @fopost/mcp로 실행되며 설치 단계가 필요 없습니다. Node 18 이상이 필요합니다.

0.x 릴리스. 도구 이름과 인수는 마이너 버전 간에 변경될 수 있습니다. 중요한 경우 정확한 버전을 고정하세요.

도구

도구

기능

list_posts

워크스페이스의 게시물 목록, 상태별 필터링

get_post

ID로 게시물 가져오기

schedule_post

게시물 생성(임시 저장, 예약, 또는 즉시 게시)

edit_post

기존 게시물 업데이트

cancel_post

예약된 게시물 취소

delete_post

게시물 영구 삭제

list_post_deliveries

게시물의 계정별 전달 상태

list_accounts

연결된 소셜 계정 목록

get_account_health

토큰 유효성 및 요율 제한 여유 확인

list_workspaces

사용자가 접근할 수 있는 워크스페이스 목록

generate_caption

AI 캡션 생성 또는 개선(1크레딧)

rewrite_for_platforms

대상 플랫폼별로 콘텐츠 다시 작성(각 1크레딧)

repurpose_url

블로그 URL을 N개의 플랫폼 최적화 게시물로 변환(6크레딧)

get_ai_credits

현재 AI 크레딧 잔액 표시

Related MCP server: Solnk MCP

설정

1. API 키 받기

필요한 범위(posts, accounts, workspaces가 가장 일반적)로 https://app.fopost.com/api-keys에서 생성하세요.

2. MCP 클라이언트에 추가

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json(macOS) 또는 %APPDATA%\Claude\claude_desktop_config.json(Windows)을 편집하세요:

{
  "mcpServers": {
    "fopost": {
      "command": "npx",
      "args": ["-y", "@fopost/mcp"],
      "env": {
        "FOPOST_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor / Continue / 기타

환경에 FOPOST_API_KEY를 설정하고 동일한 npx -y @fopost/mcp 명령을 사용하세요.

설정

변수

필수

기본값

FOPOST_API_KEY

필수

FOPOST_API_URL

아니요

https://api.fopost.com

자체 호스팅 중이신가요? FOPOST_API_URL을 인스턴스로 지정하세요.

예시 프롬프트

"이번 주 실패한 게시물을 나열하고 어느 계정이 비정상인지 알려주세요."

"이 URL을 Twitter 스레드, LinkedIn 게시물, dev.to 요약으로 변환하세요: https://example.com/blog/post"

"이번 기간에 남은 AI 크레딧이 얼마인가요?"

기여

이슈와 풀 리퀘스트는 fopost/fopost-mcp에서 환영합니다.

npm install
npm run lint     # tsc --noEmit
npm run build    # tsup -> dist/

라이선스

MIT

Install Server
A
license - permissive license
A
quality
B
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
    A
    quality
    B
    maintenance
    Schedule and manage social media posts across 10 platforms (Instagram, Facebook, TikTok, X, LinkedIn, YouTube, Threads, Pinterest, Bluesky, Telegram) from any MCP-compatible AI assistant. Supports batch posting, media uploads, analytics, and platform-specific features like Reels, Shorts, and carousels.
    11
    264
    5
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables publishing and scheduling content across 9 social platforms (X, Instagram, TikTok, YouTube, Facebook, LinkedIn, Pinterest, Threads, Bluesky) through a single MCP tool interface, acting as a stateless proxy to the Solnk API.
    11
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A full social media management MCP server enabling post, read, schedule, and analyze across Facebook, Instagram, LinkedIn, X/Twitter, Pinterest, and YouTube from any MCP-compatible AI client.
    MIT

View all related MCP servers

Related MCP Connectors

  • Social media MCP: publish, schedule & analyze posts on TikTok, Instagram, YouTube, LinkedIn & X

  • Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.

  • Schedule and publish social posts to 11 platforms with media, campaigns, analytics and AI captions

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/fopost/fopost-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server