Mixpost Server
БесплатноНе проверенEnables interaction with the Mixpost social media management API through natural language, supporting account, post, media, and tag management.
Описание
Enables interaction with the Mixpost social media management API through natural language, supporting account, post, media, and tag management.
README
A Model Context Protocol (MCP) server for interacting with the Mixpost social media management API. This server provides comprehensive access to Mixpost's functionality including accounts, posts, media, and tags management.
Features
- Account Management: List and retrieve connected social media accounts
- Post Management: Create, update, schedule, approve, and delete social media posts
- Media Management: Upload, list, update, and delete media files
- Tag Management: Create, update, and manage content tags
- Queue Management: Add posts to publishing queues
- Comprehensive Error Handling: Detailed API error responses
Installation
Install globally via npm to use with npx:
npm install -g mixpost-mcp-server
Or run directly with npx:
npx mixpost-mcp-server
Configuration
The server requires the following environment variables:
MIXPOST_BASE_URL- Your Mixpost instance base URL (e.g.,https://your-domain.com)MIXPOST_WORKSPACE_UUID- The UUID of your Mixpost workspaceMIXPOST_API_KEY- Your Mixpost API access tokenMIXPOST_CORE_PATH- (Optional) Custom core path, defaults to "mixpost"
Getting Your API Token
- Log into your Mixpost dashboard
- Navigate to "Access Tokens"
- Click "Create" to generate a new token
- Copy the generated token for use as
MIXPOST_API_KEY
Usage with Claude Desktop
Add to your Claude Desktop MCP configuration:
{
"mcpServers": {
"mixpost": {
"command": "npx",
"args": ["mixpost-mcp-server"],
"env": {
"MIXPOST_BASE_URL": "https://your-mixpost-instance.com",
"MIXPOST_WORKSPACE_UUID": "your-workspace-uuid",
"MIXPOST_API_KEY": "your-api-token",
"MIXPOST_CORE_PATH": "mixpost"
}
}
}
}
Available Tools
Account Tools
mixpost_list_accounts- List all connected social media accountsmixpost_get_account- Get details of a specific account
Post Tools
mixpost_create_post- Create a new social media postmixpost_update_post- Update an existing postmixpost_approve_post- Approve a post for publishingmixpost_get_post- Get details of a specific postmixpost_list_posts- List posts with optional filteringmixpost_delete_post- Delete a specific postmixpost_delete_multiple_posts- Delete multiple posts at oncemixpost_schedule_post- Schedule a post for publishingmixpost_add_post_to_queue- Add a post to the publishing queue
Media Tools
mixpost_list_media- List media filesmixpost_get_media- Get details of a specific media filemixpost_update_media- Update media file metadatamixpost_delete_media- Delete a media file
Tag Tools
mixpost_list_tags- List all tagsmixpost_get_tag- Get details of a specific tagmixpost_create_tag- Create a new tagmixpost_update_tag- Update an existing tagmixpost_delete_tag- Delete a tag
API Reference
This server implements the Mixpost API endpoints as documented at https://docs.mixpost.app/api/.
Post Creation Example
{
"date": "2024-12-01",
"time": "10:00",
"timezone": "America/New_York",
"schedule": true,
"accounts": [1, 2, 3], // Account IDs are integers, not UUIDs
"tags": ["tag-uuid-1"],
"versions": [
{
"account_id": 1, // Account ID must be an integer
"is_original": true,
"content": {
"body": "Hello, world! This is my social media post.",
"media": [],
"urls": ["https://example.com"]
},
"options": {}
}
]
}
Important Notes:
- Account IDs in the
accountsarray andaccount_idfields must be integers, not UUIDs - Use the
mixpost_list_accountstool to get the numeric IDs for your accounts - Content should be formatted with HTML tags (e.g.,
<div>for line breaks) - For draft posts, use
schedule: falseandqueue: false - The content structure for versions is an array of objects, not a single object
Error Handling
The server provides comprehensive error handling with detailed messages for:
- Authentication failures (401)
- Access forbidden (403)
- Resource not found (404)
- Validation errors (422)
- Network and connection issues
Development
Building from Source
git clone <repository-url>
cd mixpost-mcp-server
npm install
npm run build
Development Mode
npm run dev
License
MIT
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Support
For issues related to the MCP server, please open an issue in this repository. For Mixpost API questions, refer to the official Mixpost documentation.
Установка Mixpost Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/pfarag/mixpost-mcp-serverFAQ
Mixpost Server MCP бесплатный?
Да, Mixpost Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Mixpost Server?
Нет, Mixpost Server работает без API-ключей и переменных окружения.
Mixpost Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Mixpost Server в Claude Desktop, Claude Code или Cursor?
Открой Mixpost Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
автор: buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
автор: ARAYouTube
Transcripts, channel stats, search
автор: YouTubeEverArt
AI image generation using various models.
автор: modelcontextprotocolCompare Mixpost Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории media
