MCP for VuFind
@jaohbib
About MCP for VuFind
a simple MCP Server for VuFind
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Vufind": {
"command": "python",
"args": [
"C:/ubmcp/UBBSMCP/server.py ",
"C:/ubmcp/UBBSMCP/config.ini"
]
}
}
}Tools
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 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?
—
More Other MCP servers
🚀 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,
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments