Skip to main content
The Model Context Protocol (MCP) enables AI assistants to access this documentation in real-time. By connecting this documentation as an MCP server, you ensure that tools like Cursor, Claude, and Windsurf have access to the latest guides and API references.

MCP Server URL

The MCP server is available at:
https://nikita-shkoda.mintlify.app/mcp

Connection Guide

Open any docs page and use the contextual menu -> “Connect to Cursor”.Alternatively, you can setup the MCP server connection manually:
1

Open Cursor Settings

Open Cursor Settings from the top right corner of the editor window, or pressing ⇧ ⌘ J (Mac) or its equivalent on Windows.
2

Go to Tools & MCP

3

Open MCP servers settings

Scroll down to the end of the MCP servers list, and click ”+ New MCP Server”.
4

Add server configuration

{
  "mcpServers": {
    "lstpsche docs": {
      "name": "lstpsche Docs",
      "url": "https://nikita-shkoda.mintlify.app/mcp"
    }
  }
}
5

Save the mcp.json file