Connect Claude to 500+ apps through a single MCP gateway server. Manage connections, check status, and list available integrations. Invoke with /rube.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
name: rube-mcp-connector description: > Connect Claude to 500+ apps through a single MCP gateway server. Manage connections, check status, and list available integrations. Invoke with /rube.
Rube MCP Connector
Commands
/rube connect <app>— Connect to a specific app via MCP/rube status— Show connection status for all configured services/rube list-apps— List all available app integrations/rube disconnect <app>— Remove a connection
Overview
Rube provides a single MCP gateway that routes to multiple backend services. Instead of configuring individual MCP servers for each integration, Rube acts as a unified proxy.
Procedure
Connect a New App
- Check if the app is available:
/rube list-apps - Initiate connection:
/rube connect <app> - Follow authentication flow (OAuth, API key, etc.)
- Verify connection:
/rube status
Check Status
- Query all configured connections
- Report status for each: CONNECTED / DISCONNECTED / ERROR
- For errors, show the error message and suggested fix
Available Integrations
Rube supports integrations across categories:
- Communication: Slack, Discord, Microsoft Teams
- Email: Gmail, Outlook
- Project Management: Jira, Linear, Asana, Trello
- Code: GitHub, GitLab, Bitbucket
- Documents: Google Docs, Notion, Confluence
- CRM: Salesforce, HubSpot
- Cloud: AWS, Azure, GCP
- Data: PostgreSQL, MySQL, MongoDB
Configuration
Rube configuration is stored in .mcp.json at the repo root. The gateway entry handles routing to all backends.
MCMAP Usage
Primary integrations for this project:
- GitHub (kevcofett/Kessel-Digital-Agent-Platform)
- SharePoint (kesseldigitalcom.sharepoint.com)
- Dataverse (via pac CLI, not Rube — use pac directly)
More by kevcofett
View allUnified document creation routing to docx/xlsx/pptx/pdf generation. Professional formatting, no emojis, enterprise-ready output. Invoke with /docs.
Playwright automated web testing from English descriptions. Describe test flows in plain language, get executable test specs. Invoke with /webtest.
Identify code smells, complexity hotspots, and refactoring opportunities. Prioritize by impact and suggest concrete fixes. Invoke with /refactor.
Scans for security issues, hardcoded secrets, missing error handling, and vibe coding antipatterns. Produces PASS/FAIL verdicts with file:line references. Invoke with /review.
