PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversdeveloper-toolsdrapon
返回「developer-tools」

drapon

modelscope·@drapon/claude-mcp-servers

developer-tools0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Claude Extension Configuration Tool

This repository is a tool for managing the feature extension settings of the Claude desktop application and Cursor IDE.

Overview

Using a Makefile, this tool automatically generates configuration files (claude_desktop_config.json or config.json) from templates (claude_desktop_config.template.json or cursor_config.template.json) and a .env file, and installs them into the configuration directory of the Claude desktop application or Cursor IDE.

Supported Features

This repository enables the following features in the Claude desktop application and Cursor IDE:

  • Brave Search: Web and local search
  • Filesystem: Local file operations
  • Git: Repository operations
  • GitHub: Repository management
  • Shell: Command execution
  • Puppeteer: Web scraping
  • Fetch: HTTP requests
  • Claude CLI: Command line integration
  • AWS Documentation: Searching AWS-related information
  • Supabase: Database integration
  • Obsidian: Obsidian note operations

Prerequisites

  • Bun is installed
  • make is installed on your system
  • The Claude desktop application or Cursor IDE is installed
  • uvx is installed (if using the AWS Documentation feature)

Setup

  1. Clone the repository:

    bash git clone https://github.com/yourusername/claude-ts-mcps.git cd claude-ts-mcps

  2. Create a .env file:

    Create a .env file with the following content and set the necessary values.

    API Keys and Tokens

    BRAVE_API_KEY=your_brave_api_key # Brave search API Key GITHUB_TOKEN=your_github_personal_access_token # GitHub personal access token SUPABASE_API_KEY=your_supabase_api_key # Supabase API Key FIGMA_API_KEY=your_figma_api_key # Figma API Key

    Executables Paths

    BUN_PATH=/path/to/bun # Full path to bun command (usually /opt/homebrew/bin/bun) UVX_PATH=/path/to/uvx # Full path to uvx command (usually /usr/local/bin/uvx) NPX_PATH=/path/to/npx # Full path to npx command CLAUDE_CLI_PATH=/path/to/claude/cli # Full path to Claude CLI

    Directories

    HOME_DIR=/your/home/directory # Path to home directory OBSIDIAN_VAULT_DIR=/path/to/obsidian/vault # Path to Obsidian vault directory CURSOR_WORKSPACE_PATH=/path/to/workspace # Path to Cursor workspace (for Cursor)

    Fetch Tool Configuration

    CUSTOM_USER_AGENT=Mozilla/5.0 (...) # Custom user agent setting IGNORE_ROBOTS_TXT=false # Whether to ignore robots.txt

  3. Install and configure dependencies:

    For Claude Desktop: bash

    Selectively enable MCP servers (recommended)

    make select-mcps

    Or, use the traditional automatic setup

    make setup

    For Cursor IDE: bash

    Set up MCP servers for Cursor

    ./scripts/setup_cursor_mcp.sh

    This will perform the following actions:

    • Install dependencies in the root directory and ts directory
    • If using select-mcps:
      • You can select which MCP servers to enable
      • You can input the required environment variables interactively- The configuration file is generated from the template file (claude_desktop_config.template.json or cursor_config.template.json) and the .env file.
  • The generated configuration file is copied to the appropriate configuration directory.
  1. Restart the application:

    To apply the changes, please restart the Claude Desktop app or Cursor IDE.

Makefile Commands

  • make all or make: The default target. Runs the setup target.
  • make setup: Installs dependencies, generates the configuration file, and copies it to the Claude Desktop app's configuration directory.
  • make select-mcps: Interactively selects MCP servers for configuration. Also allows setting necessary environment variables.
  • make install: Installs only the dependencies.
  • make clean: Removes the generated claude_desktop_config.json file.

Configuration Files

  • claude_desktop_config.template.json: Template file for feature settings of Claude Desktop.
  • cursor_config.template.json: Template file for feature settings of Cursor IDE.
  • .env: File for defining environment variables (not included in the repository).
  • claude_desktop_config.json: Generated configuration file for Claude Desktop (not included in the repository).
  • config.json: Generated configuration file for Cursor IDE (not included in the repository).

