Codecks MCP Server

Codecks MCP Server

Enables AI assistants to interact with Codecks project management for querying cards, creating tasks, and managing game development workflows. It supports comprehensive operations for cards, decks, spaces, and projects through natural language commands.

Category
访问服务器

README

Codecks MCP Server

An MCP (Model Context Protocol) server that lets AI assistants interact with Codecks project management. Query cards, create tasks, update status, and manage your game dev workflow directly from Claude or other MCP-compatible AI tools.

Repository: github.com/microkorg/Codecks-MCP

Features

  • List & Search Cards - Query all cards or filter by deck/project/status, search by title/content
  • Create Cards & Decks - Add new tasks directly from your AI assistant, reference decks by name or ID
  • Update Cards - Modify card content, move between decks, rename decks
  • Status Management - Mark cards complete, archive/unarchive finished work
  • Space Management - List, create, rename, and delete spaces (deck containers)
  • Flexible Project Filtering - Set a default project or specify per-call for cross-project workflows

Prerequisites

Quick Start

git clone https://github.com/microkorg/Codecks-MCP.git
cd Codecks-MCP

Then run the setup script for your platform:

  • Windows: setup.bat
  • Mac/Linux: bash setup.sh

This installs dependencies and creates your .env config file. See Configuration below for how to find your token and user ID.

Configuration

Edit .env with your Codecks credentials:

# Required: Your auth token (see below for how to find it)
CODECKS_TOKEN=your_token_here

# Required: Your Codecks organization URL
CODECKS_URL=yourteam.codecks.io

# Optional: Default project filter (can be overridden per-call)
CODECKS_DEFAULT_PROJECT=My Project

# Required for create/update operations
CODECKS_USER_ID=your_user_id_here

Finding Your Token

  1. Open your Codecks organization in your browser
  2. Press F12 to open Developer Tools
  3. Go to Application tab > Cookies > your codecks domain
  4. Find the cookie named at and copy its value

Finding Your User ID

  1. Open Developer Tools (F12) > Network tab
  2. Create any card in Codecks
  3. Find the request to api.codecks.io/dispatch/cards/create
  4. Look at the request payload - the userId field is your user ID

Usage with Claude Code

Add to your .claude/settings.json:

{
  "mcpServers": {
    "codecks": {
      "command": "node",
      "args": ["/path/to/codecks-mcp/index.js"],
      "cwd": "/path/to/codecks-mcp"
    }
  }
}

Optionally, prevent Claude from reading your credentials:

{
  "deny": ["path/to/codecks-mcp/.env"]
}

Available Tools

Cards

Tool Description
codecks_list_cards List all cards, optionally filter by deck name, project, and/or status
codecks_search_cards Search cards by title or content
codecks_get_card Get a specific card by ID
codecks_create_card Create a new card in a deck (by ID or name)
codecks_update_card Update card content
codecks_move_card Move a card to a different deck
codecks_complete_card Mark a card as complete or incomplete
codecks_archive_card Archive a card
codecks_unarchive_card Unarchive a card, making it visible again

Decks

Tool Description
codecks_list_decks List all decks in a project with card counts and space info
codecks_create_deck Create a new deck, optionally in a specific space
codecks_update_deck Rename a deck

Spaces

Tool Description
codecks_list_spaces List all spaces in a project
codecks_create_space Create a new space (deck container)
codecks_rename_space Rename a space
codecks_delete_space Delete a space (cannot delete the default space)

Projects

Tool Description
codecks_list_projects List all projects in your organization
codecks_create_project Create a new project

Example Prompts

Once configured, you can ask Claude things like:

  • "What cards are in my backlog?"
  • "Show me all started cards"
  • "Create a card for implementing the save system in the Ideas deck"
  • "Mark the authentication card as complete"
  • "Move the UI polish card to the In Progress deck"
  • "Show me all cards in the other project"
  • "Create a deck called 'Sprint 1' in the Design space"
  • "What spaces are in this project?"
  • "Rename the Art deck to Art Assets"

Token Expiration

The at cookie token may expire. If you start getting authentication errors, grab a fresh token from your browser cookies.

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选