Claude Desktop / Code
Use the local bridge for Claude Desktop, or connect Claude Code directly over Streamable HTTP.
- Create a Limelit API key and keep the one-time plaintext value local.
- Choose the Desktop config or Claude Code command below.
- Restart Desktop or run /mcp in Claude Code, then confirm the limelit server is connected.
{
"mcpServers": {
"limelit": {
"command": "npx",
"args": [
"-y",
"mcp-remote@0.1.38",
"https://api.limelit.co/mcp",
"--header",
"Authorization:${LIMELIT_AUTH_HEADER}"
],
"env": {
"LIMELIT_AUTH_HEADER": "Bearer <LIMELIT_API_KEY>"
}
}
}
}claude mcp add --scope user --transport http limelit \
https://api.limelit.co/mcp \
--header "Authorization: Bearer <LIMELIT_API_KEY>"