MCP Server
MCP
io.github.starecz/karea-mcp
Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "karea-mcp",
"version": "0.6.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Karea API key. Generate at https://karea.app/dashboard/settings?section=api-keys",
"isRequired": true,
"isSecret": true,
"name": "KAREA_API_KEY"
},
{
"description": "Karea base URL. Defaults to https://karea.app for the hosted service.",
"default": "https://karea.app",
"name": "KAREA_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment