wikipedia-mcp-server

wikipedia-mcp-server

3.2

If you are the rightful owner of wikipedia-mcp-server 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 Cloudflare Worker exposing Wikipedia search and page retrieval via the Model Context Protocol (MCP) standard using JSON-RPC 2.0.

The Wikipedia MCP Server is a Cloudflare Worker designed to provide access to Wikipedia's search and page retrieval functionalities through the Model Context Protocol (MCP) using JSON-RPC 2.0. This server is implemented in TypeScript using the Hono framework and is deployable on Cloudflare Workers. It features a configurable LRU cache for efficient data retrieval and supports various Wikipedia operations such as searching for articles and retrieving page content by title or ID. The server is designed to be easily integrated with tools and platforms that support JSON-RPC 2.0 services over HTTP, making it a versatile solution for developers looking to incorporate Wikipedia data into their applications.

Features

  • MCP Endpoint: Provides a POST /mcp endpoint supporting JSON-RPC 2.0 requests for Wikipedia operations.
  • Configurable LRU Cache: In-memory per instance cache, with options for persistence using KV/Caches API.
  • TypeScript with Hono: Written in TypeScript using the Hono framework for Cloudflare Workers.
  • Deployable to Cloudflare Workers: Easily deployable to Cloudflare Workers for scalable and efficient operation.