create-mcp

Build MCP integrations for Dex with guided discovery and tool design.

1|Updated Jun 28, 2026
One-click install
npx skills add https://github.com/whmathews15/DEX-Personal-Operating-System --skill create-mcp-whmathews15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-mcp
Source: https://github.com/whmathews15/DEX-Personal-Operating-System/tree/main/.claude/skills/create-mcp
Command: npx skills add https://github.com/whmathews15/DEX-Personal-Operating-System --skill create-mcp-whmathews15

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you connect Dex to external services so AI can use real data instead of guessing, making your assistant reliable for everyday work.

Core Features & Use Cases

  • Guided Service Discovery: Clarifies what system you want to connect, how you authenticate, and what data you need.
  • MCP Tool Design: Helps define the right read and write tools for calendars, email, CRM systems, databases, and APIs.
  • Implementation and Integration: Generates server code, updates dependencies, and adds documentation so the new connector works inside Dex.
  • Use Case: A product manager can connect Google Calendar and Slack so Dex can answer meeting questions, fetch live updates, and automate recurring workflows.

Quick Start

Tell the AI which service you want Dex to connect to and describe the tasks you want it to perform.

Frequently Asked Questions about create-mcp

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

FAQPage Schema
How do I integrate external APIs and calendars with Dex without coding?

You can integrate external APIs, calendars, and CRM systems with Dex without coding by using guided discovery to define authentication and generate the required MCP server code. The process designs read and write tools for your specific data sources.

What is an MCP integration and when do I need it for my CRM workflows?

An MCP integration connects external data sources like CRMs and local databases to Dex, allowing AI to access real data deterministically. You need it when your AI assistant must read or write live data instead of guessing.

Can I build MCP server connections for email and local data sources?

Yes, you can build MCP server connections for email and local data sources. The guided implementation process handles authenticated access, generates server code, updates dependencies, and adds documentation for deterministic workflows.

What's the best way to connect Dex to external services for automated workflows?

The best way to connect Dex to external services is through a guided MCP tool design process that clarifies your target system, defines read and write tools, generates server code, and validates authenticated access for your automation workflows.

Do I need programming knowledge to set up MCP integrations for my tools?

No, you do not need programming knowledge to set up MCP integrations. The process uses guided service discovery to design tools, generate server code, and update documentation automatically based on your description of the desired tasks.

How do I validate that my new MCP connector works inside Dex?

You validate that your new MCP connector works inside Dex through the built-in validation step. This step checks the generated server code and authenticated access to ensure deterministic read and write workflows function correctly.