algonacci_mcp_wikipedia

algonacci_mcp_wikipedia

by algonacci
An MCP server enabling clients to access and retrieve Wikipedia pages.

Wikipedia Integration for MCP Server

Overview

The Wikipedia Integration for MCP Server is a specialized server implementation designed to provide clients with seamless access to Wikipedia pages. This project leverages the MCP (Message Control Protocol) framework to enable efficient and reliable retrieval of Wikipedia content, making it an ideal tool for applications that require real-time access to encyclopedic data.

Features

  • Direct Wikipedia Access: Enables clients to query and retrieve Wikipedia pages directly through the MCP server.
  • Lightweight and Efficient: Built using Python, ensuring a lightweight and efficient implementation.
  • Customizable Configuration: Allows users to configure the server settings to fit their specific needs.

Configuration

To set up the Wikipedia Integration for MCP Server, you can use the following configuration in your mcpServers settings:

{
  "mcpServers": {
    "wikipedia": {
      "command": "uv",
      "args": [
        "--directory",
        "%USERPROFILE%/Documents/GitHub/mcp-wikipedia",
        "run",
        "python",
        "main.py"
      ]
    }
  }
}

Usage

Once configured, the server can be started using the specified command and arguments. Clients can then interact with the server to fetch Wikipedia pages as needed.

Resources

License

This project is licensed under the MIT License. For more details, refer to the LICENSE file.

Activity

Languages

  • Python: 100.0%

No releases or packages have been published for this project at this time.

Features & Capabilities

Categories
mcp_server model_context_protocol python wikipedia api_integration

Implementation Details

Stats

0 Views
1 GitHub Stars

Repository Info

algonacci Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300