MCP-Server-Projects

MCP-Server-Projects

3.2

If you are the rightful owner of MCP-Server-Projects and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple MCP tool for extracting and converting Wikipedia article content to Markdown using a FastMCP server.

The MCP Wiki Reader is a tool designed to fetch and convert Wikipedia articles into Markdown format using a FastMCP server. It leverages the BeautifulSoup library to parse HTML content and convert it into a more readable Markdown format. The tool is built with modern Python package management using 'uv', ensuring fast and efficient dependency management. The server is robust, featuring custom MCP error types for effective error handling. The project is structured to facilitate easy access and modification, with the main implementation located in the 'src/mcp_wiki/server.py' file. The server is registered as a wiki tool and exposes a method to read Wikipedia articles by URL, making it a versatile tool for developers and content creators who need to convert web content into Markdown.

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

Tools

  1. read_wikipedia_article

    Used to read Wikipedia articles and convert them to Markdown format