Kanvas MCP Server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Kanvas MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



