LimeAI MCP Server
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., "@LimeAI MCP Serverwrite a haiku about coding"
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.
LimeAI MCP Server (Python)
环境要求
Python 3.10 或更高版本。
1. 设置环境
首先,我们来安装uv:
MacOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | shWindows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Related MCP server: MCP Server Sample
2. 获取 LimeAI MCP Server
# LimeAI Mcp Server 官方开源仓库下载
git@github.com:liuwenlonghub/limeai-mcp-server.git
cd limeai-mcp-server
# 创建虚拟环境并激活
uv venv
source .venv/bin/activate
# 安装依赖
uv add "mcp[cli]" httpx
获取 LIMEAI_ACCESS_TOKEN
登录 LimeAI(www.limeai.net) > 个人资料 > 访问令牌
3. 在Cursor中使用
Cursor -> Preferences -> Cursor Settings -> MCP -> Add new global MCP
添加以下配置内容(其它MCP客户端类似):
{
"mcpServers": {
"limeai-mcp-server": {
"command": "uv",
"args": [
"--directory",
"{YOUR_PATH}/limeai-mcp-server/",
"run",
"main.py"
],
"env": {
"LIMEAI_ACCESS_TOKEN": "<USER_LIMEAI_ACCESS_TOKEN>"
}
}
}
}
回到配置,此时 LimeAI MCP Server已经启用
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
- AlicenseBqualityDmaintenanceAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server for integrating with various LLM clients like Claude Desktop.1161MIT
- AlicenseBqualityDmaintenanceAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server integrating with various LLM clients.2MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server that bridges MCP clients with local LLM services, enabling seamless integration with MCP-compatible applications through standard tools like chat completion, model listing, and health checks.
- Alicense-qualityDmaintenanceModel Context Protocol server that standardizes tool discovery, execution, and context management for AI applications.MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
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/liuwenlonghub/limeai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server