kappa/checkvist-mcp
3.2
If you are the rightful owner of checkvist-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Checkvist MCP Server is a Mojolicious application that provides a Model Context Protocol server for accessing Checkvist checklists.
Tools
1
Resources
0
Prompts
0
Checkvist MCP Server (Perl)
This project provides a Mojolicious application that exposes a
Model Context Protocol (MCP) server with a single get_lists tool for
retrieving a user's Checkvist checklists.
Getting started
cpanm --installdeps .
export MCP_ADMIN_TOKEN=supersecret
export CV_TOKEN=your_checkvist_token
morbo bin/mcp-checkvist
The MCP endpoint will listen on /mcp. Requests must include the header
Authorization: Bearer $MCP_ADMIN_TOKEN.
See config/checkvist.yml.example for optional file-based configuration.