mcp-builder
Build MCP Servers with mcp-use
Building MCP servers requires consistent tool, resource, prompt, and widget patterns. This deprecated skill documents mcp-use patterns and directs users to the newer mcp-app-builder skill.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "mcp-builder" from https://skillstore.io/skills/mcp-use-mcp-builder.md and its manifest at https://skillstore.io/api/skills/mcp-use-mcp-builder/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "mcp-builder". Create a tool that gets weather by city.
Expected outcome:
- A tool plan with a city input, validation guidance, and missing-key error behavior.
- A response outline that returns a concise weather summary to the model.
Using "mcp-builder". Build a recipe search widget.
Expected outcome:
- A widget flow with search inputs, result props, loading states, and empty-result behavior.
- A server-side tool outline that connects structured results to the widget.
Using "mcp-builder". Add user profile resources to my server.
Expected outcome:
- A resource design with stable URIs, MIME type selection, and read-only response guidance.
- A note to use parameterized resources when user identifiers are part of the URI.
Security Audit
Medium RiskStatic findings are false positives from Markdown examples, TypeScript template literals, placeholder environment variables, and sample URLs. No prompt injection or malicious exfiltration intent was found. The main risk is the deprecated skill telling agents to install a replacement with npx without explicit confirmation.
Confirmed security concerns (1)
Risk Factors
๐ Env variables (18)
โ๏ธ External commands (37)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/mcp-use-mcp-builder/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/mcp-use-mcp-builder?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/mcp-use-mcp-builder?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/mcp-use-mcp-builder/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/mcp-use-mcp-builder.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
mcp-use. (2026). mcp-builder security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/mcp-use-mcp-builder/audits/4BibTeX citation
@techreport{mcp-use-mcp-use-mcp-builder-2026,
author = {mcp-use},
title = {mcp-builder security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/mcp-use-mcp-builder/audits/4},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "mcp-builder security audit report (audit version 4)"
version: "unspecified"
type: report
authors:
- name: "mcp-use"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/mcp-use-mcp-builder/audits/4"
identifiers:
- type: other
value: "skillstore:mcp-use-mcp-builder:audit:4"
description: "Skillstore immutable audit report identifier"
Compare variants
15 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
doyajin174-mcp-builder
2026-08-21
mcp-builder
2026-08-21
azeem-2-mcp-builder
2026-08-21
mcp-use-mcp-builder
2026-08-21
shubhamsaboo-mcp-builder
2026-08-21
yyh211-mcp-builder
2026-08-21
cam10001110101-mcp-builder
2026-08-21
dyai2025-mcp-builder
2026-08-21
zhanlincui-mcp-builder
2026-08-21
92bilal26-mcp-builder
2026-08-21
sickn33-mcp-builder
2026-08-21
artemisai-mcp-builder
2026-08-21
composiohq-mcp-builder
2026-08-21
autumnsgrove-mcp-builder
2026-08-21
davila7-mcp-builder
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Prototype MCP Tools
Create typed MCP tools with inputs, outputs, error handling, and response helpers.
Design Interactive Widgets
Connect MCP tools to React TSX widgets that display structured results.
Review mcp-use Patterns
Find concise examples for resources, prompts, server startup, and widget metadata.
Try These Prompts
Use this skill to create a simple MCP tool for [task]. Include schema fields, descriptions, and error behavior.
Design an MCP resource for [data source]. Explain the URI, MIME type, response helper, and read-only behavior.
Plan an MCP tool with a React widget for [workflow]. Define tool inputs, widget props, loading states, and follow-up actions.
Review my mcp-use server design for [system]. Check tools, resources, prompts, widgets, environment variables, and destructive actions.
Best Practices
- Use the newer mcp-app-builder skill for new projects when it is available.
- Add descriptions and validation to every schema field before exposing a tool.
- Ask users before running install commands or adding external services.
Avoid
- Do not treat example API URLs as production-ready integration code.
- Do not create destructive tools without clear annotations and user confirmation.
- Do not pass secrets in logs, widget props, or model-visible output.
Frequently Asked Questions
Is this skill current?
What framework does it cover?
Can it create a full project scaffold?
Does it support visual widgets?
Does it manage secrets?
Should agents run its install command automatically?
Developer Details
Author
mcp-useLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
62e2a730c5cd74eab4c7164309d810de660fcea3
Maintenance freshness
7/18/2026
Usage
5 downloads ยท 161 views
File structure
๐ evals/
๐ architecture.json
๐ implementation.json
๐ README.md
๐ skill.json
๐ widgets.json
๐ references/
๐ design-and-architecture.md
๐ response-helpers.md
๐ widgets.md
๐ LICENSE.txt
๐ SKILL.md