mcp-builder
mcp-builder guides agents through creating MCP servers, tool schemas, and client configuration for Cursor and Claude.
Build Model Context Protocol servers and integrate MCP tools with agents.
What this skill does
Try saying this
Copy a prompt into your agent to trigger this skill.
Help me with building MCP servers Help me with adding custom tools Help me with mCP integration Topics
Platforms
Install
CLI install
npx skills add https://github.com/vercel-labs/agent-skills/tree/main/skills/mcp-builder Manual install
~/.cursor/skills/mcp-builder/ ~/.claude/skills/mcp-builder/ ~/.copilot/skills/mcp-builder/ Resources
Source
https://github.com/vercel-labs/agent-skills/tree/main/skills/mcp-builderRelated Skills
create-skill teaches agents how to author new Agent Skills with valid SKILL.md frontmatter, trigger descriptions, and optional scripts. Install via npx skills add or copy to ~/.cursor/skills/create-skill/.
Can help with
- →User asks to create a new skill
- →Authoring SKILL.md files
create-rule helps agents write Cursor rules (.mdc files) for project-specific AI behavior. Place rules in .cursor/rules/ for automatic context injection.
Can help with
- →Creating coding standards rules
- →Project-specific AI guidance
code-review applies structured review checklists covering correctness, maintainability, tests, and team conventions.
Can help with
- →Reviewing pull requests
- →Code quality audit
review-bugbot performs structured code review focused on bugs, edge cases, and regressions. Ideal before merging PRs or after significant refactors.
Can help with
- →PR review requests
- →Finding bugs in diffs