streamable-httpMITupdated 4mo ago
Add 100+ pre-built integrations (Notion, Slack, Linear, GitHub, …) to your Next.js app with one slash command. Powered by Connector Platform.
What can you do with connector platform?
connector-platform — Claude Code plugin
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 Notionsrc/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.
Install
Add connector platform to your client. Pick the one you use.
claude mcp add --transport http connector-platform https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/selfcodex mcp add connector-platform --url https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/self{
"mcpServers": {
"connector-platform": {
"url": "https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/self"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"connector-platform": {
"type": "http",
"url": "https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/self"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"connector-platform": {
"url": "https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/self"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"connector-platform": {
"serverUrl": "https://connector-mcp.plataform-connect.workers.dev/mcp/{builder_id}/self"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance13/25
- Trust13/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 122 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- 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 |
|---|---|
| 0.1.0Latest | May 2, 2026 |