Jotify Moment MCP Server

Jotify Moment MCP Server

Enables AI agents to interact with Jotify Moment for publishing photo/text posts, uploading media, retrieving recent posts, and validating API tokens through natural language.

Category
Visit Server

README

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

⚙️ 接入配置

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 是否连通”

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured