# MCP Apps SDK Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/mcp-apps-sdk
> Markdown URL: https://aitinkerers.org/technologies/mcp-apps-sdk.md
> Technology record last updated: 2026-03-05T06:46:17Z
> Generated: 2026-09-21T11:44:16Z

The Model Context Protocol (MCP) SDK provides the standardized framework for building secure, interoperable tools that connect LLMs to local and remote data sources.

The MCP Apps SDK (specifically the TypeScript and Python implementations) enables developers to build servers that expose data and tools to AI agents like Claude Desktop. By implementing a standardized JSON-RPC 2.0 transport layer, the SDK handles the heavy lifting of resource discovery, tool execution, and prompt management. It allows developers to turn any API or database (such as PostgreSQL, Google Drive, or Slack) into a structured context provider that LLMs can query safely. This architecture eliminates the need for custom integrations for every new AI model, providing a single protocol for universal tool interoperability.

- Official technology site: https://github.com/modelcontextprotocol/typescript-sdk
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [MCP Apps: Shipping Interactive UIs with a Translation Server](https://cologne.aitinkerers.org/talks/rsvp_WllqXAqGhlM)

Four live demos adding interactive Views to a production MCP server using ext-apps. Demo 1: side-by-side translation diff with glossary term highlighting and model quality comparison. Demo 2: D3 force-directed network graph exploring 10k+ glossary terms across 30 languages. Demo 3: inline glossary marketplace -- browse, preview, one-click install. Demo 4: drop a product photo, Gemini OCR extracts text, DeepL translates it, Imagen 3 regenerates the image with culturally adapted people and scenery. All rendering inline in the chat, all calling back to the server from the iframe.

- Event context: AI Tinkerers Cologne 3: Demos, Code, and Architecture — 2026-03-05 — Cologne
- Public talk page: https://cologne.aitinkerers.org/talks/rsvp_WllqXAqGhlM

## Related Technologies

- [Cloud Run](https://aitinkerers.org/technologies/cloud-run) ([Markdown](https://aitinkerers.org/technologies/cloud-run.md)) — 12 public demos
- [D3](https://aitinkerers.org/technologies/d3) ([Markdown](https://aitinkerers.org/technologies/d3.md)) — 6 public demos
- [DeepL API v2/v3](https://aitinkerers.org/technologies/deepl-api-v2-v3) ([Markdown](https://aitinkerers.org/technologies/deepl-api-v2-v3.md)) — 1 public demo
- [Vertex AI](https://aitinkerers.org/technologies/vertex-ai) ([Markdown](https://aitinkerers.org/technologies/vertex-ai.md)) — 31 public demos
