Skip to main content
Any client that can add a remote Model Context Protocol server over HTTPS can use brightplace Connect. The Claude, ChatGPT, and Perplexity guides cover the clients we test against; use this page for everything else.

What your client needs

  • Support for remote MCP servers (a server URL), not just local stdio servers.
  • The ability to reach the public internet over HTTPS.
  • Optional: OAuth support, if you want tool calls attributed to a connected account. brightplace Connect also works without it; calls are still rate-limited and audited by the server.

Add the server

  1. Open your client’s connector, integration, or MCP server settings.
  2. Add a custom remote MCP server.
  3. Enter the endpoint:
https://mcp.brightplace.ai/mcp
  1. Choose the authentication method your client offers. If OAuth is available, complete the brightplace consent flow; otherwise use open/no authentication.
  2. Save and enable the server for the conversation or workspace where you want to use it.
On team, business, or enterprise plans, an administrator may need to add and share the server before members can use it.

Configuration reference

Some clients are configured with a JSON file rather than a settings UI. The exact key names vary by client, but the shape is usually:
{
  "mcpServers": {
    "brightplace-connect": {
      "url": "https://mcp.brightplace.ai/mcp"
    }
  }
}
Check your client’s documentation for the precise field names and where the config file lives. See Usage for the full tool flow, and Errors & Troubleshooting if a connection or tool call fails.