Back to Browse

Neleto MCP Server

Developer ToolsLow Risk9.9MCP RegistryRemote
Free

Server data from the Official MCP Registry

Create and edit pages, posts, events, files and layouts on your Neleto CMS site. EU-hosted.

About

Create and edit pages, posts, events, files and layouts on your Neleto CMS site. EU-hosted.

Remote endpoints: streamable-http: https://{instance_host}/api/mcp

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

Endpoint verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-neleto-cms": {
      "url": "https://{instance_host}/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Neleto CMS MCP server

Neleto is an all-in-one CMS with a page builder, built-in rendering and EU hosting. Every Neleto site ships with a native Model Context Protocol server, so Claude, Cursor, VS Code and other MCP clients can read and edit the site directly.

This repository documents that server. It holds no server code: the MCP server is part of every Neleto instance and runs at /api/mcp on your site. Nothing to install on the CMS side.

What an agent can do with it

  • Create, update and duplicate pages, including their layout and elements
  • Write and publish blog posts and events
  • Build reusable components and layouts (HTML templates, CSS, form fields)
  • Upload files, including straight from a URL inside a page payload
  • Read and change site settings, languages and meta tags
  • Check templates before publishing, and open the live page afterwards to confirm it rendered

Access follows the same roles as the admin (admin, developer, editor, author). An agent never gets more rights than the account it connects with.

Endpoint

https://<your-neleto-site>/api/mcp

Transport is Streamable HTTP. Examples: https://mysite.free.neleto.io/api/mcp or https://www.example.com/api/mcp.

Authentication

OAuth 2.1 (Claude.ai, Claude Desktop). The endpoint publishes standard OAuth discovery (/.well-known/oauth-protected-resource, dynamic client registration, PKCE). Add the URL as a custom connector and sign in with your Neleto account. There is no token to copy.

API token (Claude Code, Cursor, VS Code and others). Create a token in the Neleto admin under Settings → API Tokens and send it as a header:

Authorization: Bearer <your-token>

OAuth connections can be reviewed and revoked under Profile → Security → Connected applications. Each connection inherits the permissions of the user who approved it.

Setup

Claude.ai and Claude Desktop

Settings → Connectors → Add custom connector → paste https://<your-neleto-site>/api/mcp → sign in.

Claude Code

claude mcp add --transport http neleto https://<your-neleto-site>/api/mcp \
  --header "Authorization: Bearer <your-token>"

Cursor

~/.cursor/mcp.json:

{
  "mcpServers": {
    "neleto": {
      "url": "https://<your-neleto-site>/api/mcp",
      "headers": { "Authorization": "Bearer <your-token>" }
    }
  }
}

VS Code (GitHub Copilot)

.vscode/mcp.json:

{
  "servers": {
    "neleto": {
      "type": "http",
      "url": "https://<your-neleto-site>/api/mcp",
      "headers": { "Authorization": "Bearer <your-token>" }
    }
  }
}

Windsurf, OpenCode and other clients: see the setup docs.

Example prompts

  • "Create a landing page at /spring-offer using the default layout, with a hero, three feature cards and a contact section."
  • "Take @studio.html and turn it into editable Neleto components. Every headline, text and image should be a field."
  • "List all blog posts from 2025 that have no meta description and write one for each."
  • "Add next Friday's workshop as an event and link it from the homepage."

Don't have a Neleto site yet?

The free plan includes the MCP server: https://console.neleto.io/register

About

Neleto is built by Triple-A Soft in Germany. Sites run on Hetzner infrastructure with Germany as the default region.

Reviews

No reviews yet

Be the first to review this server!