Server data from the Official MCP Registry
Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients.
Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients.
This MCP server is well-structured and properly implements authentication via API key. The codebase demonstrates good security practices with proper input validation via Zod schemas, safe command construction with the `q()` quoting function to prevent injection, and appropriate error handling. Permissions align with the server's purpose as a task management client for Karea. Minor code quality observations exist but do not constitute security vulnerabilities. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: KAREA_API_KEY
Environment variable: KAREA_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-starecz-karea-mcp": {
"env": {
"KAREA_URL": "your-karea-url-here",
"KAREA_API_KEY": "your-karea-api-key-here"
},
"args": [
"-y",
"karea-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
The MCP server for Karea. 49 tools so Claude Code, Cursor, and any other MCP-compatible client can create, edit, close, recap, link, and otherwise manage your tasks while you code.
npx karea-mcp
Add to ~/.claude.json (or run claude mcp add):
{
"mcpServers": {
"karea": {
"command": "npx",
"args": ["-y", "karea-mcp"],
"env": {
"KAREA_API_KEY": "your_key_here",
"KAREA_URL": "https://karea.app"
}
}
}
}
Get your API key at https://karea.app/dashboard/settings?section=api-keys.
Add to .cursor/mcp.json in your project, or to ~/.cursor/mcp.json globally:
{
"mcpServers": {
"karea": {
"command": "npx",
"args": ["-y", "karea-mcp"],
"env": {
"KAREA_API_KEY": "your_key_here"
}
}
}
}
49 tools (regenerated by scripts/sync-metadata.mjs):
karea_add_notekarea_add_requisitekarea_answer_questionkarea_askkarea_close_taskkarea_create_categorykarea_create_projectkarea_create_questionkarea_create_resourcekarea_create_subtaskkarea_create_taskkarea_delete_categorykarea_delete_notekarea_delete_projectkarea_delete_questionkarea_delete_requisitekarea_delete_resourcekarea_delete_taskkarea_doingkarea_donekarea_edit_notekarea_edit_questionkarea_edit_taskkarea_get_contextkarea_get_jira_linkkarea_get_markdownkarea_get_resourcekarea_link_jirakarea_link_resource_to_taskkarea_link_sessionkarea_list_noteskarea_list_projectskarea_list_questionskarea_list_resourceskarea_list_sessionskarea_list_subtaskskarea_list_taskskarea_quick_taskkarea_recapkarea_set_contextkarea_set_markdownkarea_share_projectkarea_toggle_requisitekarea_unlink_jirakarea_unlink_resource_from_taskkarea_unlink_sessionkarea_update_resourcekarea_upload_resourcekarea_view_taskYou: I'm starting on the auth bug.
Claude (via karea-mcp): karea_doing("auth bug")
--> status set to in_progress
You: Add a closing requisite: must pass the failing test.
Claude: karea_add_requisite(...)
You (later): I fixed it.
Claude: karea_toggle_requisite(...) then karea_done("auth bug")
MIT. See LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.