Server data from the Official MCP Registry
Read, edit, publish, and preview your pepita websites from Claude.
Read, edit, publish, and preview your pepita websites from Claude.
Valid MCP server (2 strong, 2 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PEPITA_TOKEN
Environment variable: PEPITA_API_BASE
Add this to your MCP configuration file:
{
"mcpServers": {
"dev-pepita-mcp-mcp": {
"env": {
"PEPITA_TOKEN": "your-pepita-token-here",
"PEPITA_API_BASE": "your-pepita-api-base-here"
},
"args": [
"-y",
"@pepitahq/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Snapshot. Factored out of the private pepita monorepo, built and released from there, and not standalone-buildable. PRs are applied in the monorepo. https://pepita.dev
Local MCP server (stdio) for pepita sites. Lets a local Claude (Claude Code / Desktop / the MCP Inspector) read and edit your sites, publish them, and manage shareable preview links — the same things you can do in the editor. Edits show up live in the pepita editor too, so you can move between the chat and the visual editor mid-task.
Prefer the hosted connector? There's a remote, OAuth-authenticated connector at
https://mcp.pepita.dev/mcp— nothing to install, just sign in with your pepita account:claude mcp add --transport http pepita https://mcp.pepita.dev/mcp(or add it as a custom connector in Claude Desktop / claude.ai). This package is the local alternative — it runs on your machine and works with any MCP client.
Authentication reuses the pepita CLI: run pepita login first (writes
~/.pepita/config.json), or set PEPITA_TOKEN. No separate OAuth.
# one-off, no install:
npx @pepitahq/mcp
# register the local server in Claude Code:
claude mcp add pepita-local -- npx -y @pepitahq/mcp
Ten tools — five that read your sites, five that write, publish, or manage previews:
list_sites, get_status, list_site_files, read_site_file, list_previewswrite_site_file (into the working copy), publish (→ live), and preview
links: create_preview, update_preview (push the current site onto an existing
link), delete_previewlist_site_files / read_site_file read the working copy by default, the live
site (state: "live"), or a specific preview link (preview: "<name>").
Destructive / account-level actions (custom domains, team, billing, deleting a site) are deliberately not exposed — those stay in the editor UI, where their confirmations live. (Deleting a preview link is exposed: it only stops serving, and the version stays restorable from History.)
PEPITA_TOKEN — bearer token (overrides the config file).PEPITA_API_BASE — API host (default https://app.pepita.dev).PEPITA_CONFIG_DIR — config dir (default ~/.pepita).Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.