CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
friendlygeorge avatar

Plausible Mcp Server

friendlygeorge/plausible-mcp-server
STDIOregistry active
Summary

Connects Claude to Plausible Analytics, the privacy-focused web analytics platform. Exposes 12 tools including real-time visitor counts, traffic breakdowns by source and country, time-series queries with configurable intervals, UTM campaign tracking, entry and exit page analysis, device and browser stats, and goal conversion metrics. You can query the full stats API with custom filters and date ranges, or use the specialized tools for common analytics questions. Works with both Plausible Cloud and self-hosted instances. Requires a Plausible API key from your account settings. Reach for this when you want to analyze site traffic, debug marketing campaigns, or track conversions without leaving your Claude conversation.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →

Plausible Analytics MCP Server

MCP server for Plausible Analytics — privacy-friendly web analytics. Query traffic, conversions, sources, and device breakdowns from any MCP-compatible AI assistant.

Features

  • Flexible stats queries — metrics, dimensions, filters, date ranges
  • Real-time visitors — live visitor count
  • Traffic breakdowns — sources, countries, browsers, UTM campaigns
  • Time-series data — daily, weekly, monthly, hourly intervals
  • Custom events — event tracking and conversion rates
  • Entry/exit pages — where visitors land and leave
  • Device analytics — browser, OS, screen size breakdowns
  • Goal tracking — conversion stats for all configured goals
  • Site management — list and inspect sites

12 Tools

ToolDescription
query_statsFull flexible stats query (the main endpoint)
realtime_visitorsCurrent real-time visitor count
get_breakdownBreakdown by any dimension (source, page, country, etc.)
get_timeseriesMetrics over time with configurable intervals
list_sitesList all sites in your account
get_siteGet site details
get_custom_eventsCustom event breakdown
get_entry_pagesTop landing pages
get_exit_pagesTop exit pages
get_utm_statsUTM campaign/source/medium breakdowns
get_device_statsBrowser, OS, screen size breakdowns
get_goalsConversion stats for all goals

Setup

Prerequisites

  1. A Plausible Analytics account (cloud or self-hosted)
  2. An API key — generate one at Site Settings → API Keys in your Plausible dashboard

Configuration

Add to your MCP client config (e.g. Claude Desktop, Cursor):

{
  "mcpServers": {
    "plausible": {
      "command": "node",
      "args": ["/path/to/plausible-mcp-server/dist/index.js"],
      "env": {
        "PLAUSIBLE_API_KEY": "your-api-key-here"
      }
    }
  }
}

For self-hosted Plausible, also set:

"env": {
  "PLAUSIBLE_API_KEY": "your-api-key",
  "PLAUSIBLE_API_BASE": "https://your-plausible-instance.com"
}

Build from source

git clone https://github.com/friendlygeorge/plausible-mcp-server.git
cd plausible-mcp-server
npm install
npx tsc

Usage Examples

Once configured, ask your AI assistant:

  • "Show me the top traffic sources for my site this month"
  • "How many visitors did I get today?"
  • "What's the time-series of pageviews for the last 30 days?"
  • "Which pages have the highest bounce rate?"
  • "Show me UTM campaign performance"
  • "What are my top entry pages?"
  • "Show conversion rates for all goals"
  • "Break down visitors by country for the last week"

Environment Variables

VariableRequiredDefaultDescription
PLAUSIBLE_API_KEYYes—Your Plausible API key
PLAUSIBLE_API_BASENohttps://plausible.ioAPI base URL (change for self-hosted)

Supported Metrics

visitors, visits, pageviews, views_per_visit, visit_duration, events, bounce_rate, scroll_depth, conversion_rate

Supported Dimensions

visit:source, visit:referrer, visit:utm_source, visit:utm_medium, visit:utm_campaign, visit:utm_content, visit:utm_term, visit:country_name, visit:city_name, visit:screen, visit:browser, visit:browser_version, visit:os, visit:os_version, visit:entry_page, visit:exit_page, event:page, event:name, event:goal, event:props:<key>

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Categories
Monitoring & Observability
Registryactive
Packageplausible-mcp-server
TransportSTDIO
UpdatedJun 6, 2026
View on GitHub

