Build + Deploy ServiceNow Scripts with AI in 5 Minutes! | FastMCP + Gradio Full Tutorial & Live Demo
Tushar Mishra
View ChannelAbout
No channel description available.
Latest Posts
Video Description
Need to crank out Business Rules or Client Scripts *instantly*—and ship them straight to your ServiceNow dev instance? In this step-by-step video I’ll show you how to: 1. Spin up a FastMCP server- that exposes ServiceNow CRUD tools over SSE/HTTP. 2. Install & launch- the Gradio-powered “Script Manager” UI that taps GPT-4o for code generation and inline AI edits. 3. Connect everything with one JSON stanza so Claude, Cursor, Windsurf—or your own LLM client—can call those same tools. 4. Walk through a **live end-to-end demo**: generate, edit, deploy, and update scripts… all in under five minutes! --- Commands demo’d in the video # clone repo & install deps git clone https://github.com/yvain13/MCP-Use-with-SN cd MCP-Use-with-SN python -m venv venv && source venv/bin/activate pip install -r requirements.txt # create .env with your keys cp .env.example .env # (edit and add OPENAI_API_KEY + SN creds) # terminal 1 – start FastMCP server python servicenow_br_mcp_server.py # terminal 2 – launch Gradio UI python script_manager.py ``` Optional: hook up external LLM clients ```json { "mcpServers": { "remote-example": { "command": "npx", "args": ["mcp-remote", "http://localhost:9123/sse"] } } } ``` --- What you’ll learn - Why FastMCP makes ServiceNow APIs “LLM-friendly” - Crafting one-shot prompts so GPT returns perfect JSON every time - Sharing a persistent asyncio loop to avoid ‘event loop closed’ errors - Securing secrets with a local `.env` (and scrubbing them from Git history!) --- 💬 Questions? Drop them in the comments—I answer every one. 👍 Like & subscribe if this saved you hours of manual scripting! --- **#ServiceNow #AI #GPT4o #FastMCP #Gradio #Automation #DevOps****🎥 Title**
Essential IT Ops Tools
AI-recommended products based on this video

LEGO Technic Kawasaki Ninja H2R Motorcycle Toy - Building Toys for Kids, Boys & Girls, Ages 10+ - Kickstand for Display - Model Kit Birthday Gift - 42170

LEGO Icons Williams Racing FW14B & Nigel Mansell F1 Model Car Kit - Building Set for Adults, Ages 18+ - F1 DIY Craft for Display - Gift Idea for Fans of F1-10353

LEGO Star Wars TIE Bomber Model Building Kit, Star Wars Toy Starfighter with Gonk Droid Figure, Darth Vader Minifigure and Lightsaber, Collectible Star Wars Gift for 9 Year Olds, 75347

LEGO City F1 Driver with McLaren Race Car Toy - Model Car Building Toy Kit for Kids, Boys and Girls, Ages 6+ - F1 Collectible for Fans - with a Driver Minifigure - Gift Idea for Birthdays - 60442

YMZ Smart Watch for Men Women, IP68 Waterproof, Bluetooth Calling, Fitness Tracker, Sleep Monitoring, 1.85'' DIY Dial, AI Built-in, 100+ Sports Modes, 7 Days Battery, Compatible with Android & iPhones




















