← Back to Plugins
MCP Server MCP

io.github.slima-ai/slima

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.slima.ai/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "slima-mcp",
      "version": "0.1.13",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Slima API token (starts with slima_). Get it from https://app.slima.ai/settings",
          "name": "SLIMA_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...