Skip to content
AI Primer
๐Ÿ’ป Developer Tools

diy-mcp-connector

sshh12by sshh1221 days ago11

Builds a dedicated MCP server for a single web app by walking through API discovery, tool design, security review, implementation, testing, and deployment. Use when the user asks to create an MCP server, connect a web app to Claude Code, or build a tool integration for any web app.

Install

npx skills add https://github.com/sshh12/claude-plugins --skill diy-mcp-connector
Show step-by-step
  1. 1

    Open your terminal

    • Mac: Press โŒ˜ Space, type "Terminal", press Enter
    • Windows: Press Win R, type "cmd", press Enter
  2. 2

    Paste the command above and press Enter

    Use the Copy command button, then paste in your terminal (Mac: โŒ˜V, Windows: Ctrl V).

  3. 3

    Restart Claude Code

    Close and reopen Claude Code, or start a new session, so it picks up the new skill.

Where it lives
~/.claude/skills/sshh12--claude-plugins--plugins--diy-mcp-connector--skills--diy-mcp-connector/
โ”œโ”€โ”€ SKILL.md
โ””โ”€โ”€ ... (skill resource files)
View on GitHub

Comments

Always review skill code before installing. Third-party skills may contain scripts that run on your machine.

First 3 tasks to try

  1. 1Ask the user which web app they want to connect
    Ask the user which web app they want to connect
  2. 2Detect available browser tools (claude mcp list) โ€” see references/1-capture-a
    Detect available browser tools (`claude mcp list`) โ€” see `references/1-capture-api.md` for the detection table and preference order
  3. 3If no browser tools found, ask if they have HAR files or want to set up a browse
    If no browser tools found, ask if they have HAR files or want to set up a browser tool (Claude for Chrome is the easiest)

Related skills