Podcast Title

Author Name

0:00
0:00
Album Art

Category: MCP

AI

How to Use MCP Servers in Visual Studio Code

How to Use MCP Servers in Visual Studio Code

10xdev team

If you've been on the internet at all in the past couple of weeks, you may have seen this new concept called MCP. In this...

Read
How to Turn Any API into an AI-Controllable Tool with Postman's MCP Generator

How to Turn Any API into an AI-Controllable Tool with Postman's MCP Generator

10xdev team

In one of my previous articles, I said that the front end is dead. To explain what I meant, I'm going to talk to you...

Read

AI Development & Integration

MCP Protocol Upgrade: Why Streamable HTTP Beats SSE

MCP Protocol Upgrade: Why Streamable HTTP Beats SSE

10xdev team

Anthropic's MCP protocol has undergone some significant changes, and arguably the most impactful is the shift from SSE to streamable HTTP as its transport method....

Read
How to Set Up Your First MCP Server in VS Code: A 5-Minute Guide

How to Set Up Your First MCP Server in VS Code: A 5-Minute Guide

10xdev team

Welcome to another installment in our MCP server series. In this article, we will provide a straightforward guide on how to set up your very...

Read
How to Interact with MCP Servers from Your Code in 5 Minutes

How to Interact with MCP Servers from Your Code in 5 Minutes

10xdev team

This article introduces a library that lets you communicate with your MCP servers directly in your code. You can use it with any LLM you...

Read
Deploying Remote MCP Servers with FastAPI Explained in Under 10 Minutes

Deploying Remote MCP Servers with FastAPI Explained in Under 10 Minutes

10xdev team

Welcome back! In today's article, we're going to explore how to create and deploy remote MCP servers. We'll build an MCP server locally and then...

Read
Context 7 MCP Server Explained in 5 Minutes

Context 7 MCP Server Explained in 5 Minutes

10xdev team

In this quick article, I'm going to introduce an MCP server that is incredibly useful, powerful, and will save you a significant amount of time:...

Read
Building an MCP Client with React: A Developer's Guide

Building an MCP Client with React: A Developer's Guide

10xdev team

Today, we're continuing our series on the Model-Context-Protocol (MCP) by exploring what an MCP client is, how to build one using React, and how to...

Read
Building a Custom MCP Server with TypeScript Explained in 10 Minutes

Building a Custom MCP Server with TypeScript Explained in 10 Minutes

10xdev team

In this article, we'll explore building a custom MCP (Model Context Protocol) server using TypeScript. The goal is to create a system that provides a...

Read
Build and Deploy a Remote MCP Server with Azure Functions in 10 Minutes

Build and Deploy a Remote MCP Server with Azure Functions in 10 Minutes

10xdev team

Discover how to create a remote MCP server that can plug into your AI systems and add significant additional functionality. This article explains how to...

Read
Build an AI HR Agent: Your First MCP Server Explained in 10 Minutes

Build an AI HR Agent: Your First MCP Server Explained in 10 Minutes

10xdev team

In this article, we are going to build a beginner-friendly first MCP server for a real-life use case: an HR agent that can help manage...

Read
Build a Local PDF-to-Markdown MCP Server for Your IDE in Just 10 Minutes

Build a Local PDF-to-Markdown MCP Server for Your IDE in Just 10 Minutes

10xdev team

In this article, we'll explore how to build your own WCO MCP server and connect it to Cursor, VS Code, or other MCP-compatible IDEs. Our...

Read
Build a 100% Local and Secure MCP Client in Just 10 Minutes

Build a 100% Local and Secure MCP Client in Just 10 Minutes

10xdev team

Welcome to this article. Today, we are going to build a 100% local, secure, and private MCP client that you can connect to any MCP...

Read
3 Powerhouse Tools to Revolutionize Your App Development Workflow

3 Powerhouse Tools to Revolutionize Your App Development Workflow

10xdev team

If you enjoyed our previous article on essential upgrades for cloud code, you'll find this one even more valuable. Today, we're exploring three more powerhouse...

Read
Using MCP Servers in VS Code Explained in 10 Minutes

Using MCP Servers in VS Code Explained in 10 Minutes

10xdev team

This is the second article in the MCP series. In this article, we'll explore how to use MCP servers in VS Code. A Quick Recap:...

Read
Using Gemini CLI in VS Code and Configuring the MCP Server Explained in 5 Minutes

Using Gemini CLI in VS Code and Configuring the MCP Server Explained in 5 Minutes

10xdev team

This article provides a comprehensive guide on how to use and install the Gemini CLI within VS Code and how to configure the MCP server...

Read
The Ultimate Guide to Building an MCP Server and Client

The Ultimate Guide to Building an MCP Server and Client

10xdev team

The Model Context Protocol (MCP) is gaining incredible popularity. While everyone's talking about it, few are providing a deep enough dive into how it works...

Read
The MCP Hub Explained in 5 Minutes: Singleton Pattern & Initialization

The MCP Hub Explained in 5 Minutes: Singleton Pattern & Initialization

10xdev team

In a previous article, we reviewed the Model Context Protocol (MCP), its benefits for GenAI applications, and the reasoning behind building an MCP client. In...

Read
OpenAI's MCP Client Support Explained in 5 Minutes

OpenAI's MCP Client Support Explained in 5 Minutes

10xdev team

OpenAI recently introduced MCP (Model Context Protocol) client support in its Responses API. If that sounds complex, don't worry. We'll break it down in this...

Read
MCP: The USB-C for AI Explained in 5 Minutes

MCP: The USB-C for AI Explained in 5 Minutes

10xdev team

Want to build AI agents that can actually do things? Meet MCP, the USB-C for AI applications. Whether you're using Claude, GPT, or any other...

Read
MCP Server Explained: Your Guide to Building AI-Powered Tools

MCP Server Explained: Your Guide to Building AI-Powered Tools

10xdev team

In this article, we will explore how to build our own MCP server and, more importantly, understand what an MCP server is and how it...

Read
MCP Demystified: How The Model Context Protocol Standardizes AI Tool Use

MCP Demystified: How The Model Context Protocol Standardizes AI Tool Use

10xdev team

MCP, or Model Context Protocol, is an AI-related buzzword you might have encountered recently. The concept, however, is not overly complex and, despite any hype,...

Read
MCP Connection Management in TypeScript Explained

MCP Connection Management in TypeScript Explained

10xdev team

This article explores building Model Context Protocol (MCP) clients in TypeScript, focusing on the mCP Hub class. We will walk through connection management with MCP...

Read
Mastering Kilo Code: A Guide to MCP Server Integration

Mastering Kilo Code: A Guide to MCP Server Integration

10xdev team

In this article, I will show you how to configure and use MCP servers in Kilo Code. MCPs are additional tools and resources that you...

Read
Installing Playwright MCP Server in VS Code Explained in 5 Minutes

Installing Playwright MCP Server in VS Code Explained in 5 Minutes

10xdev team

Welcome! This article explores how to install and use the Playwright MCP (Multi-Copilot-Platform) server within Visual Studio Code. We've received several questions from the community...

Read
Convert Your FastAPI Backend to an MCP Server in 5 Minutes

Convert Your FastAPI Backend to an MCP Server in 5 Minutes

10xdev team

Today, we're exploring fastapi-mcp, a powerful package that seamlessly transforms a standard FastAPI backend into a fully functional MCP (Multi-Content Prompt) server. This allows AI...

Read
Connecting AI to Your Python API: A 5-Minute Guide to MCP Servers

Connecting AI to Your Python API: A 5-Minute Guide to MCP Servers

10xdev team

In this article, you will learn how to quickly convert any Python server into an MCP (Model-Connectable Point) server, a crucial step that allows any...

Read
Building a Real-World AI Agent with Spring Boot and MCP Explained in 10 Minutes

Building a Real-World AI Agent with Spring Boot and MCP Explained in 10 Minutes

10xdev team

AI models today are incredibly smart and capable. They can chat, write, summarize, and think almost like an actual human. However, if you only use...

Read
Build Your Own AI Model Context Server with C# in 10 Minutes

Build Your Own AI Model Context Server with C# in 10 Minutes

10xdev team

Model Context Protocol (MCP) servers are a powerful tool for developers. This publication has previously explored how to integrate them into code editors like VS...

Read
Build Your First AI Website Agent in Under 5 Minutes

Build Your First AI Website Agent in Under 5 Minutes

10xdev team

In this article, I'll show you how to build an AI agent in just five simple steps. Have you ever landed on a website looking...

Read
Build a Powerful MCP Server with TypeScript in Just a Few Steps

Build a Powerful MCP Server with TypeScript in Just a Few Steps

10xdev team

In this article, we're going to be building an MCP server from scratch using TypeScript. The example that we're going to be building is a...

Read
MCP Servers Explained In Under 10 Minutes

MCP Servers Explained In Under 10 Minutes

10xdev team

Welcome to this article where we will walk you through some of the modern architectural components for developing and architecting production-ready AI systems, starting from...

Read
MCP Explained in 10 Minutes: A Python Developer's Crash Course

MCP Explained in 10 Minutes: A Python Developer's Crash Course

10xdev team

