Skip to content

Templates

Start from a known-good scaffold.

Get started quickly by cloning a template and deploying your MCP server.

Starter

Starters

A minimal server with tools, prompts, resources and automatic widget registration.

TypeScript

Python Starter

Starters

The same minimal scaffold, built on the Python SDK with typed tool schemas.

Python

Widgets Starter

Starters

Bind React views directly to tools and render interactive widgets in chat.

TypeScriptReact

Supabase OAuth

Authentication

MCP server with OAuth authentication backed by Supabase Auth.

AuthSupabase

Clerk OAuth

Authentication

Drop-in Clerk authentication with verified user context on every tool call.

AuthClerk

WorkOS SSO

Authentication

Enterprise SSO and directory sync for MCP servers behind a corporate IdP.

AuthWorkOS

Auth0

Authentication

OAuth 2.1 with PKCE using Auth0 as the identity provider.

AuthAuth0

Better Auth

Authentication

Self-hosted auth with dynamic client registration support.

Auth

Chart Builder

Examples

Turn a table of numbers into an interactive chart widget rendered inline.

Widgets

Diagram Builder

Examples

Describe a flow in plain language and render it as an editable diagram.

Widgets

Postgres Explorer

Examples

Safe, read-only SQL access with schema introspection and row limits.

Database

GitHub Assistant

Examples

Issues, pull requests and code search exposed as typed tools.

API

Web Search

Examples

Search and fetch with content extraction and citation-ready output.

API

Stripe Billing

Examples

Query subscriptions, invoices and customers with scoped credentials.

API

Notion Workspace

Examples

Read and write pages and databases from any MCP client.

API

Linear Issues

Examples

Triage, create and update issues directly from your coding agent.

API

Filesystem

Examples

Sandboxed file read/write with configurable allowlists.

Local

Slack Digest

Examples

Summarise channels and post back on a schedule.

API

Vector Search

Examples

Embed, index and query documents with a pluggable vector store.

RAG

Calendar

Examples

Availability lookup and event creation across providers.

API

MCP TypeScript SDK

Frameworks

Reference server built on the official @modelcontextprotocol/sdk.

TypeScript

FastMCP

Frameworks

A FastMCP server deployed unchanged, with analytics and checks layered on.

Python

Express

Frameworks

Mount an MCP endpoint inside an existing Express application.

Node

FastAPI

Frameworks

Serve MCP alongside your existing FastAPI routes.

Python

Hono

Frameworks

Lightweight edge-ready MCP server on Hono.

Edge

Docker

Frameworks

Bring any language or runtime with a plain Dockerfile.

Docker