By Jan Gess

My free AI community: https://bit.ly/Jan-Gess-Community

Step 1. Go to Github

https://github.com/modelcontextprotocol/servers

Step 2. Go to server you want to install, we’ll start with Notion

https://github.com/v-3/notion-server

You will need:

Create a new folder where you want to store the server.

Open Terminal on Mac or Windows, and go to the location of the new folder.

I do it like this:

Screenshot 2025-04-04 at 20.38.08.png

Next, copy the following text and hit enter.

git clone <https://github.com/v-3/notion-server.git>
cd notion-server
npm install