MCP-Server-Template
@SteffenHebestreit
关于 MCP-Server-Template
This repository implements a Model Context Protocol (MCP) server for web crawling capabilities, exposing crawlers as LangChain-compatible tools or any MCP-compliant client. It includes two main services:
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP-Server-Template?
It implements a Model Context Protocol (MCP) server for web crawling capabilities, exposing crawlers as tools for any MCP-compliant client. It features a unified server architecture with centralized configuration.
How to use MCP-Server-Template?
Use Docker with docker-compose up --build, or run locally by installing dependencies (npm install), defining environment variables, building (npm run build), and starting (npm start). The server provides MCP Streamable HTTP at /mcp/v2 (recommended), legacy SSE at /mcp/sse, and API endpoints at /api/health and /api/version.
Key features of MCP-Server-Template
- Unified server architecture integrating Express and MCP
- Centralized configuration with module-specific settings
- Two MCP transports: Streamable HTTP and SSE
- Web crawling tools: crawl and crawlWithMarkdown
- Docker support for containerized deployment
Use cases of MCP-Server-Template
- Enable MCP clients to crawl web pages via the crawl tool
- Extract markdown content with the crawlWithMarkdown tool
- Integrate web crawling into AI-driven workflows
- Monitor web content programmatically via MCP endpoints
FAQ from MCP-Server-Template
What transport methods does MCP-Server-Template support?
The server
开发工具 分类下的更多 MCP 服务器
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Grafana MCP server
grafanaMCP server for Grafana
Huoshan Test
volcengine
Sentry
modelcontextprotocolModel Context Protocol Servers
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
评论