If you're a Python developer building with LLMs and want to learn how to integrate MCP (the Model Context Protocol), then this article is for...

Read
How to Use MCP Servers with Gemini CLI Explained in 5 Minutes

How to Use MCP Servers with Gemini CLI Explained in 5 Minutes

10xdev team

This article explains how to configure and use MCP (Managed Component Provider) servers with Gemini CLI, enabling powerful new data extraction capabilities for your AI...

Read
Building a Remote MCP Server with FastAPI in 5 Minutes

Building a Remote MCP Server with FastAPI in 5 Minutes

10xdev team

In a recent article, we explored how the Machine-readable Capability Protocol (MCP) works by setting up a simple MCP server and client that communicated locally...

Read

Automation

Zapier's New MCP Server: A Seamless Integration for Automation

Zapier's New MCP Server: A Seamless Integration for Automation

10xdev team

Zapier has just launched its MCP server, and this integration is really, really amazing. What this means is that with Zapier offering this integration, we...

Read
Zapier's New MCP Server: A Seamless Integration for Automation

Zapier's New MCP Server: A Seamless Integration for Automation

10xdev team

Zapier has just launched its MCP server, and this integration is really, really amazing. What this means is that with Zapier offering this integration, we...

Read

Career Growth

MCP Server Explained: Your Guide to Building AI-Powered Tools

MCP Server Explained: Your Guide to Building AI-Powered Tools

10xdev team

In this article, we will explore how to build our own MCP server and, more importantly, understand what an MCP server is and how it...

Read

Development

A Library for Direct MCP Server Communication in Your Code

A Library for Direct MCP Server Communication in Your Code

10xdev team

I'm going to show you a library that lets you communicate with your MCP servers directly in your code. You can use it with any...

Read
A Library for Direct MCP Server Communication in Your Code

A Library for Direct MCP Server Communication in Your Code

10xdev team

I'm going to show you a library that lets you communicate with your MCP servers directly in your code. You can use it with any...

Read

New in the Dev World

MCP Demystified: How The Model Context Protocol Standardizes AI Tool Use

MCP Demystified: How The Model Context Protocol Standardizes AI Tool Use

10xdev team

MCP, or Model Context Protocol, is an AI-related buzzword you might have encountered recently. The concept, however, is not overly complex and, despite any hype,...

Read

Productivity

Zapier's New MCP Server: A Seamless Integration for Automation

Zapier's New MCP Server: A Seamless Integration for Automation

10xdev team

Zapier has just launched its MCP server, and this integration is really, really amazing. What this means is that with Zapier offering this integration, we...

Read
Zapier's New MCP Server: A Seamless Integration for Automation

Zapier's New MCP Server: A Seamless Integration for Automation

10xdev team

Zapier has just launched its MCP server, and this integration is really, really amazing. What this means is that with Zapier offering this integration, we...

Read

Python

A Library for Direct MCP Server Communication in Your Code

A Library for Direct MCP Server Communication in Your Code

10xdev team

I'm going to show you a library that lets you communicate with your MCP servers directly in your code. You can use it with any...

Read
A Library for Direct MCP Server Communication in Your Code

A Library for Direct MCP Server Communication in Your Code

10xdev team

I'm going to show you a library that lets you communicate with your MCP servers directly in your code. You can use it with any...

Read

VS Code

How to Use MCP Servers in Visual Studio Code

How to Use MCP Servers in Visual Studio Code

10xdev team

If you've been on the internet at all in the past couple of weeks, you may have seen this new concept called MCP. In this...

Read

Web Development

Convert Your FastAPI Backend to an MCP Server in 5 Minutes

Convert Your FastAPI Backend to an MCP Server in 5 Minutes

10xdev team

Today, we're exploring fastapi-mcp, a powerful package that seamlessly transforms a standard FastAPI backend into a fully functional MCP (Multi-Content Prompt) server. This allows AI...

Read
Build Your First AI Website Agent in Under 5 Minutes

Build Your First AI Website Agent in Under 5 Minutes

10xdev team

In this article, I'll show you how to build an AI agent in just five simple steps. Have you ever landed on a website looking...

Read

Zapier

Zapier's New MCP Server: A Seamless Integration for Automation

Zapier's New MCP Server: A Seamless Integration for Automation

10xdev team

Zapier has just launched its MCP server, and this integration is really, really amazing. What this means is that with Zapier offering this integration, we...

Read
Zapier's New MCP Server: A Seamless Integration for Automation

Zapier's New MCP Server: A Seamless Integration for Automation

10xdev team

Zapier has just launched its MCP server, and this integration is really, really amazing. What this means is that with Zapier offering this integration, we...

Read