Skip to main content
ClaudeWave

Nilyo distribution kit — remote MCP (https://nilyo.com/mcp): plugin manifests, skills and agent guides

PluginsRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/19/2026
Install as a Claude Code plugin
Method: Clone
Claude Code
/plugin marketplace add nilyo-com/nilyo-mcp
/plugin install nilyo-mcp
1. Inside Claude Code, add the marketplace and install the plugin with the commands above.
2. Follow any post-install configuration from the README.
3. Restart the session if commands or hooks do not show up immediately.
Casos de uso

Resumen de Plugins

# Nilyo — your own LinkedIn, WhatsApp, Instagram, Telegram, Email and Calendar, from any agent

[Nilyo](https://nilyo.com) is a remote MCP server that connects the accounts you already use to ChatGPT, Claude, Cursor, OpenClaw, Hermes, n8n or any MCP-compatible agent, so it can **search, read and act for you on your own accounts** — no browser automation.

- **Endpoint:** `https://nilyo.com/mcp` (Streamable HTTP)
- **Auth:** OAuth 2.1 with dynamic client registration (sign in or create your Nilyo account on the authorization page; 7-day free trial, no card). Personal tokens for runtimes without OAuth.
- **Tools:** 170+ intent-named tools with titles and MCP annotations (read-only / destructive / open-world), exact ID resolution, corrective errors, human-like pacing per provider.
[![smithery badge](https://smithery.ai/badge/arnaud-ehq0/nilyo)](https://smithery.ai/servers/arnaud-ehq0/nilyo) [![Nilyo MCP connector](https://glama.ai/mcp/connectors/com.nilyo/nilyo/badges/score.svg)](https://glama.ai/mcp/connectors/com.nilyo/nilyo)

- **Registry:** `com.nilyo/nilyo` in the [official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=com.nilyo/nilyo) · [Glama](https://glama.ai/mcp/connectors/com.nilyo/nilyo) · [Smithery](https://smithery.ai/servers/arnaud-ehq0/nilyo) · [mcp.so](https://mcp.so/servers/nilyo)

This repository holds the distribution kit (plugin manifests, skills, guides). The service itself is operated by [Unipile SAS](https://nilyo.com/legal-notice).

## What your agent can do

| Provider | Examples |
| --- | --- |
| **LinkedIn** | search people, companies, posts and jobs; "who do I know at Stripe?"; turn a profile URL into a ready-to-send message or invitation; read and answer conversations; publish, comment, react; Sales Navigator and Recruiter when your account has them; job postings and applicants |
| **WhatsApp** | "send a WhatsApp to Julien saying I'm running late"; read and reply to chats; voice notes, media, groups |
| **Instagram, Telegram** | direct messages; Instagram profiles and followers; Telegram groups and channels |
| **Email** | Gmail, Outlook and any IMAP mailbox: folders, threads, search, attachments, drafts, send and reply |
| **Calendar** | Google and Microsoft calendars: list, create, update events |
| **Cross-channel** | check your email history before replying on LinkedIn; confirm a LinkedIn exchange on WhatsApp; a morning brief of every inbox with the replies to approve |

## Connect

### Claude (claude.ai, Claude Desktop, Claude Code, Cowork)
Settings → Connectors → *Add custom connector* → `https://nilyo.com/mcp` → sign in on the Nilyo page. Claude Code: `claude mcp add --transport http nilyo https://nilyo.com/mcp`.

This repository is also a **Claude plugin** (`.claude-plugin/plugin.json` + `.mcp.json` + `skills/`): `claude plugin marketplace add nilyo-com/nilyo-mcp` then `claude plugin install nilyo`, or install it from the Claude plugin directory once listed. The plugin bundles the Nilyo connector with the six skills below and a setup skill.

### ChatGPT
Settings → Plugins (Developer mode) → add MCP server `https://nilyo.com/mcp` with OAuth, or install the published **Nilyo** plugin from the directory. The portable plugin package is in [`chatgpt/`](chatgpt/) and the skills in [`skills/`](skills/).

### Cursor
This repository is a Cursor plugin (`.cursor-plugin/plugin.json` + `mcp.json`): install it from the Cursor marketplace, or add to `~/.cursor/mcp.json`:

```json
{ "mcpServers": { "nilyo": { "url": "https://nilyo.com/mcp" } } }
```

### OpenClaw, Hermes, Codex and other MCP runtimes
Point the runtime at `https://nilyo.com/mcp`. Runtimes without an OAuth flow can use a personal token created on [nilyo.com/account](https://nilyo.com/account) (*Agent access*) as `Authorization: Bearer ab_…`. The generic skill for these runtimes is [`skills/nilyo/SKILL.md`](skills/nilyo/SKILL.md).

### n8n
Community node `n8n-nodes-nilyo` (Nilyo credential = personal token; *Nilyo* node for actions, *Nilyo Trigger* for realtime events). Realtime events can also be delivered to any HTTPS receiver through the `webhook_*` tools.

## Skills

Task-oriented skills (SKILL.md + `agents/openai.yaml`), usable in ChatGPT, Codex, Claude Code and OpenClaw:

| Skill | Use it for |
| --- | --- |
| `nilyo-linkedin-outreach` | prospecting, network, messages and invitations |
| `nilyo-linkedin-content` | posts, comments, reactions, engagement routines |
| `nilyo-recruiting` | applicants, resumes, Recruiter projects, sourcing |
| `nilyo-messaging-contacts` | WhatsApp, Telegram and Instagram messages by contact name |
| `nilyo-inbox-triage` | summaries, counts, unanswered messages, scheduled check-ins |
| `nilyo-setup` | first sign-in, connecting and reconnecting accounts, plan |

## Good to know

- Nilyo never guesses between two of your accounts: the agent lists them and passes the `account_id` you mean.
- Sends, posts, invitations and deletions are separate tools flagged `destructiveHint`; agents show the text and wait for approval.
- Pacing: LinkedIn and Instagram ~100 actions/day per account, WhatsApp 20 new conversations/day, calls serialized per account.
- Accounts are connected once through a secure link (Hosted Auth) or a WhatsApp/Telegram QR code shown in the conversation; credentials never transit through the agent.

Setup guide: https://nilyo.com/setup-for-agents · Pricing: https://nilyo.com/pricing · Privacy: https://nilyo.com/privacy · Support: https://nilyo.com/support

Lo que la gente pregunta sobre nilyo-mcp

¿Qué es nilyo-com/nilyo-mcp?

+

nilyo-com/nilyo-mcp es plugins para el ecosistema de Claude AI. Nilyo distribution kit — remote MCP (https://nilyo.com/mcp): plugin manifests, skills and agent guides Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-18.

¿Cómo se instala nilyo-mcp?

+

Puedes instalar nilyo-mcp clonando el repositorio (https://github.com/nilyo-com/nilyo-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar nilyo-com/nilyo-mcp?

+

Nuestro agente de seguridad ha analizado nilyo-com/nilyo-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene nilyo-com/nilyo-mcp?

+

nilyo-com/nilyo-mcp es mantenido por nilyo-com. La última actividad registrada en GitHub es del 2026-09-18, con 0 issues abiertos.

¿Hay alternativas a nilyo-mcp?

+

Sí. En ClaudeWave puedes explorar plugins similares en /categories/plugins, ordenados por popularidad o actividad reciente.

Despliega nilyo-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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

Más Plugins

Alternativas a nilyo-mcp