MCP ExplorerExplorer

Wikipedia Mcp

@timjuenemannon a year ago
4 MIT
FreeCommunity
AI Systems
#mcp#typescript#wikipedia#agent#llm
Wikipedia MCP Server written in TypeScript

Overview

What is Wikipedia Mcp

wikipedia-mcp is a Model Context Protocol (MCP) server developed in TypeScript that allows users to search and retrieve Wikipedia articles programmatically.

Use cases

Use cases include enhancing AI assistants with Wikipedia knowledge, creating educational tools that provide instant access to articles, and integrating Wikipedia content into various applications.

How to use

To use wikipedia-mcp, start it via the command line interface with the command ‘npx wikipedia-mcp’. You can integrate it into your MCP client using a JSON configuration.

Key features

Key features include the ability to search Wikipedia articles by specific terms, retrieve full articles by title or page ID, and automatic conversion of article content from HTML to Markdown format.

Where to use

wikipedia-mcp can be used in AI applications, chatbots, and any software that requires access to Wikipedia knowledge for information retrieval.

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:

{
  "mcpServers": {
    "Wikipedia": {
      "command": "npx",
      "args": [
        "-y",
        "wikipedia-mcp"
      ]
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers