mcp-builder-extended

Build MCP servers for Claude Code with tools, resources, and prompts.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill mcp-builder-extended
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-builder-extended
Source: https://github.com/Vivekmano27/agent-orchestrator/tree/main/plugins/project-orchestrator/skills/mcp-builder-extended
Command: npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill mcp-builder-extended

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build MCP servers for Claude Code by providing a structured framework to define tools, resources, and prompts, enabling configurable AI tooling.

Core Features & Use Cases

  • Server primitives: Tools, Resources, Prompts define a modular MCP server.
  • Transport options: stdio for local development and SSE for remote hosting.
  • Testing and safety: includes error handling patterns and TypeScript examples using the @modelcontextprotocol/sdk.

Quick Start

Spin up a local MCP server with the included example configuration and verify it with the Claude Code inspector.

Frequently Asked Questions about mcp-builder-extended

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build an MCP server for Claude Code using TypeScript?

Build MCP servers for Claude Code by wiring tools, resources, and prompts using the @modelcontextprotocol/sdk. The framework provides modular server primitives and TypeScript examples for type-safe tool definitions.

What transport options are available when configuring an MCP server?

MCP servers support stdio transport for local development and SSE transport for remote hosting. You configure these transport options during server setup to establish communication with Claude Code.

Can I test type-safe tool definitions and error handling patterns locally?

Type-safe tool definitions and error handling patterns can be tested locally using the stdio transport. You can verify the server configuration using the Claude Code inspector.

What is the best way to structure tools, resources, and prompts in a local MCP service?

Structure a modular MCP server by defining server primitives: tools, resources, and prompts. This framework enables configurable AI tooling by wiring these components together through the @modelcontextprotocol/sdk.

Do I need the @modelcontextprotocol/sdk to set up McpServer?

The @modelcontextprotocol/sdk is required for McpServer setup, transport configuration, resource plumbing, and prompt design. It provides the TypeScript types and framework necessary to build robust servers.

Why does my MCP server need both resources and prompts?

Resources and prompts define the modular MCP server interface alongside tools. Resources provide data context while prompts structure AI interactions, satisfying requirements for complete server setup and configurable tooling.