YaparAI MCP Server
Enables posting to Facebook, managing inbox messages, and AI-generated replies through YaparAI's social media enterprise tools.
Provides access to Flux image generation models for text-to-image and image-to-image creation through YaparAI's content generation platform.
Provides tools for posting to Instagram, managing inbox/DMs, generating captions and hashtags, and AI-suggested replies through YaparAI's social media platform.
Integrates with Suno v4 for AI music generation, enabling creation of full songs with vocals and instrumentals through YaparAI's content generation tools.
Allows posting to TikTok and managing social media content through YaparAI's enterprise social media tools.
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., "@YaparAI MCP Servergenerate an image of a sunset over Istanbul"
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.
YaparAI MCP Server
All-in-one AI content creation + enterprise social media & CRM — directly from Claude Desktop, Cursor, Windsurf, and other MCP-compatible AI assistants.
What is YaparAI?
YaparAI is an all-in-one AI platform with 30 tools:
Image Generation — Flux, SDXL, Imagen 4 (text-to-image, image-to-image)
Video Generation — Veo 3.1, Kling (text-to-video, image-to-video)
Music Generation — Suno v4 (full songs with vocals, instrumentals)
Image Editing — Background removal, face swap, style transfer
E-commerce — Virtual try-on, AI mannequin for product photos
448+ Templates — Pre-built ComfyUI workflows (logos, ads, product photos...)
AI Text & Vision — Gemini-powered text generation and image analysis
Chatbots — Interact with AI chatbots via API
Social Media — Post, caption, hashtag, inbox, AI auto-reply (Enterprise)
CRM — Customer management, AI info extraction, shipping, bulk messaging (Enterprise)
Quick Start
1. Install
pip install yaparai2. Get your API Key
Sign up at yaparai.com (100 free credits)
Go to Settings > API Keys
Create a new key — copy it (shown only once!)
3. Configure Claude Desktop
Edit your Claude Desktop config (Settings > Developer > Edit Config):
{
"mcpServers": {
"yaparai": {
"command": "yaparai",
"env": {
"YAPARAI_API_KEY": "yap_live_your_key_here",
"YAPARAI_ORG_ID": "your-org-id-for-enterprise-features"
}
}
}
}
YAPARAI_ORG_IDis optional — only needed for social media & CRM tools. Use thelist_organizationstool to find your org ID.
4. Use it!
"Generate an image of a sunset over Istanbul"
"List available templates for logo design"
"Create a social media post for our new product launch"
"Show me the inbox messages on Instagram"
"Generate an AI reply for that customer question"
"Send shipping info to customer #123 — Yurtici, tracking ABC456"
Available Tools (30)
Content Generation (4)
Tool | Description | Cost |
| Generate images (Flux, SDXL, Imagen 4) | ~6 credits |
| Generate videos (Veo 3.1, Kling) | ~350 credits |
| Generate music (Suno v4) | ~14 credits |
| Music + video combined | ~364 credits |
Image Editing (3)
Tool | Description | Cost |
| Image-to-image style transfer | ~6 credits |
| Remove background from images | ~2 credits |
| Face swap in images | ~6 credits |
E-commerce (2)
Tool | Description | Cost |
| Virtual clothing try-on | ~6 credits |
| AI mannequin for product photos | ~6 credits |
Avatar (1)
Tool | Description | Cost |
| Talking avatar from photo | ~14 credits |
Templates (3)
Tool | Description | Cost |
| Browse 448+ templates | Free |
| Get template inputs/details | Free |
| Run a template workflow | Varies |
AI Tools (2)
Tool | Description | Cost |
| Gemini text generation (scripts, lyrics, storyboard) | ~2 credits |
| Gemini Vision image analysis | ~2 credits |
Chatbot (2)
Tool | Description | Cost |
| List available chatbots | Free |
| Chat with a YaparAI chatbot | Varies |
Enterprise: Social Media (8)
Tool | Description | Cost |
| List connected social accounts | Free |
| Post to Instagram/Facebook/TikTok/X | Free |
| AI-generate post caption | Free |
| AI-generate hashtags | Free |
| Read social media inbox/DMs | Free |
| Read conversation messages | Free |
| Reply to a DM/message | Free |
| Get AI-suggested reply | Free |
Enterprise: CRM (6)
Tool | Description | Cost |
| Browse CRM customers | Free |
| Get customer details | Free |
| AI-extract info from conversations | Free |
| Send tracking notification | Free |
| Mass message customers | Free |
| Import customers from inbox | Free |
Utility (4)
Tool | Description | Cost |
| List your organizations | Free |
| Check credit balance | Free |
| List models and costs | Free |
| Check job status | Free |
Configuration
Env Variable | Description | Default |
| Your API key (required) | — |
| Organization ID (for enterprise tools) | — |
| API base URL |
|
Cursor / Windsurf / Claude Code
Same configuration format in MCP settings:
{
"yaparai": {
"command": "yaparai",
"env": {
"YAPARAI_API_KEY": "yap_live_your_key_here"
}
}
}Python SDK Usage
import asyncio
from yaparai.client import YaparAIClient
async def main():
client = YaparAIClient(api_key="yap_live_your_key_here")
# Generate an image
job = await client.generate({"type": "image", "prompt": "A futuristic city"})
result = await client.wait_for_result(job["job_id"])
print(result["result_url"])
# List templates
templates = await client.list_templates({"category": "logo"})
print(templates)
# Social media caption
caption = await client.social_generate_caption("org-id", {
"topic": "summer sale",
"platform": "instagram",
"language": "tr",
})
print(caption)
asyncio.run(main())Pricing
100 free credits on signup (no credit card required)
Image:
6 credits ($0.50)Video:
350 credits ($3-5)Music:
14 credits ($1)Enterprise features: included with subscription
Credits never expire
Links
Website: yaparai.com
Enterprise: kurumsal.yaparai.com
Gallery: yaparai.com/gallery
API Keys: yaparai.com/settings
Support: destek@yaparai.com
License
Apache 2.0 — see LICENSE
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/ilhankilic/yaparai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server