connect

Match connector names to the registry and generate transport-specific MCP setup steps.

Updated May 18, 2026
One-click install
npx skills add https://github.com/ajayatwal1105-emerson/digital-marketing-pro --skill connect-ajayatwal1105-emerson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect
Source: https://github.com/ajayatwal1105-emerson/digital-marketing-pro/tree/main/skills/connect
Command: npx skills add https://github.com/ajayatwal1105-emerson/digital-marketing-pro --skill connect-ajayatwal1105-emerson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, json, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of setting up and verifying MCP connectors so your Digital Marketing Pro workflow can access external platforms with the right credentials and transport method.

Core Features & Use Cases

  • Connector discovery & setup guidance: Matches a user-provided connector name to the connector registry and returns the correct setup path.
  • Status checking & verification: Checks whether the connector is already configured, reports current status, and guides verification after setup (especially for npx connectors).
  • Transport-aware instructions: Provides different instructions for HTTP connectors (pre-configured via .mcp.json and authorized via OAuth) versus npx connectors (environment variables, permissions/scopes, and .mcp.json entry).
  • Skills unlocked by connector: Lists the specific Digital Marketing Pro skills enabled by the chosen connector, so users know what to run next.

Quick Start

Use /digital-marketing-pro:connect google-ads to get the exact credentials, .mcp.json snippet, and verification steps for connecting that platform.

Frequently Asked Questions about connect

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

FAQPage Schema
How do I set up MCP connectors for marketing platforms?

To set up an MCP connector, run the connector-status script to generate setup guidance, which includes HTTP OAuth instructions or npx environment variables and .mcp.json configuration entries for marketing platforms.

What is the difference between HTTP and npx MCP connector setup?

HTTP MCP connectors use pre-configured .mcp.json entries authorized via OAuth, while npx MCP connectors require environment variables, permissions, scopes, and a new .mcp.json configuration entry.

How do I verify MCP connector status after configuration?

Verify MCP connector status by running the connector-status script, which reports current configuration state and provides verification steps to confirm connectivity, especially for npx-based connectors.

Do I need Python to configure MCP integrations?

Yes, configuring MCP integrations requires Python3 and JSON installed in your environment to execute the connector-status scripts and process the registry matching logic for setup guidance.

Which marketing and ops services can I connect using MCP?

MCP connector setup supports common marketing and ops services like Google Ads, matching requested connector names to the registry to enable Digital Marketing Pro workflows and automation engagements.

Why is my MCP connector not working after adding environment variables?

MCP connector failures often occur when .mcp.json entries lack proper permissions or scopes, requiring you to run the connector-status script to verify configuration and check connectivity.