mcp-lindoai
OfficialThis server provides tools to create and manage AI-generated websites, pages, and blog posts on the Lindo AI platform, along with workspace, client, and credits management.
Website Management
Create AI-generated websites from text prompts (async workflow with status polling)
List, get, update, and delete websites
Manage custom domains (add/remove), website settings, analytics, and team members
Batch create up to 25 websites in a single request
Page Management
Create AI-generated pages or publish static HTML pages
List, get, update, update content, unpublish, and delete pages
Retrieve page HTML; batch create up to 25 pages at once
Blog Management
Create AI-generated blog posts or publish static Markdown blog posts
List, get, update, update content, unpublish, and delete blog posts
Retrieve blog HTML; batch create up to 25 blog posts at once
Client Management
Create, list, update, and delete clients
Assign websites to clients and generate magic login links
Workspace Management
Get and update workspace details (name, language, currency)
View workspace analytics and manage team members (add/remove)
Credits
View workspace and client credit balances
Allocate credits (monthly, purchased, or daily) to clients
Batch & Async Operations
Check the status of individual or up to 25 website, page, or blog creation workflows simultaneously
Schedule AI creation workflows for a future time using an ISO 8601
schedule_atparameter
@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.
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 |
|
Claude Code |
|
Cursor |
|
Kiro |
|
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.
Available Tools
Websites
create_website — Create a new website using AI from a text prompt
list_websites — List all websites in your workspace
Pages
create_page — Create a new page on a website 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, create_page, 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
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lindoai/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server