MCP.so
登录

MCP for VuFind

@jaohbib

关于 MCP for VuFind

a simple MCP Server for VuFind

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

jaohbib

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "Vufind": {
      "command": "python",
      "args": [
        "C:/ubmcp/UBBSMCP/server.py ",
        "C:/ubmcp/UBBSMCP/config.ini"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is MCP for VuFind?

MCP for VuFind is a lightweight Model Context Protocol server built on FastMCP that integrates VuFind’s Swagger API into an LLM such as Claude (Sonnet). It enables the LLM to search and retrieve literature from VuFind by exposing VuFind’s API endpoints as tools.

How to use MCP for VuFind?

Install dependencies with pip install -r requirements.txt, then define API endpoints in a config.ini file accessible from your local machine. Configure Claude Desktop by editing claude_desktop_config.json with the path to server.py and config.ini, then restart Claude. A hammer icon in the interface confirms the MCP server is active.

Key features of MCP for VuFind

  • Integrates VuFind Swagger API with LLMs
  • Supports DAIA and VuFind Swagger endpoints
  • Runs locally, each API call originates from your system
  • Exposes VuFind functions as MCP tools in Claude
  • Simple pip-based installation and configuration via config.ini

Use cases of MCP for VuFind

  • Enable an LLM to search VuFind for books, articles, or other library materials
  • Combine natural language queries with VuFind’s API to retrieve structured data
  • Automate literature discovery workflows in AI-assisted research tools

FAQ from MCP for VuFind

What dependencies are required?

How is data accessed?

Are there any known limits?

What transport or authentication does it use?

How does it differ from other MCP servers?

评论

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