Mmcp.market

Karea MCP server

by starecz·io.github.starecz/karea-mcp·v0.10.0

Karea task manager - 12 tools covering 69 actions, for Claude Code, Cursor, and other MCP clients.

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

1 stars211 downloads/wk

Reviews

Write one

Nobody has reviewed Karea yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Karea tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Karea repository's README, as published. We do not edit it. Read it on GitHub

karea-mcp

The MCP server for Karea. <!-- SYNC:TOOLCOUNT -->12<!-- /SYNC:TOOLCOUNT --> 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.

What you can do with it

  • Create / edit / close / delete tasks and subtasks from inside Claude Code while it codes
  • Read and write long-form markdown on any task (perfect for solution design + investigation notes)
  • Track open questions per task and answer them later
  • Attach resources (file references, links) to tasks
  • Link tasks to Jira and back
  • Get a productivity recap across a date range
  • Manage categories, projects, and project sharing

Install

npx karea-mcp

Configure (Claude Code)

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 .

Configure (Cursor)

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"
      }
    }
  }
}

Tool catalogue

<!-- SYNC:TOOLCATALOGUE --> 12 tools covering 69 actions** (regenerated by scripts/sync-metadata.mjs).

Each tool takes an action and a params object. Set KAREAMCPLEGACY_TOOLS=1 to go back to registering all 69 actions as individual tools.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y karea-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add karea-mcp -- npx -y karea-mcp
Add to Cursor

Karea: common questions

Is Karea MCP server safe?
Mostly: it is graded B (83/100). Read the Karea safety report
How do I install Karea?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Karea need an API key?
Yes. The registry entry asks for KAREA_API_KEY.
Is Karea maintained?
The last commit was 2 days ago (2026-09-22). The latest release is v0.10.0.
What can I use instead of Karea?
Servers from other publishers that do the same job: Better Notion MCP server, Amazing Marvin (complete) MCP server and Kelvia MCP server. Compare all Karea alternatives.

Alternatives to Karea

Same job from other publishers: the closest match first, then the best rated.

All Karea alternatives →
  • Better Notion
    Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
    C
  • Amazing Marvin (complete)
    Amazing Marvin task manager: complete public-API coverage (38 tools) with built-in rate limiting
    B
  • Kelvia
    Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
    A

More from starecz