← Index

io.github.slima-ai/slima

io.github.slima-ai/slima·v0.1.13·Developer Tools
Quality Score
77
/100

MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.slima.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "slima": {
      "command": "npx",
      "args": [
        "-y",
        "slima-mcp"
      ],
      "env": {
        "SLIMA_API_TOKEN": "<slima_api_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "slima": {
      "command": "npx",
      "args": [
        "-y",
        "slima-mcp"
      ],
      "env": {
        "SLIMA_API_TOKEN": "<slima_api_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y slima-mcp
§02  Environment variables
SLIMA_API_TOKEN

Your Slima API token (starts with slima_). Get it from https://app.slima.ai/settings

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools