Skip to main content

Connecting to Vanta MCP

Updated this week

This guide explains how to connect Vanta MCP to your AI tool of choice.

Note: Vanta’s remote MCP server is currently in beta. Please reach out to [email protected] if you’d like to be enrolled.

Claude Code

  • Run the following command in your terminal:

claude mcp add --transport http vanta https://mcp.vanta.com/mcp

  • In Claude Code, run /mcp and select vanta to authenticate. This will open up a webpage in your Vanta app to authorize MCP. Click Allow.

  • Once complete, you are ready to start using the Vanta MCP server.

Cursor

  • Open Settings in Cursor.

  • Select Tools & MCP Add custom MCP.

  • Add the following configuration:

{
"mcpServers": {
"vanta": {
"url": "https://mcp.vanta.com/mcp"
}
}
}

Perplexity