MCP Server
MCP
Lindo AI
Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client.
Install
npx -y @lindoai/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.lindo.ai/mcp",
"headers": [
{
"description": "OAuth 2.1 Bearer token. Most MCP clients (Claude, ChatGPT, Cursor, Smithery) obtain this automatically via the server's OAuth flow on first connect — no manual setup required. Format: 'Bearer <token>'.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@lindoai/mcp-server",
"version": "1.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Lindo AI API key. Create one at https://app.lindo.ai under Workspace Settings → API Keys. Requires a Business or Whitelabel plan.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LINDO_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment