Rytnow MCP Server
An MCP (Model Context Protocol) server that exposes Rytnow project management capabilities to AI assistants like Claude Code.
Documentation
Tool Reference - Complete reference for all 27 available tools
Configuration Guide - Setup for Claude Code, Cursor, and more
Usage Examples - Real-world workflows and automation examples
Features
Workspace & Project Navigation: List workspaces, projects, and team members
Task Management: Create, update, and manage tasks with full CRUD support
Plan Management: Create feature plans and link tasks to them
Time Tracking: Start/stop timers and log time entries
Comments: Add and list task comments
Subtasks: Create and manage task subtasks
Installation
Configuration
1. Generate an API Token
Get your Rytnow API token from:
Web UI: Go to Settings → API Tokens → Generate New Token
API:
POST /api/v1/auth/tokenwith email and password
2. Configure Claude Code
Add to your Claude Code configuration file (~/.claude/config.json or .claude/settings.json):
For local development:
Available Tools
Workspace & Projects
Tool | Description |
| List all accessible workspaces |
| Get workspace details |
| List workspace members |
| List projects in a workspace |
| Get project details |
| List project labels |
Tasks
Tool | Description |
| List tasks with filters (status, priority, assignee) |
| Get full task details with subtasks and comments |
| Create a new task |
| Update task fields |
| Change task status (todo → in_progress → done) |
| List task subtasks |
| Create a subtask |
| Toggle subtask completion |
Plans
Tool | Description |
| List project plans |
| Get plan with linked tasks |
| Create a new plan |
| Change plan status |
| Link a task to a plan |
| Unlink a task from a plan |
Time Tracking
Tool | Description |
| List time entries for a task |
| Start time tracking |
| Stop running timer |
| Log manual time entry |
Comments
Tool | Description |
| List task comments |
| Add a comment to a task |
Available Resources
URI | Description |
| List of all workspaces |
| Workspace details |
| Projects in workspace |
| Tasks in project |
| Plans in project |
Usage Examples
Once configured, you can use natural language in Claude Code:
Development
Environment Variables
Variable | Description | Default |
| Rytnow API base URL |
|
| Your API authentication token | Required |
License
MIT