
Mcp Spec
- Updated July 21, 2026
- coolerks/modelcontextprotocol-cn
mcp-spec is a Claude Code skill in the AI & Agent Building category. Skills for researching and contributing to the MCP specification
Key points
- mcp-spec
- AI & Agent Building
- AI-coding skill
Mcp Spec by the numbers
- Data as of Jul 22, 2026 (Skillselion catalog sync)
/plugin marketplace add coolerks/modelcontextprotocol-cn/plugin install mcp-spec@modelcontextprotocolAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 21, 2026 |
|---|---|
| Repository | coolerks/modelcontextprotocol-cn ↗ |
What it does
Skills for researching and contributing to the MCP specification
README.md
MCP Spec Plugin for Claude
Skills for researching and contributing to the Model Context Protocol specification.
Installation
Claude Code
/plugin marketplace add modelcontextprotocol/modelcontextprotocol
Claude Cowork
Navigate to Customize >> Browse Plugins >> Personal >> Plus Button >> Add marketplace from GitHub and add modelcontextprotocol/modelcontextprotocol
Available Skills
/search-mcp-github <topic>
Search across MCP GitHub discussions, issues, and pull requests to find relevant information about a topic.
Sources searched:
Example:
/search-mcp-github Tool Annotations
Note: The skill searches both open AND closed issues/PRs, which is important for understanding past decisions and historical context.
/draft-sep <idea>
Research and draft a Specification Enhancement Proposal that conforms to the SEP governance process. Gates on whether the idea is SEP-worthy, interviews the author, checks existing spec coverage and prior art, then fills the template's required and optional sections and writes seps/0000-{slug}.md. Optionally opens a draft PR, backfills the SEP number, and runs npm run generate:seps and npm run format:docs so CI stays green.
Prerequisite: Run from a local clone of this repository or your fork of it (the skill reads seps/TEMPLATE.md and writes into seps/).
Example:
/draft-sep add websocket transport
Note: The skill will ask clarifying questions (SEP type, breaking-change status, prototype, prior discussion, sponsor, security) before writing anything. The SEP guidelines advise discussing an idea in Discord or a Working Group before drafting — the skill will flag if that hasn't happened.