PluginBench
MCP Server
Active
MIT

io.github.YOLKINS/weeek-mcp MCP Server

io.github.YOLKINS/weeek-mcp

What is the io.github.YOLKINS/weeek-mcp MCP server?

Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.

How to install io.github.YOLKINS/weeek-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WEEEK_ACCESS_TOKEN
    required
    secret

    Weeek Public API v1 access token. Required — the server refuses to start without it.

  • READ_ONLY

    Gate for the write tools. Defaults to 'true': a fresh install exposes only the ten read tools. Set to 'false' to additionally expose the five write tools (create/update/move/complete a task, set an MR link) — an explicit operator opt-in, never the default.

  • ENABLED_TOOLS

    Optional comma-separated allowlist of tool names to register (still subject to READ_ONLY). Pair with READ_ONLY=false for a granular write rollout, e.g. 'weeek_complete_task'.

  • WEEEK_BASE_URL

    Override the Weeek API base URL. Defaults to the public v1 endpoint.

  • WEEEK_TIMEOUT_MS

    Per-request timeout in milliseconds.

  • MAX_RESPONSE_CHARS

    Upper bound on the JSON length of a single tool response, protecting the agent's context window from unbounded list/detail payloads.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weeek-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "weeek-mcp"
      ],
      "env": {
        "WEEEK_ACCESS_TOKEN": "<YOUR_WEEEK_ACCESS_TOKEN>",
        "READ_ONLY": "<YOUR_READ_ONLY>",
        "ENABLED_TOOLS": "<YOUR_ENABLED_TOOLS>",
        "WEEEK_BASE_URL": "<YOUR_WEEEK_BASE_URL>",
        "WEEEK_TIMEOUT_MS": "<YOUR_WEEEK_TIMEOUT_MS>",
        "MAX_RESPONSE_CHARS": "<YOUR_MAX_RESPONSE_CHARS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "weeek-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "weeek-mcp"
      ],
      "env": {
        "WEEEK_ACCESS_TOKEN": "<YOUR_WEEEK_ACCESS_TOKEN>",
        "READ_ONLY": "<YOUR_READ_ONLY>",
        "ENABLED_TOOLS": "<YOUR_ENABLED_TOOLS>",
        "WEEEK_BASE_URL": "<YOUR_WEEEK_BASE_URL>",
        "WEEEK_TIMEOUT_MS": "<YOUR_WEEEK_TIMEOUT_MS>",
        "MAX_RESPONSE_CHARS": "<YOUR_MAX_RESPONSE_CHARS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "weeek-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "weeek-mcp"
      ],
      "env": {
        "WEEEK_ACCESS_TOKEN": "<YOUR_WEEEK_ACCESS_TOKEN>",
        "READ_ONLY": "<YOUR_READ_ONLY>",
        "ENABLED_TOOLS": "<YOUR_ENABLED_TOOLS>",
        "WEEEK_BASE_URL": "<YOUR_WEEEK_BASE_URL>",
        "WEEEK_TIMEOUT_MS": "<YOUR_WEEEK_TIMEOUT_MS>",
        "MAX_RESPONSE_CHARS": "<YOUR_MAX_RESPONSE_CHARS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "weeek-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "weeek-mcp"
      ],
      "env": {
        "WEEEK_ACCESS_TOKEN": "<YOUR_WEEEK_ACCESS_TOKEN>",
        "READ_ONLY": "<YOUR_READ_ONLY>",
        "ENABLED_TOOLS": "<YOUR_ENABLED_TOOLS>",
        "WEEEK_BASE_URL": "<YOUR_WEEEK_BASE_URL>",
        "WEEEK_TIMEOUT_MS": "<YOUR_WEEEK_TIMEOUT_MS>",
        "MAX_RESPONSE_CHARS": "<YOUR_MAX_RESPONSE_CHARS>"
      }
    }
  }
}
Claude Code
claude mcp add weeek-mcp --env WEEEK_ACCESS_TOKEN=<YOUR_WEEEK_ACCESS_TOKEN> --env READ_ONLY=<YOUR_READ_ONLY> --env ENABLED_TOOLS=<YOUR_ENABLED_TOOLS> --env WEEEK_BASE_URL=<YOUR_WEEEK_BASE_URL> --env WEEEK_TIMEOUT_MS=<YOUR_WEEEK_TIMEOUT_MS> --env MAX_RESPONSE_CHARS=<YOUR_MAX_RESPONSE_CHARS> -- npx -y weeek-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →