MCP.so
ログイン
S

Sychev Lab Mcp Server

@Sychev-Lab

Sychev Lab Mcp Server について

MCP Server for Sychev Lab - Products, Articles, Tutorials, and Commerce

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

Sychev-Lab

投稿者

Anthony S.

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "sychev-lab": {
      "command": "npx",
      "args": [
        "-y",
        "sychev-lab-mcp-server"
      ],
      "env": {
        "SYCHEV_LAB_URL": "https://lab.sychev.xyz"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Sychev Lab Mcp Server?

It is an MCP (Model Context Protocol) server that provides AI assistants with access to Sychev Lab’s product catalog, articles, tutorials, and e-commerce features.

How to use Sychev Lab Mcp Server?

On Claude.ai, add the URL https://lab.sychev.xyz/mcp in Settings → Integrations. On Claude Desktop or Cursor, add the MCP server JSON block with npx -y sychev-lab-mcp-server and the environment variable SYCHEV_LAB_URL. Alternatively, install the package globally or run it locally via npm start (stdio) or npm run start:http (HTTP mode).

Key features of Sychev Lab Mcp Server

  • Catalog of STL products for 3D printing
  • Technical articles and blog access
  • Step-by-step tutorials with difficulty and duration info
  • Product category browsing and search
  • User registration
  • Stripe checkout session creation

Use cases of Sychev Lab Mcp Server

  • Browse and search 3D printing STL products via an AI assistant
  • Retrieve full content of technical articles and tutorials
  • Register new users through natural language commands
  • Create Stripe payment sessions for purchases
  • Navigate product categories to find items

FAQ from Sychev Lab Mcp Server

What tools does Sychev Lab Mcp Server offer?

It provides ten tools: list_products, get_product_details, search_products_by_category, get_categories, list_articles, get_article, list_tutorials, get_tutorial, register_user, and create_stripe_checkout.

How do I configure Sychev Lab Mcp Server for Claude Desktop?

Add a JSON entry to claude_desktop_config.json with "command": "npx", "args": ["-y", "sychev-lab-mcp-server"], and "env": { "SYCHEV_LAB_URL": "https://lab.sychev.xyz" }.

What runtime dependencies does Sychev Lab Mcp Server require?

It requires Node.js and npm. The server is written in TypeScript and can be run via npx or after building with npm run build.

Where does the data come from?

All data is fetched from the Sychev Lab API at https://lab.sychev.xyz. The base URL can be changed with the SYCHEV_LAB_URL environment variable.

What transport modes are supported?

It supports stdio (for Claude Desktop), Streamable HTTP (MCP 2025-06-18 standard), SSE Legacy, and HTTP Legacy modes. HTTP endpoints include POST/DELETE /mcp, GET /sse, POST /messages, and GET /health.

コメント

「その他」の他のコンテンツ