Seite MCP Server

You already have Claude Code. seite gives it something to work on.

Local serverstdio

What is the Seite MCP server?

Connect Seite to Claude, Cursor or any other MCP client and it stops being a tab you switch to. You already have Claude Code. seite gives it something to work on. The seite mcp server is what makes that connection.

What the server does

  • Browsers — get pages with full SEO metadata, Open Graph, Twitter Cards, and JSON-LD structured data
  • LLMs — get llms.txt, llms-full.txt, and a .md copy of every page for direct consumption
  • AI tools — get a built-in MCP server that exposes your entire site as structured resources

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Multi-language — filename-based i18n with per-language URLs, RSS feeds, sitemaps, search indexes, and hreflang tags
  • Analytics — Google Analytics, GTM, Plausible, Fathom, Umami with optional cookie consent banner
  • Shortcodes — youtube, vimeo, gist, callout, figure built-in, plus user-defined templates
  • Multi — site workspaces** — manage multiple sites from one directory with unified dev server
  • Self-update — seite self-update fetches the latest release with SHA256 checksum verification
  • title — Blog
  • Real — world usage** — if you build something with seite, share it
  • Preset — Dated
  • posts — ✓
  • docs — —
  • pages — —
  • changelog — ✓

Credentials and setup notes

Configuration is passed through the environment: SEITE_TELEMETRY, DO_NOT_TRACK. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Seite.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Among the file and storage access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Seite's toolset — Multi-language, Analytics, Shortcodes and 11 more — is a fair guide to whether it matches your workflow. It is maintained by seite-sh; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
Multi-languagefilename-based i18n with per-language URLs, RSS feeds, sitemaps, search indexes, and hreflang tags
AnalyticsGoogle Analytics, GTM, Plausible, Fathom, Umami with optional cookie consent banner
Shortcodesyoutube, vimeo, gist, callout, figure built-in, plus user-defined templates
Multisite workspaces** — manage multiple sites from one directory with unified dev server
Self-updateseite self-update fetches the latest release with SHA256 checksum verification
titleBlog
Realworld usage** — if you build something with seite, share it
PresetDated
posts
docs
pages
changelog
roadmap
trust

Configuration

VariableDescriptionRequired
SEITE_TELEMETRYConfiguration value read at startup.Optional
DO_NOT_TRACKConfiguration value read at startup.Optional

Example prompts to try

  • Use Seite to Multi-language.
  • Use Seite to Analytics.
  • Use Seite to Shortcodes.

Frequently asked questions

It connects Seite to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Multi-language, Analytics, Shortcodes, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Seite directly.