MCP-Server-Projects
0
MCP Wiki Reader is a tool that converts Wikipedia articles to Markdown using a FastMCP server. It features efficient error handling and supports modern Python package management via `uv`.
🧠MCP Wiki Reader
A simple MCP tool for extracting and converting Wikipedia article content to Markdown using a FastMCP server.
🚀 Features
- Fetch a Wikipedia article via URL
- Parse its main content using BeautifulSoup
- Convert HTML content to Markdown
- Robust error handling with custom MCP error types
🛠Requirements
- Python 3.10+
uv
for managing dependencies- MCP framework (FastMCP, McpError, etc.)
Install dependencies and run the MCP server to expose methods for reading Wikipedia articles.