Labsco
mlziade logo

Librarian

โ˜… 2

from mlziade

A server to query Wikipedia and automatically fact-check information for any LLM with a compatible MCP client.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

librarian

Librarian is a MCP (Model Context Protocol) Server that allows any LLM with a compatible MCP client to query Wikipedia for information. It can be configured to automatically fact-check information without requiring explicit user requests.

Note: While this guide focuses on Claude Desktop setup, Librarian also supports remote hosting via WebSocket/HTTP for broader accessibility.

"The only thing that you absolutely have to know is the location of the library."

โ€” Albert Einstein

Claude Desktop Response

Example of Claude Desktop using the librarian MCP server to fact-check information

Features

  • Automatic Fact-Checking: Configure Claude Desktop to proactively verify factual claims using Wikipedia
  • Wikipedia Search: Search for relevant Wikipedia articles
  • Page Information: Get detailed information about specific Wikipedia pages
  • Page Summaries: Quick summaries of Wikipedia pages
  • Page Sections: Get specific sections from Wikipedia pages
  • Multi-language Support: Query Wikipedia in different languages

Available Tools

  1. search_wikipedia_pages: Search for Wikipedia articles on any topic and return the top 5 results with selection information
  2. get_wikipedia_page_info: Get comprehensive information about a specific page including content, summary, hyperlinked words, and categories
  3. get_wikipedia_page_summary: Get quick summaries of Wikipedia pages with customizable sentence length
  4. get_wikipedia_page_sections: Get a list of all sections on a Wikipedia page for large pages where you need specific information
  5. get_wikipedia_page_sections_info: Get detailed content for specific sections of a Wikipedia page by title or index

All tools support multi-language Wikipedia queries by specifying the language parameter (default: "en").

Examples

Available Tools in Claude Desktop

Tools Available

Screenshot showing the Wikipedia tools available in Claude Desktop when the MCP server is properly configured

MCP Servers Configuration

MCP Servers

Claude Desktop showing the librarian MCP server successfully connected and available

VS Code Integration Example

VS Code Response

Example of using the librarian tools within VS Code with GitHub Copilot