MCP.so
登录

pagefind-mcp

@tkellogg

关于 pagefind-mcp

An MCP server for searching static sites that are indexed with pagefind

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

tkellogg

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is pagefind-mcp?

pagefind-mcp is an MCP (Model Context Protocol) server that enables searching static sites that have been indexed with the Pagefind search tool. It is designed for developers and users who want to integrate Pagefind-powered search into MCP-compatible applications or workflows.

How to use pagefind-mcp?

Run the server using npx pagefind-mcp --host <base-url> [--no-resources]. The --host parameter sets the base site URL to index (prefixing with http:// or https:// is optional; https is assumed when omitted). The optional --no-resources flag skips pushing full page resources and instead fetches each result page to provide a short, markup-free snippet.

Key features of pagefind-mcp

  • Searches static sites indexed with Pagefind.
  • Configurable base site URL via --host.
  • Optional snippet-only results via --no-resources.
  • Fetches each result page for short snippets.
  • Integrates with MCP-based clients.

Use cases of pagefind-mcp

  • Search static sites that already have a Pagefind index.
  • Retrieve search results with short, markup-free snippets instead of full page resources.

FAQ from pagefind-mcp

What does pagefind-mcp do?

It is an MCP server for searching static sites indexed with Pagefind, returning search results that can include full page resources or short snippets.

How do I run pagefind-mcp?

Use the command npx pagefind-mcp --host <base-url>; optionally add --no-resources to skip full page pushes.

What does the --host parameter do?

It sets the base site URL that the server will index for search queries. If no protocol is provided, https is assumed.

What does the --no-resources flag do?

It skips pushing full page resources and instead fetches each result page to return a short, markup-free snippet.

评论

其他 分类下的更多 MCP 服务器