SoManyLemons MCP
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., "@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 installed
Maintenance
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
- 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/NoMiddleInc/somanylemons-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server