← ClaudeAtlas

mcp-builderlisted

Build production MCP servers with dual transport (stdio + HTTP) and OAuth 2.1 for Claude Co-Work. Covers server design, tool definitions, Vercel deployment, and the full OAuth ceremony. Use when building a new MCP server, adding HTTP transport, adding OAuth, or deploying to Vercel. Triggers on "MCP server", "build MCP", "create MCP", "Co-Work", "mcp-builder", "remote MCP".
addiplus/mcp-builder · ★ 0 · AI & Automation · score 70
Install: claude install-skill addiplus/mcp-builder
# MCP Server Builder Build production MCP servers that work with **Claude Code CLI** (stdio), **Claude Co-Work** (HTTP + OAuth 2.1), and any MCP-compatible client. ## Reference Implementation The companion repo [`addiplus/mcp-cookie-auth-reference`](https://github.com/addiplus/mcp-cookie-auth-reference) is the canonical public reference for every pattern in this skill: - **Source**: full TypeScript MCP server with cookie-authenticated session wrapping - **Stack**: Hono mock target, Zod-validated tools, vitest suite (24/24 passing) - **Blog walk-through**: [mcp-cookie-auth-blog.vercel.app](https://mcp-cookie-auth-blog.vercel.app) - **Architecture**: Dual transport (stdio + Streamable HTTP), stateless OAuth 2.1, Vercel serverless Read the reference files when you need exact implementation details. This skill teaches the *patterns*; the reference repo teaches the *implementation*. ## Architecture Overview ``` +-----------------+ | Data Source API | | (Loom, Notion, | | GitHub, etc.) | +--------+--------+ | +--------+--------+ | Server Factory | <-- creates fresh server per request | (tools, config) | +---+----------+--+ | | +---------+--+ +----+----------+ | stdio | | HTTP handler |