SoManyLemons MCP

SoManyLemons MCP

AI-powered content marketing MCP server for creating branded video reels, LinkedIn posts, image quotes, and more via the /lemons command.

Category
Visit Server

README

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 | bash

The installer will:

  1. Install the /lemons command globally
  2. Ask for your API key (get one free at somanylemons.com/developers/portal)
  3. 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 Code

Use it

Restart Claude Code (or start a new conversation), then:

/lemons

That'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)
  1. /lemons is a prompt that tells Claude how to use 19 content creation tools.
  2. The MCP server receives tool calls and forwards them to the backend API.
  3. The backend does the real work: transcription, rendering, AI writing, scoring.

Tools

Tool Description
create_reels Turn a recording into branded videograms, audiograms, or image quotes (async)
check_job_status Poll processing status and get download URLs
create_upload_session Create a resumable upload session for large files
check_upload_status Check resumable upload progress
upload_file Upload a local file and get a public URL
transcribe Transcribe media with word-level timestamps
generate_content Generate a LinkedIn post from a topic
score_content Score a post draft (0-100)
rewrite_content AI-rewrite a post with optional feedback
extract_quotes Extract quotable lines with Squeeze Scores
create_image_quote Render a branded image quote from text
list_templates Browse available templates
list_brands List your brand profiles
create_brand Create a brand profile
create_draft Create a draft post in your queue
list_drafts List drafts with status and media
list_jobs List recent render jobs
list_plans View available pricing tiers
get_usage 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-mcp

Then add to your MCP config:

{
  "mcpServers": {
    "somanylemons": {
      "command": "sml-mcp",
      "env": {
        "SML_API_KEY": "sml_your_key_here"
      }
    }
  }
}

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured