Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksUpdated today
ClaudeWave Trust Score
52/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No standard license detected
  • !No description
Last scanned: 9/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Triple-A-Software/neleto-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "neleto-mcp": {
      "command": "node",
      "args": ["/path/to/neleto-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Triple-A-Software/neleto-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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](https://modelcontextprotocol.io) 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.

- Website: https://neleto.io
- Full docs: https://neleto.io/docs/developer/mcp
- Tools reference: [docs/tools.md](docs/tools.md) (57 tools)
- Registry name: `io.neleto/cms`

## 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

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

### Cursor

`~/.cursor/mcp.json`:

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

### VS Code (GitHub Copilot)

`.vscode/mcp.json`:

```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](https://neleto.io/docs/developer/mcp).

## 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](https://aaa-soft.net) in Germany. Sites run on Hetzner infrastructure with Germany as the default region.

What people ask about neleto-mcp

What is Triple-A-Software/neleto-mcp?

+

Triple-A-Software/neleto-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install neleto-mcp?

+

You can install neleto-mcp by cloning the repository (https://github.com/Triple-A-Software/neleto-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Triple-A-Software/neleto-mcp safe to use?

+

Our security agent has analyzed Triple-A-Software/neleto-mcp and assigned a Trust Score of 52/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains Triple-A-Software/neleto-mcp?

+

Triple-A-Software/neleto-mcp is maintained by Triple-A-Software. The last recorded GitHub activity is dated 2026-09-18, with 0 open issues.

Are there alternatives to neleto-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy neleto-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Triple-A-Software/neleto-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/triple-a-software-neleto-mcp)](https://claudewave.com/repo/triple-a-software-neleto-mcp)
<a href="https://claudewave.com/repo/triple-a-software-neleto-mcp"><img src="https://claudewave.com/api/badge/triple-a-software-neleto-mcp" alt="Featured on ClaudeWave: Triple-A-Software/neleto-mcp" width="320" height="64" /></a>

More MCP Servers

neleto-mcp alternatives