Skip to main content
Glama

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 start

Related 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 connection

  • zenkit_list_collections - List all collections

  • zenkit_list_entries - Get entries from a collection

  • zenkit_get_entry - Get single entry details

  • zenkit_create_entry - Create new entry

  • zenkit_update_entry - Update entry

  • zenkit_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'"

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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