spreshapp-mcp
Provides tools for searching and analyzing Facebook ads, brands, and ad libraries, including retrieving ad details, running AI analysis, and tracking brand ad history.
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., "@spreshapp-mcpFind 10 high-performing Facebook video ads in the fitness niche"
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.
Ask Claude to research competitors, decode winning ad angles, track brand ad history, and analyze your saved ad library, all directly from your Claude Desktop or Claude Code session.
Requirements
Node.js >= 20
A SpreshApp account
Related MCP server: AdWhispr MCP Server
Setup
Claude Desktop
Add this to your claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"spreshapp": {
"command": "npx",
"args": ["-y", "spreshapp-mcp"]
}
}
}Restart Claude Desktop after saving.
Claude Code
claude mcp add spreshapp -- npx -y spreshapp-mcpVS Code (with MCP extension)
{
"mcp": {
"servers": {
"spreshapp": {
"command": "npx",
"args": ["-y", "spreshapp-mcp"]
}
}
}
}Authentication
Authenticate once before starting the MCP server:
npx -y spreshapp-mcp loginThis opens your browser to log in with your SpreshApp account (OAuth 2.0 with PKCE). After login, credentials are saved to ~/.spreshapp/credentials.json (file mode 600) and refreshed automatically before each session.
For headless or remote agent environments, use a SpreshApp API key from the dashboard instead of browser OAuth:
npx -y spreshapp-mcp login --no-browserThis prints setup instructions for the user and agent. The user can create or copy a key at spreshapp.com/app/api-access. Keys start with sk_sprs_.
Set the key in the MCP server environment:
SPRESHAPP_API_KEY=sk_sprs_... npx -y spreshapp-mcpOAuth token variables are still supported for advanced setups: SPRESHAPP_ACCESS_TOKEN, SPRESHAPP_REFRESH_TOKEN, SPRESHAPP_CLIENT_ID, and SPRESHAPP_TOKEN_EXPIRES_AT.
Check auth status:
npx -y spreshapp-mcp statusTo log in again:
npx -y spreshapp-mcp logout
npx -y spreshapp-mcp loginAvailable Tools
Ad tools
Tool | Description |
| Search Facebook ads by keyword, niche, or industry |
| Expand a search query to surface more relevant ads |
| Fetch full details for a specific ad |
| Retrieve saved AI analysis for an ad |
| Run AI analysis on any ad |
| Analyze multiple ads in one call |
| Chat with Claude about an ad's creative strategy |
Brand tools
Tool | Description |
| Search for brands in SpreshApp |
| Get a brand's full profile and stats |
| Get the current tracking status for a brand |
| Get historical ad volume data for a brand |
| List all ads a brand is currently running |
| Start tracking a brand |
Library tools
Tool | Description |
| Search your saved ad library |
| Get ads from a specific folder |
| List all your saved folders |
| List tags used across your library |
| List saved Facebook pages |
Example prompts
Find 10 high-performing Facebook video ads in the fitness niche and summarize the angles used.Research Nike's current Facebook ad strategy, how many ads are they running and what are the themes?Open my "Inspiration" folder and identify the top 3 creative hooks.Track the brand glossier.com and show me their ad history over the last 30 days.Troubleshooting
Symptom | Fix |
Browser did not open | Copy the URL printed to the terminal and open it manually |
"Authentication expired" error | Delete |
"Not subscribed to any plan" | Visit spreshapp.com/pricing |
"Daily limit reached" | Quota resets at midnight UTC, or upgrade your plan |
"Feature not available" | Your current plan does not include this tool, upgrade at spreshapp.com/pricing |
License
UNLICENSED — proprietary software. See spreshapp.com for terms.
This server cannot be deployed
Maintenance
Related MCP Connectors
Ask Claude about your ads: Meta, Google, TikTok, LinkedIn, GA4 & Shopify. No AI credits.
Search Meta, Google Ads, LinkedIn, and TikTok ad libraries plus creative analysis via MCP.
Create, launch & analyze ad campaigns, spy on competitors - Google, Meta, TikTok, LinkedIn & more.
Run Google, Meta, Microsoft, TikTok and LinkedIn Ads from Claude or ChatGPT. Writes need approval.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables users to create, manage, and monitor Meta (Facebook/Instagram) ad campaigns directly from Claude using natural language.11MIT

AdWhispr MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceChat with any brand's Meta (Facebook/Instagram) ads inside Claude — research a competitor's ad library, find their longest-running winners, extract hooks and formats, and clone winning ads for your own brand.11MIT- AlicenseAqualityBmaintenanceEnables searching and analyzing Facebook's public ads library for any brand, including ad images, text, and video analysis.827297MIT
- AlicenseNot gradedqualityBmaintenanceEnables Claude to fetch and analyze Meta ad accounts, campaigns, ad sets, ads, and performance insights via the Meta Marketing API.1,054MIT