Kanvas MCP Server
@bakaphp
关于 Kanvas MCP Server
Kanvas MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"kanvas_mcp": {
"command": "docker",
"args": [
"build",
"-t",
"kanvas/mcp:dev",
"-f",
"Dockerfile",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Kanvas MCP Server?
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.
How to use Kanvas MCP Server?
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.
Key features of Kanvas MCP Server
- Create events on Kanvas.
- See (view) existing events.
- Set reminders.
- List reminders.
- Runs as a Docker container on port 8888.
Use cases of Kanvas MCP Server
- Automating event creation and reminder management through MCP.
- Integrating Kanvas event/reminder functionality into AI workflows.
- Containerized deployment for consistent server environments.
FAQ from Kanvas MCP Server
What does Kanvas MCP Server do?
It enables creating events, viewing events, setting reminders, and listing reminders via an MCP interface.
How do I build and run the server?
Build the Docker image using docker build -t kanvas/mcp:dev -f Dockerfile . and run it with docker run -p 8888:8888 kanvas/mcp:dev. No additional configuration is documented.
What port does the server use?
It uses port 8888 as exposed in the Docker run command.
What dependencies or runtime are required?
— (The README does not specify runtime dependencies beyond Docker and Python.)
Where does data live or how is authentication handled?
— (The README does not mention data storage or authentication.)
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论