Token导航 LogoToken导航TokenDH.com
Claude Skill MCP logo
文档知识未说明官方级别未说明来源级核验

Claude Skill MCP

MCP Server

一个MCP服务器,允许在其他大型语言模型上使用Claude的技能系统,特别是来自anthropics/skills仓库的技能。

工具数

4

提示词数

0

GitHub Stars

0

资源数

0
PythonClaude大型语言模型Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

SimFG

提供方

SimFG

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Claude Tool MCP

中文版本

This project is an MCP server that allows using Claude's skill system on other LLM, especially skills from the anthropics/skills repository.

Prerequisites

  • Python 3.12
  • uv package management tool

Usage Steps

1. Clone this repository

git clone https://github.com/SimFG/claude-skill-mcp.git
cd claude-skill-mcp

2. Sync dependencies

Use uv to sync project dependencies:

uv sync

3. Clone Claude Skills repository

git clone https://github.com/anthropics/skills.git

4. Configure MCP server

Create or modify the MCP configuration file, add the following content (please replace xxx with actual paths):

{
  "mcpServers": {
    "claude-skill-mcp": {
      "command": "uv",
      "args": [
        "run",
        "mcp",
        "run",
        "/xxx/claude-skill-mcp/server.py"
      ],
      "env": {
        "CLAUDE_TOOL_PATH": "/xxx/skills",
        "UV_PYTHON": "/xxx/claude-skill-mcp/.venv"
      }
    }
  }
}

Features

This MCP server can:

  • Load tools from the Claude Skills repository
  • Provide tool list and usage interface
  • Allow other large models to call Claude-style tools

Supported Tools

By loading the anthropics/skills repository, you can use various tools including but not limited to:

  • Document processing tools (docx, pdf, pptx, xlsx)
  • Creative design tools
  • Development and technical tools
  • Enterprise communication tools

Notes

  • Please ensure Python version is 3.12
  • Use absolute paths when configuring paths
  • The environment variable CLAUDE_TOOL_PATH can point to multiple skill directories, separated by commas
  • The environment variable UV_PYTHON must point to the project's virtual environment directory

Example

Here is an example of using the canvas-design tool to draw a star river themed image:

Input: Use canvas-design tool to draw an image with star river theme, output png

Output: The generated image is shown below:

Star River Image

目录标签

目录标签

PythonClaude大型语言模型技能系统本地部署工具调用文档处理创意设计

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

4

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP