Back to Browse

Lindoai MCP Server

by Lindoai
Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://mcp.lindo.ai/mcp

Security Report

4.2
Use Caution4.2High Risk

This MCP server is a legitimate client for the Lindo AI API with appropriate authentication requirements and reasonable permissions. The code implements a three-tier auth fallback (env var → config file → browser login) and uses proper Bearer token handling. However, several code quality and security practice issues lower the score: the browser login stores API keys unencrypted on disk, there is no input validation on user-provided data before sending to the API, and error handling could be more robust. Despite these concerns, no malicious patterns or critical vulnerabilities were identified, and the permissions align with the server's stated purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

system_info

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: LINDO_API_KEY

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

@lindoai/mcp-server

MCP (Model Context Protocol) server for Lindo AI — create websites, pages, and blog posts with AI directly from Claude, Cursor, Kiro, Windsurf, and other MCP-compatible tools.

Listed in the official MCP Registry as io.github.lindoai/mcp-server.

mcp-server MCP server smithery badge

Setup

Add to your MCP client configuration:

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

Where to add this config

ClientConfig file
Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
Claude Code.claude/settings.json
Cursor.cursor/mcp.json
Kiro.kiro/settings/mcp.json
WindsurfMCP settings in IDE

Getting your API key

  1. Go to app.lindo.ai
  2. Navigate to Workspace Settings → API Keys
  3. Create a new API key
  4. Copy the key and paste it as LINDO_API_KEY

Requires a Business or Whitelabel plan.

Available Tools

Websites

  • create_website — Create a new website using AI from a text prompt
  • list_websites — List all websites in your workspace

Pages

  • edit_website — Edit an existing website (across its pages) using AI
  • publish_blog — Publish a static blog post with markdown content

Blog

  • create_blog — Generate a blog post on a website using AI

Clients

  • create_client — Create a new client
  • list_clients — List all clients
  • assign_website — Assign a website to a client
  • generate_magic_link — Generate a client login link

Credits

  • allocate_credits — Allocate credits to a client

Scheduling

The create_website, edit_website, and create_blog tools support an optional schedule_at parameter (ISO 8601 datetime) to schedule the workflow for a future time.

Remote MCP Server

You can also connect via the remote MCP endpoint without installing anything:

https://mcp.lindo.ai/mcp

Links

Reviews

No reviews yet

Be the first to review this server!

Lindoai MCP Server - Create and manage Lindo AI websites, pages, blogs, clients, | MCP Marketplace