Mintlify

Mintlify MCP Connector for Claude

A+

Manage and automate your Mintlify documentation—retrieve metadata, update configurations, track page views, and trigger deployments directly from your AI agent.

4 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Mintlify account to any AI agent to streamline your documentation workflow through natural conversation.

What you can do

  • Metadata Management — Retrieve your project's current settings, navigation structure, and configuration via get_metadata.
  • Configuration Updates — Modify your documentation's configuration object programmatically using update_metadata.
  • Analytics Tracking — Monitor documentation performance by fetching page view statistics for specific time ranges with get_page_views.
  • Deployment Triggers — Instantly trigger new deployments of your documentation using trigger_deployment, perfect for CI/CD workflows.

How it works

  1. Subscribe to this server
  2. Enter your Mintlify API Key
  3. Start managing your technical documentation from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Developers — trigger deployments and update configurations directly from the code editor.
  • Technical Writers — inspect navigation structures and metadata without leaving the chat interface.
  • Product Managers — quickly check documentation traffic and analytics to understand user engagement.
documentationapi-docsdeploymentanalyticstechnical-writing

4 tools expose this connector's capabilities to your AI agent.

get_metadata

Get Mintlify project metadata

get_page_views

Get Mintlify page views analytics

trigger_deployment

This is useful for CI/CD integrations. Trigger a new Mintlify deployment

update_metadata

Update Mintlify project metadata

See how to talk to your AI agent using Mintlify.

Get the current metadata for my Mintlify project.

I've retrieved your project metadata. Your documentation is currently configured with the navigation structure including 'Introduction', 'API Reference', and 'Guides'. Would you like to see the full JSON configuration?

Show me the page views for the last 30 days.

Fetching analytics... In the last 30 days, your documentation received a total of 12,450 page views. The most visited page was '/api-reference/authentication'.

Trigger a new deployment for my documentation.

Deployment triggered successfully! Mintlify is now building the latest version of your documentation. You can check the status in your dashboard.

You can use the `get_metadata` tool. It retrieves the complete project metadata, including settings and the navigation hierarchy defined in your configuration.

Related Connectors