
Lindo AI
from lindoai
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.
@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.
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/mcpLinks
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
| 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
- 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.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