Loading MCP server directory, please wait...
Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.
npx @getmcp/cli add io.github.YOLKINS/weeek-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
WEEEK_ACCESS_TOKENWeeek Public API v1 access token. Required — the server refuses to start without it.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.YOLKINS/weeek-mcp": {
"command": "npx",
"args": [
"-y",
"weeek-mcp"
],
"env": {
"WEEEK_ACCESS_TOKEN": "",
"READ_ONLY": "true",
"ENABLED_TOOLS": "",
"WEEEK_BASE_URL": "https://api.weeek.net/public/v1",
"WEEEK_TIMEOUT_MS": "30000",
"MAX_RESPONSE_CHARS": "65536"
}
}
}
}