M
Wikipedia

Wikipedia

mcp server

Description

MCP-Wiki provides a tool for AI assistants to fetch and convert Wikipedia articles to Markdown format. The server exposes a single tool, read_wikipedia_article, which takes a Wikipedia URL, validates it, retrieves the article content using requests and BeautifulSoup, and converts the HTML to clean Markdown using html2text. Built with Python 3.13 and the FastMCP framework, it handles various error conditions gracefully, including invalid URLs, connection issues, and parsing failures. This implementation is particularly useful for researchers and content creators who need to reference Wikipedia information directly within their AI assistant conversations without manual copying or formatting.

Server Details

Added

April 21, 2025