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 "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., "@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: Maasy 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables searching and analyzing Facebook's public ads library to see what companies are currently running, including ad images/text, video links, and campaign insights.Last updated257MIT
- Alicense-qualityDmaintenanceConnects Claude to marketing intelligence, enabling brand scanning, content generation, campaign management, and CRM analysis through natural language.Last updated99MIT
- Alicense-qualityCmaintenanceEnables users to create, manage, and monitor Meta (Facebook/Instagram) ad campaigns directly from Claude using natural language.Last updated3MIT

AdWhispr MCP Serverofficial
Alicense-qualityBmaintenanceChat 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.Last updated33MIT
Related MCP Connectors
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.
233 tools for Google, Microsoft, TikTok, LinkedIn Ads in Claude or ChatGPT. Writes need approval.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/PrashantBtkl/spresh-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server