Tagged articles

FastMCP

15 articles · Page 1 of 1
Code Ape Tech Column
Code Ape Tech Column
Aug 20, 2026 · Artificial Intelligence

Why FastMCP Is Becoming the Default Choice for 70% of MCP Servers

FastMCP, a Python framework built on the Model Context Protocol (MCP), now powers over 70% of MCP servers thanks to its one‑line decorator API, automatic schema generation, production‑ready features, and a thriving ecosystem that turns the MCP standard into a practical development tool.

AI AgentsFastMCPMCP
0 likes · 16 min read
Why FastMCP Is Becoming the Default Choice for 70% of MCP Servers
Su San Talks Tech
Su San Talks Tech
Aug 20, 2026 · Artificial Intelligence

Why FastMCP Is Becoming the Default Choice for AI Agents

FastMCP now powers over 70% of MCP servers, offering a Pythonic decorator‑based API that automates schema, validation and documentation, bridges prototype and production workloads, and enjoys a thriving ecosystem, which together explain its rapid adoption among AI developers.

AI AgentsFastMCPMCP
0 likes · 16 min read
Why FastMCP Is Becoming the Default Choice for AI Agents
Tech Ocean
Tech Ocean
May 13, 2026 · Backend Development

Step‑by‑Step Guide to Building a Production‑Ready MCP Server

This article walks through turning a local MCP demo into a production‑grade server, covering project layout, uv + FastMCP setup, authentication options, error‑code handling, structured logging, Docker containerization with health checks and load balancing, and comprehensive testing using Inspector and pytest.

AuthenticationDockerFastMCP
0 likes · 12 min read
Step‑by‑Step Guide to Building a Production‑Ready MCP Server
Tech Ocean
Tech Ocean
May 12, 2026 · Artificial Intelligence

Master MCP in 5 Minutes: The USB‑C‑Like Connector for AI Tools

The article introduces the Model Context Protocol (MCP), an open standard that unifies AI‑to‑external‑system communication like a USB‑C connector, explains its core concepts and roles, walks through building a Python weather server with FastMCP, and outlines the growing ecosystem of MCP servers and apps.

AI tool integrationClaude DesktopFastMCP
0 likes · 7 min read
Master MCP in 5 Minutes: The USB‑C‑Like Connector for AI Tools
Data STUDIO
Data STUDIO
Mar 11, 2026 · Backend Development

Build Your First MCP Server with FastMCP – A Python Power Tool

This article introduces the Model Context Protocol (MCP) and the FastMCP Python library, then walks through setting up a virtual environment, creating a simple weather‑query tool, testing it with a client, upgrading to a real OpenWeatherMap API, and finally covering production deployment options such as HTTP transport, Docker, and security middleware.

AI toolsAPI IntegrationDocker
0 likes · 19 min read
Build Your First MCP Server with FastMCP – A Python Power Tool
Qborfy AI
Qborfy AI
Dec 17, 2025 · Artificial Intelligence

Unlocking AI Integration: A Hands‑On Guide to the Model Context Protocol (MCP)

The article introduces the Model Context Protocol (MCP), an open Anthropic standard that creates a secure, standardized, bidirectional bridge between large language models and external tools, then walks through its architecture, core components, Python server and client code, OpenAI integration, usage flow, ecosystem and future outlook.

AI integrationFastMCPJSON-RPC
0 likes · 8 min read
Unlocking AI Integration: A Hands‑On Guide to the Model Context Protocol (MCP)
Xiaolong Cloud Tech Team
Xiaolong Cloud Tech Team
Oct 27, 2025 · Backend Development

Top MCP Server Picks for 2025: Automate Repetitive Tasks with AI

The article surveys the most popular Model Context Protocol (MCP) Server implementations in 2025, explains their core features, compares them across use‑cases, and provides practical guidance on selecting and quickly deploying the right server to automate repetitive development workflows.

AI automationFastMCPGitHub
0 likes · 13 min read
Top MCP Server Picks for 2025: Automate Repetitive Tasks with AI
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 21, 2025 · Artificial Intelligence

Can Gemini AI Directly Query MySQL? A FastMCP Walkthrough

This article demonstrates how to set up a FastMCP server for MySQL, load the Sakila sample database, expose query tools to Gemini, experiment with different model versions and temperature settings, and observe the generated SQL queries and results, providing a practical guide for AI‑driven database access.

AI integrationDatabaseFastMCP
0 likes · 16 min read
Can Gemini AI Directly Query MySQL? A FastMCP Walkthrough
Continuous Delivery 2.0
Continuous Delivery 2.0
Apr 14, 2025 · Backend Development

Building a Simple MCP Time Server with FastMCP and Cursor

This article walks through solving Cursor's inaccurate date handling by installing an MCP time server, creating a minimal FastMCP‑based MCP server in Python, configuring Cursor to use it, and demonstrating how to automate time‑stamped task tracking with practical code examples.

FastMCPMCP serverPython
0 likes · 6 min read
Building a Simple MCP Time Server with FastMCP and Cursor