Sitemcp
@ryoppippi
Sitemcp について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sitemcp": {
"command": "npx",
"args": [
"sitemcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Sitemcp?
Sitemcp fetches an entire website and makes it available as a Model Context Protocol (MCP) server. It is a fork of sitefetch and uses mozilla/readability to extract readable content from pages.
How to use Sitemcp?
Install globally with npm i -g sitemcp or run one-off with npx sitemcp. Then invoke sitemcp <url> and optionally add flags like --concurrency, --match, or --content-selector. Configure your MCP client—for example, Claude Desktop—by adding a server entry that runs the command with the target URL and any desired flags.
Key features of Sitemcp
- Fetches entire website as an MCP server
- Supports concurrent page fetching
- Match specific pages with glob patterns
- Extract content using CSS selectors
- Uses readability for readable content extraction
- Caches fetched pages locally for performance
Use cases of Sitemcp
- Provide a documentation site as context to an AI assistant
- Enable MCP clients to query content from any public website
- Create a custom knowledge base from a subset of site pages
FAQ from Sitemcp
How do I install Sitemcp?
Run it one-off with bunx sitemcp, npx sitemcp, or pnpx sitemcp, or install globally with bun i -g sitemcp, npm i -g sitemcp, or pnpm i -g sitemcp.
How do I fetch
「その他」の他のコンテンツ
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント