Skip to main content

Connect to Your MCP

Once you have tested your MCP server in the Inspector tab, connect your LLM or AI agent to enable real-time integration. This allows your AI applications to discover and use the actions provided by your MCP server.

Prerequisites

Before connecting your MCP server to an AI application, ensure that:

  • Your MCP server has been created and configured
  • At least one action has been added to your MCP server
  • You have tested your actions using the Inspector to verify they work correctly
  • You have access to the AI application you want to connect (e.g., Cursor, Claude Desktop)

Steps

  1. Go to the Overview tab of your MCP server in the Boltic dashboard.

  2. Click Connect MCP. A dialog box will display connection details and setup instructions for clients such as Claude Desktop and Cursor IDE.

  3. Choose the client you want to connect with the available options. Each client has specific setup instructions tailored to its configuration format.

  4. Copy the setup command or configuration snippet for your selected client. This typically includes:

    • The MCP server endpoint URL
    • Authentication credentials (if required)
    • Protocol version information
    • Client-specific configuration parameters
  5. Configure your AI application as follows:

  • Refer to the Kaily documentation for MCP installation steps.

Connection Details

Connection details include the following:

  • Server URL: The endpoint where your MCP server is hosted
  • Authentication: Required credentials or tokens for secure access
  • Protocol Version: The MCP protocol version your server supports
  • Client Configuration: Pre-formatted configuration snippets for easy setup

For further assistance, consult the client-specific documentation or contact support.