# Lindoai Mcp Server

> Lindo AI MCP Server — Create websites, pages, and blog posts with AI from Claude, Cursor, Kiro, and other MCP clients

- **Type:** MCP server
- **Install:** `agentstack add mcp-lindoai-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [lindoai](https://agentstack.voostack.com/s/lindoai)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [lindoai](https://github.com/lindoai)
- **Source:** https://github.com/lindoai/mcp-server
- **Website:** https://lindo.ai

## Install

```sh
agentstack add mcp-lindoai-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# @lindoai/mcp-server

MCP (Model Context Protocol) server for [Lindo AI](https://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](https://registry.modelcontextprotocol.io/?q=io.github.lindoai%2Fmcp-server) as **`io.github.lindoai/mcp-server`**.

[](https://glama.ai/mcp/servers/lindoai/mcp-server) [](https://smithery.ai/servers/lindoai/mcp-server)

## Setup

Add to your MCP client configuration:

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

### Where to add this config

| Client | Config 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` |
| Windsurf | MCP settings in IDE |

### Getting your API key

1. Go to [app.lindo.ai](https://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

- [Lindo AI](https://lindo.ai)
- [API Documentation](https://lindo.ai/docs)
- [Dashboard](https://app.lindo.ai)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [lindoai](https://github.com/lindoai)
- **Source:** [lindoai/mcp-server](https://github.com/lindoai/mcp-server)
- **License:** MIT
- **Homepage:** https://lindo.ai

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-lindoai-mcp-server
- Seller: https://agentstack.voostack.com/s/lindoai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
