streamable-httpupdated 2mo ago
A hosted Model Context Protocol server that lets a non-technical pastor manage and update their professionally-built church website in plain English — no code, no logins, no jargon. Built and operated by Pastor Eli (elijahdesent.com).
What can you do with Custom Website Editor?
Custom Website Editor
A hosted Model Context Protocol server that lets a non-technical pastor manage and update their professionally-built church website in plain English — no code, no logins, no jargon. Built and operated by Pastor Eli (elijahdesent.com).
It connects to the live website's repository, so any change you describe is made for you and ships to the real site within about 30 seconds.
What it does
- Edit your site — fix typos, reword a welcome message, update a service time, swap a heading, add a paragraph or a whole new page. It finds the right place, makes the exact edit, and publishes it with a clear, human-readable note.
- Photos & videos — add photos to a page; videos and large images are hosted on fast permanent storage and dropped onto the page you choose.
- Undo & history — see your recent updates in plain language and safely roll the live site back to how it was. Nothing is ever lost.
- Deploy checks — confirm a change went live, and if something breaks the build, it explains what happened in plain English and fixes it.
- Custom domains — connect your own domain (e.g.
yourchurch.org) with the exact settings to enter at your registrar. - Hosting, live chat & analytics — start monthly hosting, set up a live website chat widget, and see traffic, top pages, referrers, and day-by-day trends.
- Website scoring — score any church website against the Church Website Score rubric.
Connection
- Transport: Streamable HTTP
- Endpoint:
https://www.elijahdesent.com/api/mcp - Auth: OAuth (discovered automatically from the endpoint)
The connection is secure and always live — reading and editing use the same authenticated link.
Registry
Published to the official MCP Registry as com.elijahdesent/custom-website-editor. See server.json.
Install
Add Custom Website Editor to your client. Pick the one you use.
claude mcp add --transport http custom-website-editor https://www.elijahdesent.com/api/mcpcodex mcp add custom-website-editor --url https://www.elijahdesent.com/api/mcp{
"mcpServers": {
"custom-website-editor": {
"url": "https://www.elijahdesent.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"custom-website-editor": {
"type": "http",
"url": "https://www.elijahdesent.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"custom-website-editor": {
"url": "https://www.elijahdesent.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"custom-website-editor": {
"serverUrl": "https://www.elijahdesent.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation11/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 68 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 25, 2026 |