lingbot-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lingbot-mcpWhat image models are currently available?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Returns the platform description and official links. |
| Lists available or upcoming image and video models. |
| 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 startMCP 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 testAbout 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
This server cannot be installed
Maintenance
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
- Alicense-qualityDmaintenanceThis MCP server provides tools like weather lookup and follows the Model Context Protocol for tool calling, resource sharing, and prompt templates.Last updated321MIT
- Alicense-qualityDmaintenanceA learning-focused MCP server with two tools: a static 'hello' tool and a 'polyglot' tool that uses LangChain to detect language and return structured JSON.Last updated34,778MIT
- Flicense-qualityCmaintenanceA custom MCP server with 6 utility tools (file search, file reading, math calculation, JSON formatting, time query, system info) that demonstrates MCP protocol workflow and integrates with LangChain agents.Last updated
- Alicense-qualityCmaintenanceConfigurable MCP server that lets you define LLM-powered tools via JSON, enabling easy integration of multiple models (GPT, Gemini, Claude, etc.) as MCP tools without writing Python code.Last updated6MIT
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)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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