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. Coredash
Coredash logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:11:57 PM

Coredash

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 Repository12 GitHub StarsTotal stargazers on GitHub for the source repository (12 stars).Visit Website

Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors.

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": {
    "coredash": {
      "url": "https://coredash.app"
    }
  }
}

πŸ’‘ 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

CWV Superpowers

Core Web Vitals diagnosis and fixing skills for AI coding agents β€” powered by CoreDash real user monitoring.

What it does: Connects your real user data (LCP, INP, CLS) to your AI coding agent. The agent finds the worst-performing pages, identifies the exact element and bottleneck phase causing the issue, traces the root cause in Chrome, and either fixes the code or generates a detailed HTML report β€” all from a single conversation.

What You Get

CapabilityWhat it does
Automated discoveryFinds your worst pages and metrics across millions of real page loads
Phase breakdownSplits LCP into TTFB / Load Delay / Load Time / Render Delay β€” names the bottleneck
INP attributionIdentifies the slow interaction element, the responsible script (LOAF), and the load state
CLS cause matchingDetects images without dimensions, font swaps, injected content, late-loading resources
Chrome tracingVisits the page with mobile emulation and traces the exact bottleneck identified by RUM
Code fixesMakes the minimal code change β€” names the file, the line, the element
HTML reportsGenerates interactive reports with filmstrip, waterfall, breakdown charts, root cause analysis

Requirements

  • CoreDash account with real user data flowing (free tier works)
  • A way to authenticate β€” either a browser login (OAuth, no key needed in Claude Code) or a CoreDash API key (generated in Project Settings β†’ API Keys, for headless/CI/multi-project use)
  • Claude Code β€” npm install -g @anthropic-ai/claude-code
  • Chrome (optional but recommended) β€” run Claude Code with claude --chrome for full tracing

Installation

Claude Code

bash
# Add the marketplace
/plugin marketplace add corewebvitals/cwv-superpowers

# Install the plugin
/plugin install cwv-superpowers@cwv-superpowers

Then set up CoreDash MCP if you haven't already. Two ways to authenticate:

Browser login (OAuth) β€” recommended for interactive Claude Code, no API key:

Terminal
claude mcp add --transport http coredash https://app.coredash.app/api/mcp

Then run /mcp, select coredash, and choose Authenticate β€” your browser opens the CoreDash login, you pick a project, and approve. Claude Code stores a short-lived token that auto-refreshes (1-hour access, 30-day refresh) and is revocable. (claude mcp list is only a health check and will show the server as failing until you authenticate via /mcp.)

API key β€” for headless/CI/automation or agency multi-project setups:

Terminal
claude mcp add --transport http coredash https://app.coredash.app/api/mcp \
  --header "Authorization: Bearer cdk_YOUR_API_KEY"

Replace cdk_YOUR_API_KEY with your key from CoreDash β†’ Project Settings β†’ API Keys (MCP).

Restart Claude Code after installing so the SessionStart hook fires on a fresh conversation.

Cursor

The repo ships a Cursor plugin manifest at .cursor-plugin/plugin.json pointing at the same skill set. Install via Cursor's plugin UI from the GitHub repo URL.

Gemini CLI

The repo ships a Gemini extension at gemini-extension.json with GEMINI.md auto-loading the orchestrator skill. Install via:

bash
gemini extensions install https://github.com/corewebvitals/cwv-superpowers

Other MCP-compatible clients

The CoreDash MCP server works with any client that supports HTTP MCP servers:

SettingValue
Endpointhttps://app.coredash.app/api/mcp
Auth (interactive native/CLI clients)Browser login (OAuth) β€” no key
Auth (config-file / headless clients)Header Authorization: Bearer cdk_YOUR_API_KEY

Ask the agent to "set up CoreDash" β€” the setting-up-coredash skill walks through detailed per-client setup (Claude Desktop, Windsurf, Gemini CLI, etc.).

Verify installation

Ask your agent: "What are my Core Web Vitals?"

If CoreDash is connected, it will return your real LCP, INP, CLS, FCP, and TTFB data.

Permission prompts

The orchestrator skill is inlined into the session by a SessionStart hook, so the agent doesn't need to Read it (which would prompt). Peer skills are loaded internally via the Skill tool, also without a prompt. CoreDash MCP queries, Write/Edit/Bash (code fixes), and Chrome DevTools tools stay behind permission prompts by design β€” approve them once and they're remembered for the session.

Usage

Start Claude Code (with Chrome for full analysis):

Terminal
claude --chrome

Then just ask:

  • "Find my biggest CWV issue and fix it" β€” automated discovery + diagnosis + fix
  • "My product pages are slow" β€” targeted diagnosis on a page section
  • "LCP on /product/shoes-42 is bad" β€” drill into a specific URL
  • "Generate a report" β€” get an interactive HTML report with all findings

The skill handles capability detection automatically. It works with:

ChromeCoreDashWhat you get
YesYesFull analysis β€” RUM finds the issue, Chrome explains why, code fix + visual report
NoYesRUM diagnosis β€” element, bottleneck phase, trend, code fix (no Chrome visuals)
YesNoLab-only audit β€” Chrome trace without real user context (setup guide offered)
NoNoSetup wizard β€” guides you through installing both

How It Works

Code
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  1. Discovery                                               β”‚
β”‚     CoreDash β†’ worst pages, worst metrics, distributions    β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚  2. Diagnosis                                               β”‚
β”‚     LCP: TTFB / LOADDELAY / LOADTIME / RENDERDELAY         β”‚
β”‚     INP: INPUTDELAY / PROCESSING / PRESENTATION             β”‚
β”‚     CLS: 5 cause patterns (images, fonts, injected, ...)   β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚  3. Chrome Trace                                            β”‚
β”‚     Mobile emulation (Fast 3G, 4x CPU slowdown)            β”‚
β”‚     Investigates ONLY the bottleneck phase from step 2     β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚  4. Root Cause                                              β”‚
β”‚     Names the element, the cause, both evidence sources     β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚  5. Output                                                  β”‚
β”‚     Code fix  /  HTML report  /  Both                       β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Skill Structure

Six peer skills: one orchestrator + five specialist skills. The orchestrator runs the full multi-step flow; the specialists can also be invoked directly.

Code
cwv-superpowers/                        ← Repo root (git repo)
β”œβ”€β”€ .claude-plugin/marketplace.json     ← Claude Code marketplace listing
β”œβ”€β”€ .cursor-plugin/plugin.json          ← Cursor manifest
β”œβ”€β”€ gemini-extension.json               ← Gemini CLI extension manifest
β”œβ”€β”€ GEMINI.md                           ← Gemini auto-loaded context
β”œβ”€β”€ .version-bump.json                  ← Single source of truth for version
β”œβ”€β”€ scripts/bump-version.sh             ← Keeps all 10 version fields in sync
└── plugins/cwv-superpowers/
    β”œβ”€β”€ .claude-plugin/plugin.json      ← Claude Code plugin metadata
    β”œβ”€β”€ hooks/
    β”‚   β”œβ”€β”€ hooks.json                  ← SessionStart hook config
    β”‚   β”œβ”€β”€ hooks-cursor.json           ← Cursor hook config
    β”‚   └── session-start               ← Inlines orchestrator SKILL.md into context
    └── skills/
        β”œβ”€β”€ cwv-superpower/             ← Orchestrator (Step 0–5 flow)
        β”‚   β”œβ”€β”€ SKILL.md
        β”‚   └── templates/
        β”‚       β”œβ”€β”€ report-rum.html     ← RUM-only report template
        β”‚       └── report-full.html    ← Full report (filmstrip, waterfall)
        β”œβ”€β”€ diagnosing-lcp/SKILL.md     ← LCP diagnosis (phases + attribution)
        β”œβ”€β”€ diagnosing-inp/SKILL.md     ← INP diagnosis (phases + LOAF scripts)
        β”œβ”€β”€ diagnosing-cls/SKILL.md     ← CLS diagnosis (cause pattern matching)
        β”œβ”€β”€ tracing-with-chrome/SKILL.md ← Chrome tracing (per-phase investigation)
        └── setting-up-coredash/SKILL.md ← CoreDash MCP installation guide

When each skill activates:

  • cwv-superpower β€” "find my biggest CWV issue", "audit this site", multi-metric analysis.
  • diagnosing-lcp / diagnosing-inp / diagnosing-cls β€” the user names one specific metric.
  • tracing-with-chrome β€” the user has a URL + metric + suspected cause and wants a lab trace.
  • setting-up-coredash β€” connecting CoreDash MCP from scratch.

Example Output

Root cause statement:

Root cause: The LCP image div.hero-banner > img.product-main on /product/running-shoes-42 is discovered 1,980ms late because it lacks a preload hint and has no fetchpriority="high".

Evidence from real users (CoreDash): LCP is 3,820ms (poor) on mobile, p75. LOADDELAY is the bottleneck at 1,980ms (52% of total LCP). The image priority state is 3 (not preloaded). LCP has worsened by 340ms over 7 days.

Evidence from lab trace (Chrome): The network waterfall shows a 1,940ms gap between HTML first byte and the hero image request. The image is referenced only in CSS background-image, invisible to the preload scanner. No <link rel="preload"> exists in <head>.

Code fix:

html
<!-- Add to <head> -->
<link rel="preload" href="/images/hero.jpg" as="image" fetchpriority="high">

<!-- Change the img element -->
<img src="/images/hero.jpg" alt="Hero" fetchpriority="high">

Updating

bash
/plugin marketplace update cwv-superpowers
/plugin install cwv-superpowers@cwv-superpowers

Restart Claude Code after updating.

Contributing

Issues and PRs welcome at github.com/corewebvitals/cwv-superpowers.

For maintainers

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

Related MCP Servers

View all in Developer Tools View all alternatives
  • Coredash logoCoredash

    Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors.

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

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Yazio MCP logoYazio MCP

    MCP server for accessing Yazio user & nutrition data (unofficial)

    πŸ’» Developer Tools0 views
    Compare vs Yazio MCP β†’
  • 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 Coredash

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

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 PreviewCoredash AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/coredash?style=directory)](https://allmcps.com/mcp/coredash)
HTML Embed
<a href="https://allmcps.com/mcp/coredash"><img src="https://allmcps.com/api/badge/coredash?style=directory" alt="Coredash 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 stars12
GitHub Star CountTotal stargazers on GitHub representing community popularity (12 stars).
39Quality signal: Fair Β· 39/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 & activity3/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.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore 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 Coredash β†’Install in Claude DesktopInstall in CursorInstall in VS Code