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 DesktopCursorAntigravity 或任意支持 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