Skip to main content
Glama
daocatt

Jotify Moment MCP Server

by daocatt

Jotify Moment MCP Server

Model Context Protocol (MCP) server for Jotify Moment.

Claude Desktop, Cursor, Antigravity 또는 MCP를 지원하는 모든 AI Agent가 자연어로 Jotify Moment 플랫폼에서 다음을 직접 수행할 수 있습니다:

  • 📸 로컬 이미지/오디오·비디오 파일 업로드

  • ✍️ Moment 텍스트·이미지 게시물 작성

  • 🔍 최근 게시물 검색

  • 👤 로그인 신원과 Token 검증


🛠️ 설치 및 빌드

cd packages/mcp-server
npm install
npm run build

Related MCP server: Ayrshare Unofficial MCP Server

⚙️ 연동 설정

1. Claude Desktop에서 사용

claude_desktop_config.json(macOS의 경우 ~/Library/Application Support/Claude/claude_desktop_config.json)에 다음을 추가하세요:

{
  "mcpServers": {
    "jotify-moment": {
      "command": "node",
      "args": [
        "/Users/mengdoo/codes/jotify-moment/packages/mcp-server/dist/index.js"
      ],
      "env": {
        "JOTIFY_BASE_URL": "http://localhost:3000",
        "JOTIFY_API_TOKEN": "jotify_pat_你的API密钥"
      }
    }
  }
}

💡 API 키 발급: Jotify Moment 웹에서 /settings -> 「API 키」 패널로 이동해 한 번에 생성하세요.


🧰 제공되는 MCP Tools

Tool 이름

설명

매개변수 예시

jotify_get_profile

현재 API Token을 검증하고 사용자 기본 정보를 가져옵니다

인자 없음

jotify_upload_media

로컬 이미지/오디오·비디오를 서버에 업로드하여 원격 URL을 가져옵니다

{"filePath": "/path/to/image.png"}

jotify_create_post

Moment 게시물을 생성하고 발행합니다(이미지 첨부 및 외부 링크 지원)

{"content": "今天天气真好!", "mediaUrls": [...]}

jotify_list_recent_posts

플랫폼에 최근 게시된 공개 게시물 목록을 가져옵니다

{"limit": 10}


💬 자연어 대화 예시

  • “Moment를 하나 작성해 주세요. 내용은 ‘오늘 프로젝트의 새 기능 개발을 완료했습니다!’이고, 바탕화면의 이 스크린샷을 첨부해 주세요.”

  • “내가 최근에 Moment에 올린 게시물을 확인해 주세요.”

  • “내 Jotify Token이 연결되어 있는지 테스트해 주세요.”

Install Server
F
license - not found
A
quality
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
    A
    quality
    C
    maintenance
    Enables AI assistants to publish, schedule, and manage social media posts across X (Twitter), Instagram, and Threads through the Sociona API. Supports immediate posting, scheduling, analytics, and account management with natural language commands.
    6
    17
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to interact with the Ayrshare API to publish social media posts, manage profiles, and handle comments or messages. It supports executing real-time API calls for analytics, media uploads, and automated scheduling across various social platforms.
    18
    19
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Enables AI assistants to manage social media accounts, upload media (videos and images), track upload status, and manage content across platforms like Instagram, YouTube, and TikTok via the XenonFlare API.
    10
    6
    1
    MIT

View all related MCP servers

Related MCP Connectors

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

  • Publish, schedule, and manage social media posts across major platforms via the Postproxy API.

  • 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/daocatt/jotify-moment-mcp'

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