Skip to main content
Glama
trytotest13

Claude Skills MCP Connector

by trytotest13

Claude Skills MCP Connector

A remote MCP server for Claude that exposes a local library of Claude-style SKILL.md packages stored in this repository.

Included skill sources

This project was assembled from the three uploaded ZIP files:

  • taste-skill-main.zip

  • skills-main.zip

  • impeccable-main.zip

The actual skill folders are under skills/. Supporting files inside each skill are preserved so a model can load references/templates/recipes on demand.

Related MCP server: claude-oracle-mcp

MCP tools

list_skills

Returns all discovered skills, their descriptions, and their available files.

search_skills

Searches skill names/descriptions.

Example:

{"query":"portfolio design"}

get_skill

Loads the full SKILL.md for one skill.

Example:

{"name":"impeccable"}

read_skill_file

Loads a supporting file inside a skill without allowing path traversal.

Example:

{"name":"impeccable","file":"reference/layout.md"}

Deploy to Vercel

Requirements:

  • Node.js 20+

  • A Vercel account

  • A GitHub repository

Install:

npm install

Check TypeScript:

npm run typecheck

Run locally:

npx vercel dev

The MCP endpoint is:

http://localhost:3000/mcp

After deployment it will be:

https://YOUR-PROJECT.vercel.app/mcp

Connect to Claude

Add the deployed /mcp endpoint as a remote MCP/custom connector in the Claude interface available to your account.

How Claude should use it

Recommended flow:

  1. search_skills for the task.

  2. get_skill for the best matching skill.

  3. read_skill_file only when the skill references additional files.

  4. Apply the returned instructions to the user's task.

Important

This connector does not modify Claude's built-in Skill system. It exposes the uploaded skill packages as MCP-accessible content. Claude reads the returned instructions and uses them in the conversation.

Updating skills

Replace/add folders under skills/, commit, and push to GitHub. Vercel will deploy the new version automatically if Git integration is enabled.

Security

The connector is read-only. It does not execute scripts from the skill packages. read_skill_file is restricted to paths inside the selected skill directory.

Vercel configuration

This project intentionally does not set a functions.runtime value in vercel.json. Vercel automatically detects the Node.js runtime for api/mcp.ts.

The Node.js major is pinned to 24.x in package.json. Vercel supports Node.js 22+, and Node.js 20 is scheduled for deprecation on October 1, 2026.

If an older deployment is cached, redeploy after committing the updated vercel.json and package.json.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    -
    maintenance
    An MCP server that transforms Claude-style skills and resources into callable tools for any MCP-compatible agent or client. It automatically discovers, exposes, and executes scripts from skills organized in local directories or packaged archives.
  • A
    license
    A
    quality
    D
    maintenance
    An MCP server for discovering Claude Code skills, plugins, and MCP servers by searching 15,000+ resources from 17 registries, GitHub, and the web with zero setup.
    3
    16
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.

  • MCP server for skill documentation, generated by doc2mcp.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/trytotest13/Claude-Skills-MCP-Connector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server