# MCP Connector

> Provides a Model Context Protocol (MCP) server interface to the skills library, allowing any MCP-compliant agent (e.g. Claude Desktop) to invoke Antigravity skills as native tools.

- Skill: `tomevault-io/mcp-connector-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/mcp-connector-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/mcp-connector-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/mcp-connector-2

---


# SKILL-016: MCP Connector

## Overview

This skill is a **Meta-Skill**. It wraps the entire library in an MCP Server. This enables external agents to "plug in" to Antigravity capabilities without knowing the underlying PowerShell scripts.

## Trigger Phrases

- `start mcp server`
- `connect skills to claude`

## Inputs

None (Service).

## Outputs

- Exposes Tools via stdio:
  - `list_skills()`
  - `run_skill(id, args)`
  - `read_skill_spec(id)`

## Preconditions

- Python 3.10+
- `mcp` package installed

## Implementation

See `server.py`.

## Configuration

Add the following to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "antigravity-skills": {
      "command": "python",
      "args": [
        "full/path/to/server.py"
      ]
    }
  }
}
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/sounder25) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

