Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Layers MCP
Layers MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 9:10:17 PM

Layers MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Growth endpoint a coding agent calls to plan, render and deliver content for a product.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "layers-mcp": {
      "url": "https://mcp.layers.com/mcp"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Layers Marketing MCP

Give your agent marketing superpowers. Layers Marketing MCP is the endpoint your coding agent calls to run growth for your product: onboarding, the competitive map, what to post, the plan, the persona, the render, delivery, the review, paid campaigns, Layers-operated accounts, and halt on one call. Every tool carries its price in credits, and credits come out of your organization's balance when the tool runs.

This repository holds the public description of that endpoint and the server.json that MCP directories read. The server is a hosted service.

Connect

  • Endpoint: https://mcp.layers.com/mcp
  • Transport: Streamable HTTP. POST one JSON-RPC message per request. The response is application/json or text/event-stream, and Mcp-Session-Id rides both directions.
  • Auth: Authorization: Bearer <the session layers login issues>
  • Health: https://mcp.layers.com/health

The configuration to prefer is layers mcp as a stdio server. Your client spawns it, it forwards every JSON-RPC message with the session from your OS keyring, and it is the only thing that reads that credential.

config.json
{
  "mcpServers": {
    "layers": {
      "command": "layers",
      "args": ["mcp"]
    }
  }
}

Install the CLI with npm install -g @layers/cli, brew install layers/tap/layers, or curl -fsSL https://layers.com/install.sh | sh. Source: layers/cli.

Set up

Paste this into Claude Code, Codex, Cursor, or any coding agent working in your repository. The agent runs both commands. The browser sign-in is the only step that needs a person.

text
Set up Layers Growth for me so you can plan, render and deliver content for this product from here.
1. Install the CLI: run `npm install -g @layers/cli`.
2. Check that the README opens with a plain sentence saying what this product is, and write one if it does not. Setup sends that single line as the product brief, and it stops with exit code 1 when it cannot find one.
3. Set it up: run `layers setup` from this repository. It opens my browser once for sign-in and waits for me; it writes the `.mcp.json` entry and the Layers skill into the repo and stores the session in my OS credential store, so nothing secret lands in the repo.
4. Read the skill at `.agents/skills/layers/SKILL.md`, then tell me what to post first.
Let me know when it is ready.

Install as a Claude Code plugin

text
/plugin marketplace add layers/mcp
/plugin install layers@layers

The plugin carries the layers MCP entry, the Layers skill, and three commands. /layers:setup walks the paste above. /layers:post takes one opportunity through plan, render and delivery as a draft, quoting the cost before every charged call. /layers:status reads layers://account, layers://workspace and layers://jobs and summarizes them.

The plugin configures the client. The CLI holds the session and .layers/project.json binds the project, so install @layers/cli and run layers setup in the repository as well. In a repository that has both, Claude Code lists the plugin's entry as plugin:layers:layers and the one layers setup wrote as layers. They reach the same server, and one of them is enough. Codex and Cursor read the same .mcp.json entry and the same skill that layers setup writes, so there is no separate plugin for them.

How it costs

One credit balance per organization, and the same operation costs the same on every plan. Credits are bought in packs from one of two shelves: pay as you go is $0 a month and prices credits at two cents each, and a paid plan buys the same pack sizes cheaper. Packs add to the same balance and do not expire. Every charged tool takes quoteOnly, which returns the exact maximum credits before anything runs, so your agent can read the price before it spends. Plenty of the catalog charges nothing at all: reading any layers:// resource, reading the standing opportunity queue, reading stored experiment results, planning a paid campaign, quoting a managed fleet, storing one of your own brand assets, creating a persona, minting a tracking link, installing measurement, and halt. Ad spend is billed by the ad platform against your own ad account, and a Layers-operated account is $150 per account per month from your cash wallet; neither one consumes credits.

What your agent can do

Bind a product from the repository it is already in and start its first landscape build; keep the map of accounts it is measured against; read TikTok live for creators, their posts, a topic, a hashtag or the sound chart; turn one opportunity into an editable plan; create a persona and render a reaction reel, a slideshow, a still ad or a remix of a public post; deliver an artifact to a platform draft inbox or post it directly; register a post you published yourself and score it against that account's own normal; install the Layers SDK in your own repository and mint the tracking link that resolves an install back to a click; plan, draft, launch and adjust paid campaigns under exact caps and stop conditions; order and release Layers-operated TikTok accounts; and stop everything in scope on one call.

The live tool list is tools/list on the endpoint. The full generated inventory with prices is https://growth.layers.com/llms-full.txt.

Feedback

send_feedback sends a message to the founders, who read every one. A bug, a price you think is wrong, a capability you looked for and did not find, or something that worked. It is free, and it works for any member of the workspace, including one whose organization has run out of credits.

Links

  • Site: https://growth.layers.com
  • Machine-readable: https://growth.layers.com/llms.txt and https://growth.layers.com/llms-full.txt
  • Docs: https://layers.com/docs/mcp
  • App: https://app.layers.com
  • CLI: https://github.com/layers/cli
  • Support: support@layers.com
  • Security: security@layers.com

License

The contents of this repository are MIT licensed. See LICENSE. The Layers MCP server is a hosted service, and its source is not in this repository.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    πŸ’» Developer Tools0 views
    Compare vs Tldraw β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Skill of Skills logoSkill of Skills

    Quality-ranked, cross-platform directory of AI coding skills, plugins and MCP servers.

    πŸ’» Developer Tools2 views
    Compare vs Skill of Skills β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Layers MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "layers-mcp": { "command": "npx", "args": ["-y", "Layers MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLayers MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/layers-mcp?style=directory)](https://allmcps.com/mcp/layers-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/layers-mcp"><img src="https://allmcps.com/api/badge/layers-mcp?style=directory" alt="Layers MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Layers MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code