More from friendlygeorge

  • Posthog Mcp Server
  • Sentry Mcp Server
  • Stripe Mcp Server
  • Coingecko Mcp Server
  • Resend Mcp Server
  • Defillama Mcp Server
  • Etherscan Mcp Server
  • Jira Mcp Server
  • Jobber Mcp Server

Related Monitoring & Observability MCP Servers

View all →
friendlygeorge avatar
Posthog Mcp Server

friendlygeorge/posthog-mcp-server

MCP server for PostHog — product analytics for AI assistants. Query events, persons, insights, da...
g-scorpiosky avatar
Quant Finance MCP Server for Stock Analysis and Options Analytics - HPSILab

g-scorpiosky/hpsilab-quantum-finance

Options analytics MCP for detecting IV mispricing and directional edge — before the market corrects. IV surface modeling, implied volatility rank, Monte Carlo simulation, options flow pressure maps, AI predictions (Bullish/Neutral/Bearish + confidence score), and equity curve backtesting. analyze_stock delivers a complete institutional-grade signal in one call. Free tier · Pro $9.99/mo · EN · 中文 · 日本語
g-scorpiosky avatar
Quant Finance MCP Server for Stock Analysis and Options Analytics - HPSILab

g-scorpiosky/hpsilab-quantum-finance-74be1f33

Options analytics MCP for detecting IV mispricing and directional edge — before the market corrects. IV surface modeling, implied volatility rank, Monte Carlo simulation, options flow pressure maps, AI predictions (Bullish/Neutral/Bearish + confidence score), and equity curve backtesting. analyze_stock delivers a complete institutional-grade signal in one call. Free tier · Pro $9.99/mo · EN · 中文 · 日本語
gantta avatar
Gantta

gantta/gantta-mcp

Turn conversations into project plans. Gantta connects your AI assistant to a full project management backend — plan projects, manage tasks, chase actions, and generate reports, all through natural language. ### What you can do - **Create project plans** — Describe your project in plain language and get a structured plan with milestones, dependencies, deadlines, and deliverables - **Break down tasks** — Automatically decompose projects into prioritised actions with owners, due dates, and status tracking - **Assign owners** — Allocate tasks to team members and track who is responsible for what across every project - **Chase actions automatically** — Follow up on overdue or pending actions with automatic owner notifications so nothing slips through the cracks - **Capture meeting transcriptions** — Log meeting notes, standups, or any conversation and extract structured action items automatically - **Generate reports and slide decks** — Produce project status reports, progress summaries, and presentation-ready slide decks directly from your project data - **Track timelines** — View project schedules, milestone progress, and dependency chains at a glance ### Who it's for Product managers, project leads, founders, and agency teams who run projects across multiple clients and want to manage everything from their AI assistant without switching tools. ### No account needed to start Try Gantta instantly — your AI assistant can create project plans right away. When you're ready to save your work, collaborate with your team, and unlock full reporting, claim your workspace at [gantta.co](https://www.gantta.co). ### Why Gantta over traditional PM tools Traditional project management tools require manual data entry, constant tab-switching, and rigid workflows. Gantta lets you manage projects the way you actually think — by talking. Your AI assistant becomes your project manager, handling the structure while you focus on the work. Built for teams who plan through conversation, not spreadsheets.
glitch-exec-labs avatar
Glitch Grow Linkedin Ad Mcp

glitch-exec-labs/glitch-grow-linkedin-ad-mcp

MCP server for the LinkedIn Marketing API — campaigns, analytics, creatives.
googlesuper avatar
Google Super

googlesuper

Google Super App combines all Google services including Drive, Calendar, Gmail, Sheets, Analytics, Ads, and more, providing a unified platform for seamless integration and management of your digital life.