AI
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...
ReadHow 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...
ReadAI Development & Integration
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....
ReadHow 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...
ReadHow 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...
ReadDeploying 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...
ReadContext 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:...
ReadBuilding 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...
ReadBuilding 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...
ReadBuild 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...
ReadBuild 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...
ReadBuild 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...
ReadBuild 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...
Read3 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...
ReadUsing 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:...
ReadUsing 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...
ReadThe 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...
ReadThe 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...
ReadOpenAI'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...
ReadMCP: 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...
ReadMCP 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...
ReadMCP 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,...
ReadMCP 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...
ReadMastering 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...
ReadInstalling 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...
ReadConvert 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...
ReadConnecting 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...
ReadBuilding 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...
ReadBuild 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...
ReadBuild 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...
ReadBuild 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...
ReadMCP 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...
ReadMCP 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...
ReadHow 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...
ReadBuilding 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...
ReadAutomation
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...
ReadZapier'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...
ReadCareer Growth
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...
ReadDevelopment
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...
ReadA 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...
ReadNew in the Dev World
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,...
ReadProductivity
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...
ReadZapier'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...
ReadPython
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...
ReadA 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...
ReadVS 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...
ReadWeb Development
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...
ReadBuild 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...
ReadZapier
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...
ReadZapier'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