drio
Open app

MCP 服务工具

Source

mcp-server 合集

Catalog onlyCatalog onlySTDIO

Overview

MCP Server Hub is a collection of tools for the Model Context Protocol (MCP) that allows users to call various AI service APIs.

To use MCP Server Hub, install the necessary dependencies with npm install, configure your API keys in a .env file, and start the desired service using npm run start:dify for Dify services or by importing the Hugging Face tool in your code.

  • Supports various NLP tasks like text generation, classification, and summarization. - Provides image processing capabilities including classification and segmentation. - Enables speech recognition and zero-shot learning tasks. - Offers Dify services for conversational applications and text generation.
  1. Generating text responses for chatbots.
  2. Performing image classification for visual data analysis.
  3. Summarizing long documents or articles.
  4. Conducting real-time speech recognition for voice applications.

Add to your AI client

Use these steps to connect MCP 服务工具 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-hub-jqsc": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-hub-jqsc"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-hub-jqsc": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-hub-jqsc"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-hub-jqsc": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-hub-jqsc"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-hub-jqsc": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-hub-jqsc"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-hub-jqsc": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-hub-jqsc"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-hub-jqsc": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-hub-jqsc"
      ]
    }
  }
}

FAQ

What is the Model Context Protocol (MCP)?

MCP is a protocol designed to facilitate the integration of various AI services through a unified API.

Is there a cost associated with using the APIs?

Yes, users should check the respective API documentation for pricing and usage limits.

Can I use multiple services simultaneously?

Yes, MCP Server Hub allows for concurrent API calls to different services.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2293,"uuid":"253d63e1-28ec-4400-b731-9b0b99ca66ef","name":"mcp-server-hub","title":"MCP 服务工具","description":"mcp-server 合集","avatar_url":"https://avatars.githubusercontent.com/u/21036983?v=4","created_at":"2025-03-09T07:25:20.646Z","updated_at":"2025-03-12T10:21:15.848Z","status":"created","author_name":"JQSC","author_avatar_url":"https://avatars.githubusercontent.com/u/21036983?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/JQSC/mcp-server-hub","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-04-29 17:02:14\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]