Server installation

Compatibility

The Wedolow MCP Server is compatible with:

  • Windows 10/11

  • Ubuntu 20.04+

  • Debian 11+

  • Fedora 32+

  • OpenSUSE 15.3+

Prerequisites

Installation methods

Using VSCode Extension

In VSCode, install WedoLow extension from the store.

Install WedoLow extension

Then, follow the instructions on the welcome page that shows up.

WedoLow extension welcome page

Manually

First, we advise you to use a Python virtual environment (generally recommended). In this guide, we will use a virtual environment .venv-wedolow created in the user workspace. To create the virtual environment and load it, and run:

Depending on your Python installation, you may need to explicitly use python3 instead of python command.

In the same terminal, install the WHL package (adapt the dame of the package):

Replace <your_token> with the token which was sent to you to access the Beta.

Everything is now installed to use Wedolow MCP Server on your system. Go to Configuration section to set it up.

Last updated