SoManyLemons MCP
Click on "Deploy 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., "@SoManyLemons MCPWrite a LinkedIn post about our new product"
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.
SoManyLemons MCP
AI-powered content marketing via Model Context Protocol. Create branded video reels, LinkedIn posts, image quotes, and more — just type /lemons.
Install (one line)
curl -sL https://raw.githubusercontent.com/NoMiddleInc/somanylemons-mcp/main/install.sh | bashThe installer will:
Install the
/lemonscommand globallyAsk for your API key (get one free at somanylemons.com/developers/portal)
Connect the MCP server
Restart Claude Code after installing. That's it.
Manual install (if you prefer)
# 1. Get an API key from https://somanylemons.com/developers/portal
# 2. Register the MCP server
claude mcp add --scope user --transport http somanylemons \
https://mcp.somanylemons.com/mcp \
--header "X-API-Key: sml_YOUR_KEY"
# 3. Install /lemons command
mkdir -p ~/.claude/commands && \
curl -sL https://raw.githubusercontent.com/NoMiddleInc/somanylemons-mcp/main/commands/lemons.md \
-o ~/.claude/commands/lemons.md
# 4. Restart Claude CodeRelated MCP server: ViralTransformer MCP Server
Use it
Restart Claude Code (or start a new conversation), then:
/lemonsThat's the only command. Describe what you want and it happens.
What /lemons can do
"Make a reel from [file or URL]" - Branded video clips with captions
"Write a post about [topic]" - LinkedIn posts, scored and polished
"Make 5 posts from my latest recording" - Batch content from one source
"Extract quotes from [text]" - Find shareable lines
"Score my drafts" - Bulk engagement scoring
"Plan my week" - Content calendar from your recordings
"Set up my brand" - Logo, colors, styling
"What do I have?" - See your recordings, drafts, queue
How it works
/lemons (prompt)
|
MCP Server (mcp.somanylemons.com)
|
Backend API (api.somanylemons.com)/lemonsis a prompt that tells Claude how to use 19 content creation tools.The MCP server receives tool calls and forwards them to the backend API.
The backend does the real work: transcription, rendering, AI writing, scoring.
Tools
Tool | Description |
| Turn a recording into branded videograms, audiograms, or image quotes (async) |
| Poll processing status and get download URLs |
| Create a resumable upload session for large files |
| Check resumable upload progress |
| Upload a local file and get a public URL |
| Transcribe media with word-level timestamps |
| Generate a LinkedIn post from a topic |
| Score a post draft (0-100) |
| AI-rewrite a post with optional feedback |
| Extract quotable lines with Squeeze Scores |
| Render a branded image quote from text |
| Browse available templates |
| List your brand profiles |
| Create a brand profile |
| Create a draft post in your queue |
| List drafts with status and media |
| List recent render jobs |
| View available pricing tiers |
| Check render quota and billing usage |
Caption Styles
LEMON (default), VITAMIN_C, PLAIN, SPOTLIGHT, GLITCH, RANSOM, WAVE, BOUNCE.
Pricing
Tier | Renders/mo | Price |
Free | 5 | $0 |
Pro | 100 | $49/mo |
Agency | 500 | $199/mo |
Enterprise | Unlimited | Contact us |
Transcription, writing, scoring, and quote extraction are free and unlimited. Only rendered video clips count against quota.
Manual MCP config
If you prefer to edit your config file directly instead of using claude mcp add:
{
"mcpServers": {
"somanylemons": {
"type": "url",
"url": "https://mcp.somanylemons.com/mcp",
"headers": {
"X-API-Key": "sml_your_key_here"
}
}
}
}Local server (advanced)
For development or if you prefer running locally:
pip install somanylemons-mcp
SML_API_KEY=sml_your_key sml-mcpThen add to your MCP config:
{
"mcpServers": {
"somanylemons": {
"command": "sml-mcp",
"env": {
"SML_API_KEY": "sml_your_key_here"
}
}
}
}License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Presentations.AI MCP server — create designed slide decks from a topic, text, or document.
MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
- MysocialOAuthio.mysocial
Social media MCP server: your Instagram, TikTok, YouTube, LinkedIn and Threads history for your AI.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceAn MCP server that repurposes text or URL content into platform-optimized posts for Twitter, LinkedIn, Instagram, and newsletters using AI. It enables users to automatically transform articles and blog posts into engagement-ready social media threads and professional captions.-
- AlicenseBqualityCmaintenanceA high-performance MCP server designed for content creators. It automates the workflow of scraping web articles and transforming them into viral social media posts using specialized, context-aware prompt templates.22MIT
- AlicenseNot gradedqualityAmaintenanceContent Calendar AI - MCP server providing AI-powered tools and automation by MEOK AI Labs8 npm44 PyPIMIT
- FlicenseNot gradedqualityDmaintenanceSpecialized MCP server for digital marketing and social media management, enabling content generation, hashtag optimization, planning, analytics, and engagement strategies.-