MCP-Server-Template
@SteffenHebestreit
About 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:
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 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
More Developer Tools MCP servers
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Deepwiki MCP Server
regenrekπ MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Comments