MCP.so
Sign In
Servers

Wikipedia MCP Server

@timjuenemann

Wikipedia MCP Server written in TypeScript

Overview

What is Wikipedia MCP Server?

A Model Context Protocol (MCP) server that enables language models to search and retrieve Wikipedia articles programmatically. It provides a structured interface for AI assistants to access Wikipedia knowledge.

How to use Wikipedia MCP Server?

Start the server with npx wikipedia-mcp. Most AI tools support a JSON configuration block for MCP servers, using npx -y wikipedia-mcp as the command and arguments.

Key features of Wikipedia MCP Server

  • Search Wikipedia for articles matching search terms
  • Read full article content by title or page ID
  • Automatic conversion of article HTML to Markdown

Use cases of Wikipedia MCP Server

  • AI assistants answering factual questions using Wikipedia
  • Retrieving full article summaries for research or analysis
  • Enabling chatbots to cite and reference Wikipedia content
  • Integrating live Wikipedia search into knowledge management tools

FAQ from Wikipedia MCP Server

What exactly does Wikipedia MCP Server do?

It is an MCP server that allows language models (via MCP clients) to search Wikipedia for articles and retrieve their full content in Markdown format.

How do I install and run Wikipedia MCP Server?

Run npx wikipedia-mcp in your terminal. No installation is required if you have Node.js and npx available. You can also add it to your MCP client configuration by providing the command npx -y wikipedia-mcp.

What format does the retrieved article content use?

All article content is automatically converted from HTML to Markdown before being returned to the client.

Tags

More from Other