@fopost/mcp
Official@fopost/mcp
FoPost용 MCP 서버: MCP 지원 클라이언트(Claude Desktop, Cursor, ChatGPT desktop, Continue 등)에서 소셜 미디어 게시물, 계정, AI 사용량을 관리합니다.
npx -y @fopost/mcp로 실행되며 설치 단계가 필요 없습니다. Node 18 이상이 필요합니다.
0.x 릴리스. 도구 이름과 인수는 마이너 버전 간에 변경될 수 있습니다. 중요한 경우 정확한 버전을 고정하세요.
도구
도구 | 기능 |
| 워크스페이스의 게시물 목록, 상태별 필터링 |
| ID로 게시물 가져오기 |
| 게시물 생성(임시 저장, 예약, 또는 즉시 게시) |
| 기존 게시물 업데이트 |
| 예약된 게시물 취소 |
| 게시물 영구 삭제 |
| 게시물의 계정별 전달 상태 |
| 연결된 소셜 계정 목록 |
| 토큰 유효성 및 요율 제한 여유 확인 |
| 사용자가 접근할 수 있는 워크스페이스 목록 |
| AI 캡션 생성 또는 개선(1크레딧) |
| 대상 플랫폼별로 콘텐츠 다시 작성(각 1크레딧) |
| 블로그 URL을 N개의 플랫폼 최적화 게시물로 변환(6크레딧) |
| 현재 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_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
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
- AlicenseAqualityBmaintenanceSchedule 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.112645MIT
- AlicenseAqualityBmaintenanceEnables 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.111MIT
- AlicenseNot gradedqualityCmaintenanceA 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
- AlicenseNot gradedqualityCmaintenanceEnables generating, scheduling, and publishing social media posts via Claude or an agent through the MCP protocol.17MIT
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
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/fopost/fopost-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server