mcp-ts-core
Build production MCP servers with scaffolding, testing, and release workflows
All Skills in This Repository (27)
Pure Emerald Level Indicatorsadd-export
Add a public subpath export to the MCP-ts-core package.
polish-docs-meta
Audit and polish MCP server documentation and metadata for ship readiness.
add-resource
Scaffold MCP resource definitions with zod-validated parameters and register them in createApp().
release-and-publish
Automate release publishing to npm, MCP Registry, and GHCR with retry logic.
add-test
Generate Vitest test files mirroring source layout and run validation.
api-services
Documents the API for LLM, Speech, and Graph service providers in MCP servers.
report-issue-local
File structured bug reports or feature requests for an MCP server repository.
api-linter
Analyze MCP tool, resource, and prompt definitions against specification rules.
api-testing
Automate MCP tool and resource handler tests with Vitest and mock contexts.
api-config
Document MCP core and server configuration for environment variable handling and lazy parsing.
add-prompt
Scaffold MCP prompt templates and register them in createApp().
setup
Explain MCP project structure, conventions, and skill-sync model after init.
Frequently Asked Questions
FAQPage SchemaHow to install mcp-ts-core?โผ
Run `npx skills add cyanheads/mcp-ts-core --all -g -y` in your terminal to install all skills in this suite globally.
What does mcp-ts-core do?โผ
It is a TypeScript framework for building MCP servers, handling transports, auth, storage, telemetry, and error handling so you only write your domain tools. The bundled skills let a coding agent scaffold, test, secure, and publish servers for you.
How do I scaffold a new MCP server?โผ
Run `bunx @cyanheads/mcp-ts-core init my-server` to generate a complete project with configs, example definitions, tests, and agent skills. Then describe your domain to your coding agent and it designs and builds the tool surface.
Does it work with Claude Code and other coding agents?โผ
Yes. It ships CLAUDE.md and AGENTS.md protocol files plus portable skills that work in Claude Code, Codex, Cursor, and Windsurf.
Can I deploy to Cloudflare Workers?โผ
Yes. The same tool definitions run on Bun, Node, and Cloudflare Workers via a dedicated worker entry point, with KV, R2, and D1 storage support.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core