惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
L
LangChain Blog
博客园_首页
J
Java Code Geeks
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
WordPress大学
WordPress大学
V
Visual Studio Blog
T
The Blog of Author Tim Ferriss
U
Unit 42
酷 壳 – CoolShell
酷 壳 – CoolShell
Recent Announcements
Recent Announcements
C
Check Point Blog
IT之家
IT之家
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
A
About on SuperTechFans
aimingoo的专栏
aimingoo的专栏
D
Docker
有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
I
InfoQ

Mintlify Blog

22 UX improvements to the web editor Introducing the Mintlify Help Center Starter Kit Introducing the collaborative editor built for teams and agents Workflows, rebuilt Is your documentation agent-ready? Mintlify raises $45M Series B led by Andreessen Horowitz and Salesforce Ventures 5 things you didn't know you could do in the Mintlify web editor The improved Mintlify CLI Docs on autopilot: From zero to self-maintaining with Mintlify The state of agent traffic in documentation (March 2026) How we built a virtual filesystem for our Assistant We Replaced Our Internal Wiki With a Slack Bot. You Should Too. 8 ways teams use Mintlify to keep docs updated automatically Documentation is your AI interface What three years of watching AI in production taught us Bridging two JSX runtimes: How we solved Astro's React children problem AI agents are shipping faster than anyone can document Knowledge management systems for technical teams Workflows: Automate documentation maintenance Mintlify acquires Helicone to redefine AI knowledge infrastructure Why more product managers are switching to Mintlify Auto-generating documentation sites from GitHub repos Your docs, your frontend, our content engine Take control of your documentation system Almost half your docs traffic is AI, time to understand the agent experience @mintlify for better docs, faster Mintlify for Enterprise Real llms.txt examples from leading tech companies (and what they got right) Mintlify + Claude Opus 4.6: Powering AI-native knowledge management Declaring Clankruptcy: An experiment in agent orchestration
What is MCP and how to get started
Tiffany Chen · 2025-03-12 · via Mintlify Blog

The Model Context Protocol was introduced by Anthropic in November 2024 to standardize how LLMs connect to different data sources and tools, acting like a universal adapter for AI applications.

That means you can now use AI tools like Claude, Windsurf, or Cursor to pull accurate data and perform virtually any task on your behalf with MCP.

We'll explain what MCP means in everyday terms and how to incorporate it using your existing documentation.

Let's say you want to book a place to stay in Mexico City from April 15-18.

Before MCP, you could ask an LLM like Claude to find options, but it would rely on scraping publicly available data, typically returning inaccurate results. Since sites like Airbnb and Priceline present data in different formats, LLMs had no reliable way to interact with them directly—leading to guesswork and hallucinations.

MCP changes this by providing a standardized way for applications to present their data. Instead of parsing disparate data formats, an LLM can now access structured responses from these sites, ensuring accurate results.

More importantly, MCP enables two-way interaction. Instead of just researching places to stay, an LLM can now book one for you (provided you've given it the necessary permissions and API credentials.)

MCP follows a client-server architecture:

  • MCP Clients are LLMs like Claude Desktop, Windsurf, or Cursor. These are the interfaces users interact with to make requests about external tools.
  • MCP Servers act as intermediaries between the client (LLM) and external tools like Slack, GitHub, or any other service. They essentially work like APIs for LLMs.

Anyone—from indie developers to enterprise companies—can create an MCP Server to integrate their products with AI tools. Servers can be built for local usage or shared publicly on MCP marketplaces like cursor.directory or windsurf.run, making them accessible to a growing network of AI applications.

As MCP adoption accelerates, direct integrations will become standard. Products that expose functionality through an MCP Server will be easier for AI tools to incorporate, leading to broader usage.

For products with APIs, supporting MCP won't just be a bonus—it'll be table stakes. Understanding and working with MCP is necessary to stay relevant in an ecosystem where AI is increasingly handling complex tasks autonomously.

If your product has documentation, you already have everything you need to build an MCP Server.

Normally, setting up an MCP Server requires custom code to translate your APIs into an MCP-compatible format.

But documentation platforms like Mintlify handle that step for you. Mintlify automatically generates an MCP Server for all customers—covering both API references (via your OpenAPI spec) and long-form content like tutorials. End users can use this MCP Server to both interact with your APIs or get real-time, contextual answers about how to use your product.

Without Mintlify diagram, where you need to write custom code to generate a unique MPC server

Diagram including the Mintlify MCP server

By generating these servers automatically, Mintlify removes the need for engineers to build them from scratch, while also driving broader adoption of MCP by expanding the ecosystem.

If you're a customer of Mintlify, your written content is already automatically generated as an MCP Server. For your API docs (those generated through an Open API spec), they can be turned into an MCP Server with a simple opt-in via the dashboard.

For your end customers to use your docs MCP Server, they can follow these instructions:

  1. Run "npm i mcp". This installs the general Mintlify MCP package on their local machine.
  2. Run "npx mcp add [your subdomain]". This installs your specific docs MCP server.

You can read more in our MCP documentation.

Now, customers can use their MCP Client, whether that's Claude Desktop, Cursor, or Windsurf, to interact with your APIs or ask questions about your product.

We're still in the early stages of MCP adoption, but it's the biggest leap yet toward AI agents becoming a practical, everyday reality rather than just a novelty.

There's never been a better time to build, and we're excited to keep accelerating our customers. If you have thoughts on this movement or want to learn more, get in touch.