wikipedia-mcp-server
0
This project is a Cloudflare Worker that provides a Model Context Protocol (MCP) compliant interface to access Wikipedia search functionalities. By leveraging JSON-RPC 2.0, it offers structured methods for searching articles and retrieving page content by title or ID. Its deployment is focused on simplicity and efficiency for the user.
cURL
Used to access API endpoints via the command line
Node.js
Used to access API endpoints through JavaScript code
GraphQL
Provides GraphQL API support, allowing interactive query through GraphQL Playground
JSON-RPC
RPC Communication