karea mcp for Cursor
io.github.starecz/karea-mcp
Karea task manager - 12 tools covering 69 actions, for Claude Code, Cursor, and other MCP clients.
client:Cursor
transport:stdio
runtime:npm
Install karea mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"karea-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"karea-mcp"
],
"env": {
"KAREA_API_KEY": "<KAREA_API_KEY>",
"KAREA_URL": "<KAREA_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs