MCP.so
登录

LimeAI MCP Server (Python)

@liuwenlonghub

关于 LimeAI MCP Server (Python)

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

liuwenlonghub

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "limeai-mcp-server": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is LimeAI MCP Server (Python)?

A Python-based MCP server that integrates with the LimeAI platform (www.limeai.net). It requires Python 3.10 or higher and uses uv for dependency management. The server is configured via a LimeAI access token and can be used with MCP-compatible clients like Cursor.

How to use LimeAI MCP Server (Python)?

Install uv, clone the official repository, create and activate a virtual environment, then install dependencies with uv add "mcp[cli]" httpx. Obtain a LimeAI access token from your LimeAI account profile. Configure the server in Cursor (or similar MCP clients) by adding a JSON entry with the command uv --directory {YOUR_PATH}/limeai-mcp-server/ run main.py and setting the LIMEAI_ACCESS_TOKEN environment variable.

Key features of LimeAI MCP Server (Python)

  • Integrates with the LimeAI platform via MCP protocol.
  • Requires Python 3.10 or later.
  • Uses uv for fast and reliable package management.
  • Authenticates using a LimeAI access token.
  • Easily configurable in Cursor and other MCP clients.

Use cases of LimeAI MCP Server (Python)

FAQ from LimeAI MCP Server (Python)

评论

其他 分类下的更多 MCP 服务器