# š¬ Video Script for YouTube/TikTok (English)
## Title: "I Built a Math Calculator for AI Assistants! š¤š§®"
### ā±ļø Duration: 3-4 minutes
---
## š¬ SCRIPT
### [0:00-0:15] - Hook & Introduction
**[Show screen with code/terminal]**
> "What if I told you that you can give your AI assistant superpowers? Today I'm showing you how I built a Math Calculator Server using the Model Context Protocol that works with Claude, VSCode, and more!"
### [0:15-0:45] - What is MCP?
**[Show MCP logo/diagram]**
> "The Model Context Protocol, or MCP, is like a universal adapter for AI assistants. It lets them connect to custom tools and perform specialized tasks. Think of it as giving your AI assistant new abilities!"
### [0:45-1:30] - What I Built
**[Show GitHub repo + demo]**
> "I created a Math & Calculator MCP Server with SIX powerful tools:
>
> 1. **Calculator** - Basic math operations
> 2. **Statistics** - Mean, median, standard deviation
> 3. **Unit Converter** - Length, weight, temperature
> 4. **Equation Solver** - Quadratic equations
> 5. **Percentage Calculator** - All percentage operations
> 6. **Trigonometry** - Sin, cos, tan functions
>
> All built with TypeScript and the MCP SDK!"
### [1:30-2:15] - Quick Demo
**[Screen recording showing Claude using the tools]**
> "Watch this! I ask Claude to calculate statistics, convert units, and solve equations - and it just WORKS! Claude automatically discovers and uses my custom tools.
>
> [Type in Claude]: 'Calculate the mean of 10, 20, 30, 40, 50'
> [Claude responds with result]
>
> [Type]: 'Convert 100 kilometers to miles'
> [Claude uses conversion tool]
>
> It's like magic, but it's just good engineering!"
### [2:15-2:45] - How It Works (Quick Technical Overview)
**[Show code snippets]**
> "Here's the cool part: You define tools using JSON schemas, implement the logic in TypeScript, and the MCP SDK handles all the communication. The AI discovers your tools automatically and knows how to use them based on your descriptions!"
### [2:45-3:15] - Getting Started
**[Show installation steps on screen]**
> "Want to try it yourself?
>
> 1. Clone my repository from GitHub
> 2. Run npm install and build
> 3. Add it to your Claude config
> 4. Restart Claude and you're done!
>
> The link is in the description and on screen right now!"
### [3:15-3:30] - Call to Action
**[Show GitHub repo + your profile]**
> "If you found this interesting, check out the full code on GitHub, give it a star, and let me know what MCP server YOU want to build! Thanks for watching!"
---
## š B-Roll Suggestions
- Code editor showing TypeScript
- Terminal running npm install
- Claude Desktop interface
- Calculator doing calculations
- Graphs and mathematical symbols
- GitHub repository page
- Configuration file examples
## šµ Background Music
- Use upbeat, tech-friendly music
- Keep volume low so voice is clear
- Consider copyright-free music from YouTube Audio Library
## š± On-Screen Text Ideas
- "MCP = Model Context Protocol"
- "6 Mathematical Tools"
- "100% TypeScript"
- "Works with Claude & VSCode"
- "ā Star on GitHub!"
- "github.com/Ankluna72/Math-Calculator-MCP-Server-"
## šÆ Key Points to Emphasize
1. **Easy to use** - Just configure and go
2. **Practical tools** - Real mathematical capabilities
3. **Open source** - Free to use and modify
4. **Extensible** - Easy to add more tools
5. **Well documented** - README and examples included
---
## š¹ TikTok Version (60 seconds)
### [0:00-0:10] Hook
> "I gave Claude AI a calculator brain! Here's how š§®"
### [0:10-0:20] Show
> "Built an MCP server with 6 math tools - stats, conversions, equations..."
### [0:20-0:40] Demo
> "Watch Claude solve equations and convert units automatically!"
> [Quick demo clips]
### [0:40-0:55] Result
> "All with TypeScript + MCP SDK. Code on GitHub!"
### [0:55-1:00] CTA
> "Link in bio! What should I build next? š"
---
## š¬ Recording Tips
1. **Good audio** - Use a decent microphone
2. **Clear screen** - Use high resolution (1080p minimum)
3. **Face cam** - Optional but adds personality
4. **Pacing** - Speak clearly, not too fast
5. **Editing** - Cut out pauses, add zoom-ins on important parts
6. **Captions** - Add subtitles for accessibility
7. **Thumbnail** - Create eye-catching thumbnail with title
## š Video Description
```
š§® I built a Math & Calculator MCP Server that gives AI assistants like Claude powerful mathematical capabilities!
š§ Features:
ā
Basic Calculator
ā
Statistical Analysis
ā
Unit Conversions
ā
Equation Solver
ā
Percentage Calculator
ā
Trigonometry Functions
š» Tech Stack:
- TypeScript
- Model Context Protocol SDK
- Node.js
š GitHub Repository:
https://github.com/Ankluna72/Math-Calculator-MCP-Server-
š Full Article:
[Your Dev.to article link]
ā° Timestamps:
0:00 - Introduction
0:15 - What is MCP?
0:45 - Project Overview
1:30 - Live Demo
2:15 - How It Works
2:45 - Getting Started
3:15 - Conclusion
#AI #MCP #TypeScript #Claude #Programming #TechTutorial #OpenSource
```
---
**Author:** Jefferson Rosas Chambilla
**Repository:** https://github.com/Ankluna72/Math-Calculator-MCP-Server-