The Plug
VerifiedDocuments

Wiki Explorer

Browse and navigate Wikipedia articles interactively in chat

M
MCP Official✓ Verified

Official Model Context Protocol organization

Preview coming soon

An interactive Wikipedia browser that renders articles with linked navigation directly in your AI conversation. Click through articles, explore related topics, and research without leaving the chat.

Installation

Add the following configuration to your MCP client settings file to install this app.

{
  "claude": {
    "mcpServers": {
      "wiki-explorer-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-wiki-explorer-server"
        ]
      }
    }
  }
}

Install Instructions

Copy the JSON config below and paste it into your MCP client settings file.

For Claude Desktop:

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "wiki-explorer-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/ext-apps-wiki-explorer-server"
      ]
    }
  }
}

Get this App

Copy the config and paste it into your MCP client settings.

{
  "claude": {
    "mcpServers": {
      "wiki-explorer-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-wiki-explorer-server"
        ]
      }
    }
  }
}

Stats

Rating
4.4(8)
Installs
267
Views
1,900
GitHub
2,800

Works With

🟠 Claude🟢 ChatGPT🔵 VS Code🪿 Goose

README Badge

Add this badge to your GitHub README:

[![The Plug](https://getmcpapps.com/badge/wiki-explorer.svg)](https://getmcpapps.com/apps/wiki-explorer)