🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@lindoai/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lindoai/mcp-server

Lindo AI MCP server for Claude Desktop — create websites, pages, and blogs with AI

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

@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

  • Go to app.lindo.ai
  • Navigate to Workspace Settings → API Keys
  • Create a new API key
  • 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

Keywords

mcp

FAQs

Package last updated on 29 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts