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 |
|
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
In your client, add a remote or HTTP MCP server.
Paste
https://api.thunders.ai/v1/mcpas the URL.When the client offers to authenticate, sign in to Thunders and click Authorize.
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.
