Sychev Lab Mcp Server
@Sychev-Lab
About Sychev Lab Mcp Server
MCP Server for Sychev Lab - Products, Articles, Tutorials, and Commerce
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sychev-lab": {
"command": "npx",
"args": [
"-y",
"sychev-lab-mcp-server"
],
"env": {
"SYCHEV_LAB_URL": "https://lab.sychev.xyz"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments