Skip to main content
Any MCP client that supports Streamable HTTP can connect. Clients that support MCP OAuth sign in with LobbyStack on their own; others need an API key in a header. The server is stateless. It supports the 2026-07-28 protocol revision and falls back to Streamable HTTP for 2025 clients. It doesn’t support the older HTTP+SSE transport, so clients that only offer SSE can’t connect.

Cursor

Add LobbyStack to ~/.cursor/mcp.json, or to .cursor/mcp.json in a project:
mcp.json

VS Code

Add LobbyStack to .vscode/mcp.json. VS Code asks for the key the first time it starts the server and stores it for you:
.vscode/mcp.json

Clients without header support

If a client can only launch local servers, run mcp-remote as the local server and let it add the header. The Claude Desktop guide shows the configuration.

Test with the MCP Inspector

The MCP Inspector CLI connects without an AI model in the loop. Without a key, it signs in with OAuth: it prints a link, you open it, sign in and allow access, and it lists the tools:
With an API key:
Call a tool the same way:

Build your own client

The official MCP SDKs connect with a few lines. In TypeScript:
If you’re writing code rather than an assistant, the REST API gives you the same data with plain HTTP.