Jotify Moment MCP Server
Jotify Moment MCP Server
Model Context Protocol (MCP)-Server für Jotify Moment.
Ermöglicht Claude Desktop, Cursor, Antigravity oder einem beliebigen MCP-fähigen KI-Agenten, direkt über natürliche Sprache auf deiner Jotify-Moment-Plattform:
📸 Lokale Bild-/Audio-/Videodateien hochladen
✍️ Moment-Beiträge mit Texten und Bildern veröffentlichen
🔍 Zuletzt veröffentlichte Beiträge abrufen
👤 Login-Identität und Token validieren
🛠️ Installation und Build
cd packages/mcp-server
npm install
npm run buildRelated MCP server: Ayrshare Unofficial MCP Server
⚙️ Konfiguration
1. In Claude Desktop verwenden
Füge in deiner claude_desktop_config.json (auf macOS unter ~/Library/Application Support/Claude/claude_desktop_config.json) Folgendes hinzu:
{
"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-Schlüssel abrufen: Wechsel in der Jotify-Moment-Weboberfläche zu
/settings-> und generiere den Schlüssel mit einem Klick im Bereich „API-Schlüssel“.
🧰 Bereitgestellte MCP-Tools
Tool-Name | Beschreibung | Parameterbeispiel |
| Validiert den aktuellen API-Token und ruft die Basisinformationen des Benutzers ab | Keine Eingabeparameter |
| Lädt lokale Bilder/Audio-/Videodateien auf den Server hoch, um eine Remote-URL zu erhalten |
|
| Erstellt und veröffentlicht eine Moment-Dynamik (unterstützt Bilder und externe Links) |
|
| Ruft die Liste der zuletzt von der Plattform veröffentlichten öffentlichen Beiträge ab |
|
💬 Beispiele für natürlichsprachige Konversationen
„Veröffentliche einen Moment mit dem Inhalt ‚Heute habe ich die neue Funktion des Projekts abgeschlossen!‘ und füge den Screenshot als Anhang hinzu.“
„Zeig mir, was ich zuletzt auf Moment veröffentlicht habe.“
„Teste, ob mein Jotify-Token verbunden ist.“
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