MCP

Plug skillmd into ClaudeClaude Code

Add the skillmd MCP and your coding agent can generate, search, and read skill.md files without leaving the editor.

Works in any agent
One prompt, any IDE

Install the skillmd MCP server in this IDE. First run `npx @getskillmd/cli login` so I can sign in through the browser, then add the @getskillmd/mcp package via `npx -y @getskillmd/mcp` over stdio — no API key needed. For CI or headless setups, skip the login and set GETSKILLMD_API_KEY (create a key at https://getskillmd.com/account) in the server's env block instead.

generate_skillTurn any URL into a fresh skill.md, on demand.
get_skillPull a skill bundle: markdown, token contract, and screenshots.
get_skill_screenshotPull the brand screenshot as an image to match the design.
verify_designScore a page you built against the brand and get fixes.
list_skillsBrowse skills you've saved or bookmarked.
find_inspirationList inspiration from Dribbble, Figma, Pinterest, uploads.
Config file
~/.claude.json
bash
claude mcp add skillmd -- npx -y @getskillmd/mcp
CI / headless

No browser in CI? Create an API key at https://getskillmd.com/account and set GETSKILLMD_API_KEY instead of running login.

bash
claude mcp add skillmd \
  --env GETSKILLMD_API_KEY=gskmd_pk_... \
  -- npx -y @getskillmd/mcp
Or paste this into the IDE's AI

Add the skillmd MCP to my Claude Code config. First run `npx @getskillmd/cli login` to sign in through the browser, then run `claude mcp add skillmd -- npx -y @getskillmd/mcp` — no API key needed. For CI or headless setups, add `--env GETSKILLMD_API_KEY=<my-key>` to that command instead (create a key at https://getskillmd.com/account).

Hosted endpoint

Or skip the install. Point any streamable-HTTP MCP client at this URL — OAuth-capable clients open a browser to authorize, no key to copy. Clients without OAuth can pass an API key as a Bearer token.