Kanvas MCP Server

by bakaphp

1 stars
118 downloads
Not rated
GitHub

About

An MCP (Model Context Protocol) server that integrates with Kanvas to manage events and reminders. It is designed for users who need to create, view, and list events and reminders via a Docker container.

Details

Author
bakaphp
GitHub stars
1
Downloads
118
Categories
Other

- Create events on Kanvas.
- See (view) existing events.
- Set reminders.
- List reminders.
- Runs as a Docker container on port 8888.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Kanvas MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Build the Docker image with docker build -t kanvas/mcp:dev -f Dockerfile . and run it with docker run -p 8888:8888 kanvas/mcp:dev. The server executes python server.py on startup.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "kanvas mcp server": {
            "kanvas_mcp": {
                "command": "docker",
                "args": [
                    "build",
                    "-t",
                    "kanvas/mcp:dev",
                    "-f",
                    "Dockerfile",
                    "."
                ]
            }
        }
    }
}

McpServers

{
    "kanvas_mcp": {
        "command": "docker",
        "args": [
            "build",
            "-t",
            "kanvas/mcp:dev",
            "-f",
            "Dockerfile",
            "."
        ]
    }
}

Kanvas MCP Server

Building and Running the container

Build

docker build -t kanvas/mcp:dev -f Dockerfile .

Run

docker run -p 8888:8888 kanvas/mcp:dev

The server will be running with the command:

python server.py
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.