New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wikimedia-enterprise-mcp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wikimedia-enterprise-mcp

implementation of the model context protocol for the wikimedia enterprise api and wikibase REST API

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
1

Python Wikimedia Enterprise Model Context Protocol Implementation

This is not the official MCP implementation for the Wikimedia Enterprise API.

To run make a .env file in this directory with WME_USERNAME and WME_PASSWORD (you can get free credentials at https://enterprise.wikimedia.com/).

Currently to use this you need to install Anthropic Desktop and then add it to your claude_desktop_config.json.

A sample json would look like:

{
  "mcpServers": {
    "wikimedia-enterprise": {
      "command": "/path/to/wikimedia-enterprise-mcp/start.sh"
    }
  }
}

Installation

Git clone the repo. You need to have poetry installed to manage the dependencies (and a modern version of python).

Testing

For testing make a .env file with WME_USERNAME and WME_PASSWORD.

Install the pre-commit hooks with poetry run pre-commit install or just run them manually e.g. poetry run ruff check

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc