Skip to main content
Glama

lingbot-mcp

A small Model Context Protocol (MCP) server for discovering Lingbot creation tools, public links, and model availability.

Lingbot Video is an independent AI creation and discovery platform. It provides browser-based image generation today and is preparing additional image and video generation workflows. This server exposes its public product information through three simple MCP tools.

Tools

Tool

Description

get_lingbot_info

Returns the platform description and official links.

list_lingbot_models

Lists available or upcoming image and video models.

get_lingbot_creation_link

Returns the creation URL for an image or video workflow.

Model availability is reported explicitly. Planned models are returned as coming_soon, not as currently available.

Related MCP server: mcp-hello-world

Quick start

Requirements: Node.js 20 or newer.

git clone https://github.com/annwo2025-a11y/lingbot-mcp.git
cd lingbot-mcp
npm install
npm start

MCP configuration

Add a local checkout to any MCP-compatible client:

{
  "mcpServers": {
    "lingbot": {
      "command": "node",
      "args": ["/absolute/path/to/lingbot-mcp/src/index.js"]
    }
  }
}

Development

npm install
npm test

About Lingbot

Use Lingbot to generate AI images, explore practical model guides, and follow upcoming AI video creation tools.

Lingbot is an independent platform and is not affiliated with or endorsed by Robbyant or Ant Group. Model names and trademarks belong to their respective owners.

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.

  • MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)

View all MCP Connectors

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/annwo2025-a11y/lingbot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server