Submit

Wekan Mcp

@namar0x0309

MCP server for https://github.com/wekan/wekan! It also includes scripts to automatically generate Wekan API tokens and configure your environment.

Tools

Server Config

{
  "mcpServers": {
    "wekan-username": {
      "command": "node",
      "args": [
        "dist/server.js"
      ],
      "env": {
        "WEKAN_BASE_URL": "https://wekan.namar0x0309.com",
        "WEKAN_USERNAME": "username",
        "WEKAN_PASSWORD": "password!"
      },
      "transport": "stdio"
    },
    "wekan": {
      "command": "node",
      "args": [
        "dist/server.js"
      ],
      "env": {
        "WEKAN_BASE_URL": "https://wekan.namar0x0309.com",
        "WEKAN_API_TOKEN": "thetokenyougetfrom_get-wekan-token_script"
      },
      "transport": "stdio"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.