http-sse-mcp-starter

http-sse-mcp-starter

3.2

If you are the rightful owner of http-sse-mcp-starter 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.

This is an HTTP SSE-based MCP server featuring a tool for fetching and converting Wikipedia articles to Markdown.

The MCP Server with Wikipedia Article Tool is designed to facilitate client-server communication using the Model Context Protocol (MCP) over HTTP Server-Sent Events (SSE). It is implemented using FastMCP and provides a specialized tool for fetching Wikipedia articles and converting them into Markdown format. This server is particularly useful for applications that require real-time updates and efficient data exchange between clients and servers. The server is built with Python 3.8+ and requires dependencies listed in the requirements.txt file, which can be installed using the 'uv' package manager. The server operates on localhost and provides endpoints for SSE connections and handling incoming POST messages. Additionally, it offers a client script to interact with the server, allowing users to list server capabilities and fetch Wikipedia articles.

Features

  • MCP server implementation using FastMCP
  • Server-Sent Events (SSE) for client-server communication
  • Wikipedia article fetching tool
  • Conversion of HTML content to Markdown

Tools

  1. read_wikipedia_article

    Fetches an article from Wikipedia, parses its content, and converts it to Markdown format.