Skip to main content

Connect another AI client to Thunders MCP

Written by Ines

Thunders is a standard remote MCP server, so any client that supports remote MCP servers with OAuth can connect: Windsurf, Devin, Zed, JetBrains AI Assistant, n8n, and others.

Connection details

Setting

Value

Server URL

https://api.thunders.ai/v1/mcp

Transport

Streamable HTTP (not stdio, not SSE)

Authentication

OAuth 2.1. The client registers itself automatically, so there is no client ID or secret to copy.

API key or token

Not used. Sign-in happens in the browser.

Typical setup

  1. In your client, add a remote or HTTP MCP server.

  2. Paste https://api.thunders.ai/v1/mcp as the URL.

  3. When the client offers to authenticate, sign in to Thunders and click Authorize.

  4. Ask the client to list your Thunders projects to confirm the tools are live.

Most config-file-based clients accept the same shape:

{
"mcpServers": {
"thunders": {
"url": "https://api.thunders.ai/v1/mcp"
}
}
}

Note: Some clients only support local, command-line MCP servers. If yours has no way to add a server by URL, it cannot connect to Thunders.

Did this answer your question?