---
title: "The best MCP servers for your website"
description: "An honest rundown of MCP servers for your live website: analytics, errors, and uptime, and where each one stops."
---
# The best MCP servers for your website

**Short answer:** run one server for your code (GitHub), one for your app's errors (Sentry), and one for your live website. That last category is the one most roundups skip. Google's GA4 server reads your analytics in a chat you start; askbowtie reads the whole site and keeps watching between sessions.

_Category-shaped, not a ranking. Last verified: 2026-07-28._

## For your code and app
| server | connects your agent to | where it stops |
|---|---|---|
| GitHub | repos, PRs, issues, code search | your code, not your users |
| Sentry | your app's exceptions and stack traces | errors your code throws, not the whole page |
| Playwright | a real browser it drives | one session it runs, not real visitors |
| Context7 | up-to-date library docs | docs, not your project |
| Figma | design files, tokens, components | design, not what shipped |

These are complements, not competitors.

## For your live website
| server | connects your agent to | where it stops |
|---|---|---|
| Google Analytics MCP | GA4 reports, funnels, realtime | official, read-only, analytics-only, local, only while the chat is open (experimental) |
| askbowtie | joined signals: traffic, conversions, JS errors, Core Web Vitals, Search Console, Ads, uptime | only sees sites running its snippet; hosted, so it also watches server-side and alerts between chats |

If you live in GA4, Google's server is the honest choice. If you want the whole site in one place, and something watching while the chat is closed, see /learn/mcp/analytics-your-ai-agent-can-read/

## How to choose
Three to six is healthy. Building? GitHub + Context7. Debugging? Sentry + Playwright. Running a site? Add a website server.

Related: /learn/mcp/connect-your-site-to-claude/ · /learn/mcp/analytics-your-ai-agent-can-read/ · /learn/mcp/
