easypm-skill
Click on "Deploy 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., "@easypm-skillwhat projects do I have?"
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.
easypm-skill
把 EasyPM 接入任何支持 MCP 协议的本地 Agent(Claude Desktop / Cursor / Windsurf / Cline / Trae 等)。
这个仓库是 agent 端的薄壳包,真正的 MCP server + CLI 在 kattle/EasyPM 仓库的 packages/openapi 下开发、build、版本管理。这里只负责暴露 npm 上的 easypm-skill 一个名字,方便 npx easypm-skill / npm i -g easypm-skill 一行命令安装。
为什么独立仓库?
业务仓库里 MCP server 是 private: true(monorepo 内部消费),永远不会被 npm publish。把"装给 agent 用"的薄壳挪到独立仓库,让 npm 用户只需拉几 KB 的 SKILL.md + 包壳,不必 clone 整个 monorepo 还得 pnpm install + build。
Related MCP server: Lazy LLMs Project Management MCP Server
安装
Claude Desktop
~/.config/claude/mcp.json:
{
"mcpServers": {
"easypm": {
"command": "npx",
"args": ["-y", "easypm-skill"],
"env": {
"EASYPM_API_KEY": "eapk_live_xxx",
"EASYPM_CLIENT_ID": "eacli_xxx"
}
}
}
}CLI
npm install -g easypm-skill
easypm login
easypm projects list凭证获取:https://easypm.yiproject.com/settings → 开放平台 → 应用详情 → 创建 Key。
完整文档
OpenAPI 3.1 spec:https://easypm.yiproject.com/openapi/v1/openapi.json
升级流程
薄壳版本号永远跟随主仓 @easypm/mcp 版本。每次主仓 release:
主仓打 tag(如
mcp/v0.3.0)→ CI 自动 publish@easypm/mcp到 npm本仓 bump
package.json的dependencies."@easypm/mcp"到对应版本本仓打 tag → CI 自动 publish
easypm-skill到 npm
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Project management MCP for AI agents with safe task reads and writes.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
An MCP server that provides access to Testiny projects, test cases and test runs
MCP Server for an Agent Task Marketplace
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables interaction with self-hosted OpenProject instances through the MCP protocol, supporting CRUD operations for projects and tasks (work packages) with pagination and filtering capabilities.8-
- FlicenseNot gradedqualityDmaintenanceEnables LLM agents to manage projects, track issues, log work, and integrate with Git. Provides 23 MCP tools for full project management capabilities.16-
- AlicenseNot gradedqualityDmaintenanceIntegrates with EasyProject API to manage projects, tasks, users, time tracking, and reporting via MCP protocol in editors like Cursor AI.7 npm1MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to manage OpenProject projects, work packages, activities, and wiki pages through the Model Context Protocol.-