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.
WEEEK_ACCESS_TOKENrequiredsecretWeeek Public API v1 access token. Required — the server refuses to start without it.
READ_ONLYGate 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_TOOLSOptional 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_URLOverride the Weeek API base URL. Defaults to the public v1 endpoint.
WEEEK_TIMEOUT_MSPer-request timeout in milliseconds.
MAX_RESPONSE_CHARSUpper bound on the JSON length of a single tool response, protecting the agent's context window from unbounded list/detail payloads.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
World Monitor
Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.
Netdata
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Trending hip-hop artist momentum scores across four cultural dimensions.
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.