Token导航 LogoToken导航TokenDH.com
Kiwix Serve MCP logo
搜索检索stdio官方级别未说明来源级核验

Kiwix Serve MCP

MCP Server

@modelcontextprotocol/inspector

Kiwix服务接口是一个简单的MCP服务器,用于与Kiwix服务API交互,适用于研究和数据检索场景。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
数据检索Python研究工具API接口

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

systemj

提供方

systemj

最后核验

2026/5/17 20:20

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx @modelcontextprotocol/inspector

详细介绍

kiwix服务器mcp

一个简单的MCP服务器与Kiwix-serve API接口。

  • https://kiwix-tools.readthedocs.io/en/latest/kiwix-serve.html

在本地运行

KIWIX_SERVER=https://kiwix.lab.systemj.net uv run main.py

# debug - url: http://localhost:8000/mcp
npx @modelcontextprotocol/inspector

打开webui使用示例

  • 型号:qwen3:14b
  • 函数调用:本机
  • 系统提示:
You are a research assitant, your goal is to provide the most accurate information possible backed up with citations and sources.
When responding, *ALWAYS* perform the following steps:
1. Call kiwix_listCollections() to list the available data sources
2. Choose the source most likely to contain the most detailed information for the user's request, and note the "uuid" value
3. Call kiwix_searchCollections() using key words relevant to the user's request to search for articles.
4. Review the list of articles returned and choose the article most likely to contain information about the users request based on the article summary, and note the "link" value
5. Call kiwix_getArticle() to retrieve the full article content and direct_link
6. Provide a summary based on the retrieved content.
7. Provide the direct_link to the user

示例查询

example image

构建

docker build -t systemj/kiwix-server-mcp .
helm package chart

发布

docker push systemj/kiwix-server-mcp
helm push kiwix-server-mcp-0.1.0.tgz oci://registry-1.docker.io/systemj

目录标签

目录标签

数据检索Python研究工具API接口Kiwix本地部署MCP服务器

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

来源包(packageName,安装包名)

@modelcontextprotocol/inspector

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP