connector-setup-assistant

Configure and verify Slack and Google Drive MCP connector credentials.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/diegouis/provectus-marketplace --skill connector-setup-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connector-setup-assistant
Source: https://github.com/diegouis/provectus-marketplace/tree/main/plugins/proagent-connector-setup/skills/connector-setup-assistant
Command: npx skills add https://github.com/diegouis/provectus-marketplace --skill connector-setup-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of setting up and verifying credentials for essential MCP connectors like Slack and Google Drive, ensuring seamless integration and troubleshooting.

Core Features & Use Cases

  • Guided Setup: Walks users through extracting Slack tokens (xoxc/xoxd) from browser DevTools and configuring Google Drive OAuth via the GCP console.
  • Credential Persistence: Assists in securely storing extracted credentials.
  • Verification: Checks the health and connectivity of all configured MCP connectors.
  • Use Case: A new team member needs to connect to the shared Slack MCP server. This Skill guides them step-by-step to obtain and configure the necessary Slack tokens, ensuring they can immediately start using the integration.

Quick Start

Use the connector-setup-assistant skill to set up Slack.

Frequently Asked Questions about connector-setup-assistant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get Slack MCP server credentials using browser DevTools?

To get Slack MCP server credentials, the connector-setup-assistant guides you through extracting the xoxc and xoxd tokens directly from your browser's DevTools network panel. It then persists these credentials and verifies live MCP connectivity to ensure the setup is working.

Can I configure Google Drive OAuth for MCP connectors via the GCP console?

Yes, you can configure Google Drive OAuth for MCP connectors via the GCP console. The assistant orchestrates the setup process by walking you through the GCP console to generate and persist the necessary OAuth credentials for live MCP connectivity.

What is the best way to verify MCP connector health and connectivity?

The best way to verify MCP connector health and connectivity is using the assistant's built-in verification feature. After setting up Slack or Google Drive credentials, it checks the live MCP server connection to ensure the tokens and OAuth configuration are valid.

Why does my Slack MCP setup fail with missing xoxd tokens?

Your Slack MCP setup fails with missing xoxd tokens because both xoxc and xoxd values are required for authentication. The assistant provides troubleshooting by guiding you through the specific browser DevTools extraction steps to ensure you capture the complete credential pair.

Do I need a GCP project to set up Google Drive MCP server credentials?

Yes, you need a GCP project to set up Google Drive MCP server credentials because the OAuth configuration is managed through the GCP console. The assistant walks you through the specific GCP console steps to generate and persist the required OAuth credentials.