Wekan Mcp

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

what is Wekan MCP?

Wekan MCP is a server project designed to facilitate the management of Wekan instances by automating the generation of API tokens and environment configuration.

how to use Wekan MCP?

To use Wekan MCP, run the provided scripts for your platform to generate your Wekan API token and configure your environment. You can also manually configure the environment by editing the .env file.

key features of Wekan MCP?

  • Automatic generation of Wekan API tokens
  • Easy environment configuration through scripts
  • Testing and debugging tools for the MCP server

use cases of Wekan MCP?

  1. Simplifying the setup of Wekan instances for developers.
  2. Automating token management for Wekan users.
  3. Facilitating development and debugging of Wekan applications.

FAQ from Wekan MCP?

  • How do I generate an API token?

You can generate an API token by running the appropriate script for your platform (Windows or Linux/macOS).

  • Can I configure Wekan MCP manually?

Yes! You can manually configure the environment by copying the .env.example file and filling in your details.

  • What is the MCP Inspector?

The MCP Inspector is a tool for development and debugging the MCP server.

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"
    }
  }
}
Project Info
Created At
7 months ago
Updated At
7 months ago
Author Name
namar0x0309
Star
-
Language
-
License
-

Recommend Servers

View All
Payai X402 Tools

an hour ago
Payai X402 Tools

an hour ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago