Wikipedia Mcp

Created By
progamesignera year ago
Overview

what is Wikipedia MCP?

Wikipedia MCP is a Model Context Protocol server that allows users to query Wikipedia, enabling large language models (LLMs) to retrieve information from the Wikipedia database.

how to use Wikipedia MCP?

To use Wikipedia MCP, you can either run it using the recommended uv tool, install it via pip, or run it using Docker. After installation, you can execute commands to search for keywords or fetch specific Wikipedia page content.

key features of Wikipedia MCP?

  • Search functionality to find keywords on Wikipedia.
  • Fetching of Wikipedia page content based on page ID.
  • Supports multiple languages for queries.

use cases of Wikipedia MCP?

  1. Integrating Wikipedia data into AI applications.
  2. Enhancing chatbots with real-time information from Wikipedia.
  3. Research applications that require quick access to Wikipedia content.

FAQ from Wikipedia MCP?

  • Can I use Wikipedia MCP for any language?

Yes! Wikipedia MCP supports multiple languages for queries.

  • Is there a specific installation method recommended?

Yes, using uv is recommended for ease of use, but you can also use pip or Docker.

  • How do I fetch a specific Wikipedia page?

You can use the fetch command with the page ID and language to retrieve the content.

Server Config

{
  "mcpServers": {
    "wikipedia-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/progamesigner/wikipedia-mcp:latest"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
10 months ago
Author Name
progamesigner
Star
-
Language
-
License
-

Recommend Servers

View All