Skip to main content
The Prove Model Context Protocol (MCP) server defines a set of tools that AI agents can use to search our documentation. The tool is called searchProve. If you use AI-powered code editors like Cursor or Windsurf, or general-purpose tools like Claude Desktop, you can use the MCP server.

Remote server

Prove hosts a Streamable HTTP MCP server that’s available at https://developer.prove.com/mcp.
  • Cursor
  • VS Code
  • Claude Code
Add the following to your ~/.cursor/mcp.json file. To learn more, see the Cursor documentation.
mcp.json
{
    "mcpServers": {
        "prove": {
            "url": "developer.prove.com/mcp"
        }
    }
}
I