Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Connector Platform

БесплатноНе проверен

100+ pre-built SaaS integrations for builder apps with multi-tenant, per-user scoping.

GitHubEmbed

Описание

100+ pre-built SaaS integrations for builder apps with multi-tenant, per-user scoping.

README

Add 100+ pre-built integrations (Notion, Slack, Linear, GitHub, …) to your Next.js app with one slash command. Powered by Connector Platform.

Install

/plugin marketplace add danielsalles/connector-platform-marketplace
/plugin install connector-platform@danielsalles

Quick start

You'll need a builder token (cpt_*) from the platform admin.

/connector login cpt_xxxxxxxxxxxxxxxxxxxxxxxx

This writes .env.local and .mcp.json at your project root.

/connector list

Lists available integrations.

/connector add notion

Scaffolds two Next.js App Router handlers:

  • src/app/api/connect/notion/route.ts — redirects users to authorize Notion
  • src/app/api/execute/notion/route.ts — server-side proxy to invoke Notion tools

You can then drop a button in your UI:

<a href="/api/connect/notion?user_id={YOUR_USER_ID}">Connect Notion</a>

Commands

Command Description
/connector login <token> Save credentials and configure MCP
/connector list Show available integrations
/connector add <slug> Scaffold connect + execute handlers
/connector logout Remove credentials and MCP config

Frameworks supported

  • Next.js (App Router only)

Express / FastAPI / others — open an issue if you need them.

How it works

The plugin is just markdown — instructions for the Claude Code agent. The actual integration runtime lives in Connector Platform (multi-tenant API + MCP server). When you run /connector add notion, the agent generates handlers that call the platform's REST API with fetch. No SDK — your code stays free of dependencies on this plugin.

License

MIT — see LICENSE.

from github.com/danielsalles/connector-platform-plugin

Установка Connector Platform

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/danielsalles/connector-platform-plugin

FAQ

Connector Platform MCP бесплатный?

Да, Connector Platform MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Connector Platform?

Нет, Connector Platform работает без API-ключей и переменных окружения.

Connector Platform — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Connector Platform в Claude Desktop, Claude Code или Cursor?

Открой Connector Platform на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Connector Platform with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development