AgentHubAgentHub

Lindo AI

MCP ServerMCP Registry官方收录

io.github.lindoai/mcp-server · v1.0.17

Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client.

概览

Lindo AI 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@lindoai/mcp-server"
      ],
      "env": {
        "LINDO_API_KEY": "<LINDO_API_KEY>"
      }
    }
  }
}

环境变量

LINDO_API_KEY必填secret

Lindo AI API key. Create one at https://app.lindo.ai under Workspace Settings → API Keys. Requires a Business or Whitelabel plan.

相关资源

统一 Manifest

{
  "id": "io.github.lindoai/mcp-server",
  "type": "mcp-server",
  "version": "1.0.17",
  "displayName": "Lindo AI",
  "description": "Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client.",
  "repository": {
    "url": "https://github.com/lindoai/mcp-server",
    "source": "github"
  },
  "homepage": "https://lindo.ai",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@lindoai/mcp-server",
        "version": "1.0.17",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "LINDO_API_KEY",
            "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,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://mcp.lindo.ai/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.lindoai/mcp-server",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.lindoai%2Fmcp-server/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Lindo AI — MCP Server 安装与配置 · AgentHub