Skip to content

Add MCP client credentials documentation#5223

Open
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/mcp-client-credentials-1775695368
Open

Add MCP client credentials documentation#5223
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/mcp-client-credentials-1775695368

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify bot commented Apr 9, 2026

Summary

  • Documents the new client credentials feature for MCP servers, which enables programmatic machine-to-machine access without interactive OAuth login.
  • Adds a "Client credentials" subsection to the MCP page with step-by-step instructions for generating credentials, requesting access tokens, and connecting to the MCP server.

What shipped

MCP servers now support the client_credentials OAuth grant type. Users can generate client credentials from the dashboard for automated systems, CI/CD pipelines, or backend services that need to access authenticated MCP servers without going through the interactive login flow.


Note

Low Risk
Documentation-only change that adds guidance for using the client_credentials grant; no product logic or security behavior is modified in this PR.

Overview
Adds a new Client credentials section to the Model Context Protocol docs, describing machine-to-machine authentication for authenticated MCP servers.

Includes steps for generating credentials in the dashboard, exchanging them for an access token via POST /mcp/oauth/token (with example curl + response payload), and using the bearer token to connect; also documents credential deletion/revocation behavior.

Reviewed by Cursor Bugbot for commit b4eedc8. Bugbot is set up for automated code reviews on this repo. Configure here.

Generated-By: mintlify-agent
@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify bot commented Apr 9, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview Apr 9, 2026, 12:46 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants