Yesdev MCP Server

YesDev MCP Server, providing AI-powered tools for efficient task, requirement, and project management based on the YesDev project management tool.

Local serverstdioTypeScript

What is the Yesdev MCP server?

Connect Yesdev to Claude, Cursor or any other MCP client and it stops being a tab you switch to. YesDev MCP Server, providing AI-powered tools for efficient task, requirement, and project management based on the YesDev project management tool. The yesdev mcp server is what makes that connection.

What the server does

查看你本地后安装的目录位置,确保有执行权限: ```bash $ which yesdev-mcp-server /Users/dogstar/.nvm/versions/node/v18.20.4/bin/yesdev-mcp-server

Credentials and setup notes

Configuration is passed through the environment: YESDEV_ACCESS_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Installation goes through your MCP client rather than a global install: point it at @yesdevcn/yesdev-mcp-server on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Where it fits

This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by yesdevcn; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Yesdev's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How to install the Yesdev MCP server

{
  "mcpServers": {
    "yesdev-mcp-server": {
      "command": "node",
      "args": ["/path/to/bin/yesdev-mcp-server"],
      "env": {
        "YESDEV_ACCESS_TOKEN": "你的YesDev令牌"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
YESDEV_ACCESS_TOKENCredential the server authenticates with.Yes

Frequently asked questions

It connects Yesdev to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Yesdev directly.