Jotify Moment MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Jotify Moment MCP Server帮我发一条Moment,附上桌面截图,内容写‘今天完成了项目的新功能开发!’"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jotify Moment MCP Server
Model Context Protocol (MCP) server for Jotify Moment.
Lets Claude Desktop, Cursor, Antigravity, or any MCP-compatible AI Agent interact with your Jotify Moment platform directly through natural language:
📸 Upload local image/audio/video files
✍️ Publish Moment posts with text and images
🔍 Search recently published posts
👤 Verify login identity and Token
🛠️ Installation and Build
cd packages/mcp-server
npm install
npm run buildRelated MCP server: Ayrshare Unofficial MCP Server
⚙️ Configuration
1. Use in Claude Desktop
Add the following to your claude_desktop_config.json (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"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密钥"
}
}
}
}💡 Get an API key: In the Jotify Moment web app, go to
/settings-> the API Keys panel and generate one with a single click.
🧰 Provided MCP Tools
Tool Name | Description | Example Parameters |
| Verify the current API Token and fetch basic user information | No input parameters |
| Upload local image/audio/video files to the server to obtain remote URLs |
|
| Create and publish a Moment post (supports images and external links) |
|
| Retrieve a list of recent public posts published on the platform |
|
💬 Natural Language Conversation Examples
"Help me post a Moment with the content 'I finished developing the new feature for the project today!' and attach this screenshot from my desktop."
"View my recent posts on Moment."
"Test whether my Jotify Token is connected."
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
- AlicenseAqualityCmaintenanceEnables 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.617MIT
- AlicenseAqualityDmaintenanceEnables 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.1819MIT
- AlicenseBqualityCmaintenanceEnables 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.1061MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to create, schedule, and manage social media posts across 10 platforms via a unified API.
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.
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/daocatt/jotify-moment-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server