100+ pre-built SaaS integrations for builder apps. Multi-tenant, scoped per end_user.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-danielsalles-connector-platform": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Add 100+ pre-built integrations (Notion, Slack, Linear, GitHub, …) to your Next.js app with one slash command. Powered by Connector Platform.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / cloud
Query and manage PostgreSQL databases directly from AI assistants
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Manage Supabase projects — databases, auth, storage, and edge functions
MCP Server for GCP environment for interacting with various Observability APIs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.danielsalles/connector-platform and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Add 100+ pre-built integrations (Notion, Slack, Linear, GitHub, …) to your Next.js app with one slash command. Powered by Connector Platform.
/plugin marketplace add danielsalles/connector-platform-marketplace
/plugin install connector-platform@danielsalles
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 toolsYou can then drop a button in your UI:
<a href="/api/connect/notion?user_id={YOUR_USER_ID}">Connect Notion</a>
| 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 |
Express / FastAPI / others — open an issue if you need them.
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.
MIT — see LICENSE.