Content
# Kanvas MCP Server
## Building and Running the container
### Build
```sh
docker build -t kanvas/mcp:dev -f Dockerfile .
```
### Run
```sh
docker run -p 8888:8888 kanvas/mcp:dev
```
The server will be running with the command:
```sh
python server.py
```
# Todo
Document the whole service(client,server,api)
kanvas create events, see events, set reminders, list reminders
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.