create-mcp

Create MCP servers connecting Dex with external services and APIs.

461|129|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/davekilleen/Dex --skill create-mcp-davekilleen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-mcp
Source: https://github.com/davekilleen/Dex/tree/main/.claude/skills/create-mcp
Command: npx skills add https://github.com/davekilleen/Dex --skill create-mcp-davekilleen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of integrating external services and data sources with Dex, enabling AI to access real-time information and perform actions beyond its inherent capabilities.

Core Features & Use Cases

  • Guided Integration: A step-by-step wizard helps users define and build MCP servers for various services (calendars, email, CRMs, APIs).
  • Service Connection: Enables Dex to query live data, automate tasks, and interact with external tools reliably.
  • Use Case: Connect your Google Calendar to Dex so that you can ask, "What meetings do I have today?" and receive accurate, real-time information.

Quick Start

Use the create mcp skill to connect Dex to my Google Calendar.

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 with Dex using MCP servers?

You can integrate external APIs with Dex by using a guided wizard to create Model Context Protocol (MCP) servers. This wizard helps you define tools, handle authentication, and generate server code for deterministic data retrieval.

What is the best way to connect Dex to Google Calendar for real-time queries?

The best way to connect Dex to Google Calendar is by building a Model Context Protocol (MCP) server through a step-by-step wizard. This enables deterministic data retrieval, allowing you to ask questions and receive accurate, live meeting information.

Can I use a guided wizard to build MCP servers for CRM data access?

Yes, you can use a guided wizard to build MCP servers for CRM data access. The wizard facilitates service connection by helping you define necessary tools and handle authentication to query live external data reliably.

Does building an MCP server require manually writing authentication code?

Building an MCP server does not require manually writing authentication code from scratch. The guided wizard handles authentication setup and generates the server code needed to execute actions and retrieve data from external services.

What types of external services can I connect to Dex using Model Context Protocol?

Using Model Context Protocol, you can connect various external services to Dex including calendars, email platforms, and CRMs. This integration supports deterministic data retrieval and action execution for automating tasks with live information.

Why use MCP servers for automation instead of direct API connections?

MCP servers provide deterministic data retrieval and reliable action execution by defining specific tools for external services. This structured approach ensures accurate, real-time information access compared to managing direct API connections manually.