The MCP Handbook · early access

Give your AI astandard wayto reach the world.

Building with the Model Context Protocol — giving AI a standard way to reach your tools, data, and code.

Free during the early-access promo — just drop your email.

Tishan DavidWritten by Tishan David — a Sydney developer who has spent the last two years building with MCP.
The MCP Handbook — coverFree now
An open standard, adopted fast —OpenAIGoogle DeepMindMicrosoftLinux Foundation
Tishan David at his desk, two monitors of code behind him
The person behind it

Hi, I'm Tishan.

I'm a software developer in Sydney with more than ten years spent building production systems — backends, developer tooling, and lately a lot of AI. For the past two years I've been deep in the Model Context Protocol: building servers and clients, wiring it into Claude Desktop and Claude Code, and shipping it into real agents.

I wrote The MCP Handbook to be the guide I wish I'd had when I started — clear, practical, and honest about the sharp edges. This site is where I share what I learn along the way.

Why MCP

Frameworks churn. Protocols compound.

The case for learning the protocol first — and why every frontier lab agreed.

01

The problem

A model is brilliant and blind. It can’t see your files, your database, or your ticketing system — and every new source has meant another bespoke connector to build and maintain.

02

The protocol

MCP is one open standard — a USB-C port for AI. A server you write once is understood by every compliant client, collapsing N×M custom integrations into N+M.

03

The payoff

Build once, run everywhere: Claude Desktop, Claude Code, and any agent that speaks MCP. What you ship compounds instead of decaying with the next model.

The MCP Handbook — cover$19.99 → free
The book

The MCP Handbook

The complete guide to the Model Context Protocol — from Claude Desktop to autonomous agents with Claude Code.

  • Explain what MCP is and why it beats one-off integrations — in language your team will actually understand.
  • Wire real servers into Claude Desktop and Claude Code, including the npx-vs-uvx gotchas that trip everyone up.
  • Evaluate and trust third-party servers before you let them anywhere near your data.
  • Build production-grade MCP servers in Python with FastMCP and in TypeScript with the official SDK.
  • Use the three primitives — tools, resources, and prompts — plus sampling and elicitation, the way the spec intends.
$19.99Free in early access

Free during the early-access promo — just drop your email.

See the full contents →
From the blog

Notes from building with MCP

Field notes, patterns, and opinions — written while shipping.

All posts →
MCP packages

A searchable shelf of servers

Real MCP servers, each linked to its source and ready to install.

Search all →

GitHub

★ 19.5k

GitHub's official server for repositories, issues, pull requests, and Actions — rewritten in Go and available remotely.

claude mcp add --transport http github https://api.githubcopilot.com/mcp/
Goofficialvendorgithub
source ↗

Playwright

★ 16.5k

Microsoft's official browser-automation server — navigate, click, fill forms, and scrape using accessibility snapshots.

npx -y @playwright/mcp@latest
TypeScriptvendorbrowserautomation
source ↗

Filesystem

★ 8.4k

Secure, configurable file system access — read, write, search, and edit files within directories you explicitly allow.

npx -y @modelcontextprotocol/server-filesystem /path/to/dir
TypeScriptofficialreferencefiles
source ↗

Memory

★ 6.7k

A persistent knowledge-graph memory so the model can remember entities and relations across sessions.

npx -y @modelcontextprotocol/server-memory
TypeScriptofficialreferencememory
source ↗

Sequential Thinking

★ 5.9k

A tool for structured, step-by-step reasoning the model can revise as it works through a problem.

npx -y @modelcontextprotocol/server-sequential-thinking
TypeScriptofficialreferencereasoning
source ↗

Fetch

★ 5.2k

Fetch a URL and convert the page into clean Markdown for the model to read.

uvx mcp-server-fetch
Pythonofficialreferenceweb
source ↗
Early-access promo

Get The MCP Handbook — free.

Free during the early-access promo — just drop your email. It’s normally $19.99.