MCP for VuFind
@jaohbib
MCP for VuFind について
a simple MCP Server for VuFind
基本情報
設定
以下の設定を使って、このサーバーを 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 Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 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,
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント