weeek mcp for Cline
io.github.yolkins/weeek-mcp
Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.
client:Cline
transport:stdio
runtime:npm
Install weeek mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"weeek-mcp": {
"command": "npx",
"args": [
"-y",
"weeek-mcp"
],
"env": {
"WEEEK_ACCESS_TOKEN": "<WEEEK_ACCESS_TOKEN>",
"READ_ONLY": "<READ_ONLY>",
"ENABLED_TOOLS": "<ENABLED_TOOLS>",
"WEEEK_BASE_URL": "<WEEEK_BASE_URL>",
"WEEEK_TIMEOUT_MS": "<WEEEK_TIMEOUT_MS>",
"MAX_RESPONSE_CHARS": "<MAX_RESPONSE_CHARS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs