@stackone/mcp-connectors
v0.0.25
Published
MCP connectors for disco.dev
Readme
@stackone/mcp-connectors
Pre-built MCP (Model Context Protocol) connectors for popular SaaS tools
Production-ready TypeScript connectors for 45+ SaaS tools including GitHub, Slack, Notion, Jira, Linear, and more.
🌟 These are the same connectors that power the Disco.dev integration list
Installation
npm install @stackone/mcp-connectors @stackone/mcp-config-typesUsage
import { GitHubConnectorConfig } from '@stackone/mcp-connectors';
// Get a tool from a connector
const createIssueTool = GitHubConnectorConfig.tools.CREATE_ISSUE;
// Use in your MCP server
const result = await createIssueTool.handler({
owner: 'stackone-ai',
repo: 'mcp-connectors',
title: 'New feature request'
}, context);Available Connectors (45+)
Popular integrations: github, slack, notion, jira, linear, asana, todoist, google-drive, supabase
Documentation
- Repository README - Complete setup and development guide
- Writing Connectors - How to create new connectors
License
Apache 2.0 - see LICENSE
