MCP.so
Sign In

LimeAI MCP Server (Python)

@liuwenlonghub

About LimeAI MCP Server (Python)

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

liuwenlonghub

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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)

Comments

More Other MCP servers