mcp-zenkit
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-zenkitList all my Zenkit collections"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Zenkit Server
Claude-native Zenkit integration via Model Context Protocol.
Setup
npm install
cp .env.example .env
# Edit .env with your Zenkit API key
npm run build
npm startRelated MCP server: TickTick MCP Server
Configure Claude Desktop
Edit ~/.config/Claude/claude_desktop_config.json:
{
"mcpServers": {
"zenkit": {
"command": "node",
"args": ["/absolute/path/to/mcp-zenkit/dist/index.js"],
"env": {
"ZENKIT_API_KEY": "your-api-key"
}
}
}
}Then restart Claude Desktop.
Available Tools
zenkit_auth_test- Test connectionzenkit_list_collections- List all collectionszenkit_list_entries- Get entries from a collectionzenkit_get_entry- Get single entry detailszenkit_create_entry- Create new entryzenkit_update_entry- Update entryzenkit_delete_entry- Delete entry
Usage in Claude
"List all my Zenkit collections" "Get entries from collection ABC123" "Create new entry in watchlist with title 'Inception'"
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wbgrds/mcp-zenkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server