YaparAI Enterprise MCP Server — Social Media & CRM tools for Claude, Cursor, Windsurf
Project description
YaparAI Enterprise MCP Server
Enterprise Social Media & CRM management — directly from Claude Desktop, Cursor, Windsurf, and other MCP-compatible AI assistants.
What is this?
This is a dedicated MCP (Model Context Protocol) server for the YaparAI Enterprise platform. It exposes 21 tools covering Social Media management and CRM directly inside Claude, Cursor, or any MCP-compatible assistant.
For the full YaparAI MCP (image generation, video, music, templates, etc.) see the main yaparai-mcp repo.
Tools (21)
🏢 Utility (1)
| Tool | Description |
|---|---|
list_organizations |
List your organizations and find your org_id |
📱 Social Media (12)
| Tool | Description |
|---|---|
list_social_accounts |
List connected Instagram/Facebook/TikTok/X accounts |
create_social_post |
Publish or schedule a post |
list_social_posts |
Browse published and scheduled posts |
delete_social_post |
Delete a post |
get_social_analytics |
Engagement stats, reach, follower growth |
generate_caption |
AI-generated post caption (TR/EN) |
generate_hashtags |
AI-optimized hashtags |
list_inbox |
Read social media DMs and comments |
read_conversation |
Full message history of a conversation |
reply_to_message |
Reply to a DM or comment |
ai_reply_suggestion |
AI-suggested reply for a conversation |
get_social_quota |
Check posting quota and limits |
👥 CRM (8)
| Tool | Description |
|---|---|
list_customers |
Browse CRM customers (filter by tag, platform, search) |
get_customer |
Get full customer profile |
create_customer |
Manually add a new customer |
update_customer |
Update customer info (name, phone, email, tags) |
add_customer_note |
Add a note to a customer record |
extract_customer_info |
AI extracts name/phone/email from conversation |
send_shipping_info |
Send tracking notification via social DM |
bulk_message |
Mass message by tag, platform, or customer list |
sync_customers_from_inbox |
Import customers from inbox conversations |
Quick Start
1. Install
pip install yaparai-enterprise-mcp
2. Get API Key & Org ID
- Sign up at kurumsal.yaparai.com
- Go to Settings > API Keys and create a key
- Use
list_organizationstool to find yourorg_id
3. Configure Claude Desktop
{
"mcpServers": {
"yaparai-enterprise": {
"command": "yaparai-enterprise",
"env": {
"YAPARAI_API_KEY": "yap_live_your_key_here",
"YAPARAI_ORG_ID": "your-org-id-here"
}
}
}
}
4. Use it!
"Show me all unread DMs on Instagram"
"Generate an AI reply for the last customer complaint"
"Send shipping info to customer Ahmet — Yurtici, tracking ABC456"
"Post our summer campaign to Instagram and Facebook"
"Send a bulk message to all VIP customers"
"How many posts did we make last month? What was the engagement rate?"
Environment Variables
| Variable | Required | Description |
|---|---|---|
YAPARAI_API_KEY |
✅ Yes | Your API key |
YAPARAI_ORG_ID |
✅ Yes (or per-call) | Organization ID |
YAPARAI_BASE_URL |
❌ No | API base URL (default: https://api.yaparai.com) |
Development
git clone https://github.com/enis1998/yaparai-enterprise-mcp.git
cd yaparai-enterprise-mcp
pip install -e ".[dev]"
pytest tests/ -v
License
Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yaparai_enterprise_mcp-0.1.1.tar.gz.
File metadata
- Download URL: yaparai_enterprise_mcp-0.1.1.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb827acc035a65f2e7b4c3afe861f89c68d8ecbf0d2cb05962d0a5fec2a2c780
|
|
| MD5 |
cbdf541e219b92850ed5f9ec80d07826
|
|
| BLAKE2b-256 |
6816010afe4220696f3207b4d27f6c4b1761a51d948cdc5397dde642ebaab3d7
|
File details
Details for the file yaparai_enterprise_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: yaparai_enterprise_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9234673a990c240c7b809325ff8db011f0b8a1cb5fa4b81d9995713a9fee801a
|
|
| MD5 |
09291c2dd7f63e96d4efac0255a21c3b
|
|
| BLAKE2b-256 |
34c0474b9d5199e53598385a5084098eb01352414d07e6c401abb21164be2d2a
|