easypm-skill
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables 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
- Flicense-qualityDmaintenanceEnables LLM agents to manage projects, track issues, log work, and integrate with Git. Provides 23 MCP tools for full project management capabilities.16
- Alicense-qualityDmaintenanceIntegrates with EasyProject API to manage projects, tasks, users, time tracking, and reporting via MCP protocol in editors like Cursor AI.61MIT
- Flicense-qualityDmaintenanceEnables AI agents to manage OpenProject projects, work packages, activities, and wiki pages through the Model Context Protocol.
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kattle/easypm-skill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server