Content
# Wikipedia MCP Server
A Model Context Protocol (MCP) server for searching and retrieving Wikipedia articles.
## Overview
This MCP server enables language models to search Wikipedia and retrieve article content programmatically using the Model Context Protocol. It provides a structured interface for AI assistants to access Wikipedia knowledge.
## Features
- **Search Wikipedia**: Find articles matching specific search terms
- **Read Full Articles**: Retrieve complete Wikipedia articles by title or page ID
- **Markdown Conversion**: All article content is automatically converted from HTML
## Add it to your MCP Client
Start it via this CLI command:
```
npx wikipedia-mcp
```
Most AI tools support a JSON-based configuration for MCP servers looking like this:
```json
{
"mcpServers": {
"Wikipedia": {
"command": "npx",
"args": ["-y", "wikipedia-mcp"]
}
}
}
```
Connection Info
You Might Also Like
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
obsidian-web-mcp
Secure remote MCP server for Obsidian vaults -- access your notes from...
vnsh
The Ephemeral Dropbox for AI. Host-blind, client-side encrypted sharing for...
protocol-launcher
One-click launch URL generator for protocol-based apps