Templates
Start from a known-good scaffold.
Get started quickly by cloning a template and deploying your MCP server.
Starter
StartersA minimal server with tools, prompts, resources and automatic widget registration.
Python Starter
StartersThe same minimal scaffold, built on the Python SDK with typed tool schemas.
Widgets Starter
StartersBind React views directly to tools and render interactive widgets in chat.
Supabase OAuth
AuthenticationMCP server with OAuth authentication backed by Supabase Auth.
Clerk OAuth
AuthenticationDrop-in Clerk authentication with verified user context on every tool call.
WorkOS SSO
AuthenticationEnterprise SSO and directory sync for MCP servers behind a corporate IdP.
Better Auth
AuthenticationSelf-hosted auth with dynamic client registration support.
Chart Builder
ExamplesTurn a table of numbers into an interactive chart widget rendered inline.
Diagram Builder
ExamplesDescribe a flow in plain language and render it as an editable diagram.
Postgres Explorer
ExamplesSafe, read-only SQL access with schema introspection and row limits.
GitHub Assistant
ExamplesIssues, pull requests and code search exposed as typed tools.
Web Search
ExamplesSearch and fetch with content extraction and citation-ready output.
Stripe Billing
ExamplesQuery subscriptions, invoices and customers with scoped credentials.
Linear Issues
ExamplesTriage, create and update issues directly from your coding agent.
Vector Search
ExamplesEmbed, index and query documents with a pluggable vector store.
MCP TypeScript SDK
FrameworksReference server built on the official @modelcontextprotocol/sdk.
FastMCP
FrameworksA FastMCP server deployed unchanged, with analytics and checks layered on.