Customization

You can customize the settings by modifying the .env file and the template files:

  • .env: Define environment-specific values and secrets here.
  • Template Files: Modify the feature settings templates as needed.
  • Interactive Selection: Use make select-mcps to enable only the MCP servers you wish to use.

How to Use Obsidian Features

To use Obsidian features, you need to set OBSIDIAN_VAULT_DIR in the .env file. This feature provides the following tools:

  1. write_note: Creates or updates an Obsidian note.

    • path: Path to the note (.md extension is optional).
    • content: Content of the note.
    • append: If true, appends to the existing note (optional).
  2. delete_note: Deletes an Obsidian note.

    • path: Path to the note to be deleted.
  3. read_notes: Reads multiple notes at once.

    • paths: Array of paths to the notes to be read.
  4. search_notes: Searches for notes by name.

    • query: Search query (case-insensitive).

Example:

javascript // Create a note write_note({"path": "Projects/新しいプロジェクト", "content": "# 新しいプロジェクト\n\nここにプロジェクトの詳細を記述します。"})

// Append to a note write_note({"path": "Projects/新しいプロジェクト", "content": "## 追加情報\n\nここに追加情報を記述します。", "append": true})

// Search for notes search_notes({"query": "プロジェクト"})

// Read notes read_notes({"paths": ["Projects/新しいプロジェクト", "Daily/2025-04-12"]})

// Delete a note delete_note({"path": "Projec…

相关 MCP Servers(来自「developer-tools」)

【稳定版】12306MCP火车票服务

一个为大型语言模型(LLM)设计的、高可用的12306余票查询工具服务,现已搭载智能会话管理引擎。 12306-MCP-Server 将复杂的12306余票查询接口封装为符合 Model Context Protocol (MCP) 规范的工具集,允许AI Agent通过自然语言无缝查询实时火车票、中转换乘和经停站信息。 从 v1.0.0 版本开始,项目引入了全新的智能会话管理系统,通过会话池、动态User-Agent轮换和自动错误恢复机制,将服务的稳定性与反屏蔽能力提升至全新高度。

Alphar/Railway-Real-Time-MCP-Server

阿里云可观测 MCP 服务

阿里云可观测 MCP服务,提供了一系列访问阿里云可观测各产品的工具能力,覆盖产品包含阿里云日志服务SLS、阿里云应用实时监控服务ARMS、阿里云云监控等,任意支持 MCP 协议的智能体助手都可快速接入。

@aliyun/alibabacloud-observability-mcp-server

北大法宝法条识别—法律MCP

自动从文本中识别并提取法律条文,例如在合同、案件描述或法律文书中,精准定位涉及的具体法律条文(如“《民法典》第585条”),并将文本中的法律问题与对应法条内容关联,提取法规名称的服务。

@pkulaw-ai/mcp_server_law_recognition

哔哩哔哩API服务器

用于哔哩哔哩API的MCP服务器,支持视频搜索、用户内容获取等多种操作,适用于哔哩哔哩内容管理和数据分析场景。

myalone/bilibili

菜谱

看起来您想要翻译一份英文技术文档,但您提供的内容中只有"asd"这个字符串,并没有实际的文档内容。请提供需要翻译的具体英文技术文档文本,这样我才能帮助您进行准确的翻译。如果有特定部分或格式要求,请一并告知。

lcd18601611267/whateat

串口智控

一座通过串行通信将物理硬件设备与人工智能大语言模型连接起来的桥梁,允许用户使用自然语言命令控制硬件。

@mcp2everything/mcp2serial

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/drapon-claude-mcp-servers/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

暂未识别到安装命令,请打开 ModelScope 详情查看完整配置。

基本信息

分类
developer-tools / file-systems / shell-access
运行方式
No
许可证
MIT License
详情文件
drapon-claude-mcp-servers.md