What is the io.github.starecz/karea-mcp MCP server?
Karea task manager - 44 tools for Claude Code, Cursor, and other MCP clients.
How to install io.github.starecz/karea-mcp
Copy-paste configuration for popular MCP clients.
KAREA_API_KEYrequiredsecretYour Karea API key. Generate at https://karea.app/dashboard/settings/api-keys
KAREA_URLKarea base URL. Defaults to https://karea.app for the hosted service.
{
"mcpServers": {
"karea-mcp": {
"command": "npx",
"args": [
"-y",
"karea-mcp"
],
"env": {
"KAREA_API_KEY": "<YOUR_KAREA_API_KEY>",
"KAREA_URL": "<YOUR_KAREA_URL>"
}
}
}
}{
"mcpServers": {
"karea-mcp": {
"command": "npx",
"args": [
"-y",
"karea-mcp"
],
"env": {
"KAREA_API_KEY": "<YOUR_KAREA_API_KEY>",
"KAREA_URL": "<YOUR_KAREA_URL>"
}
}
}
}{
"mcpServers": {
"karea-mcp": {
"command": "npx",
"args": [
"-y",
"karea-mcp"
],
"env": {
"KAREA_API_KEY": "<YOUR_KAREA_API_KEY>",
"KAREA_URL": "<YOUR_KAREA_URL>"
}
}
}
}{
"servers": {
"karea-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"karea-mcp"
],
"env": {
"KAREA_API_KEY": "<YOUR_KAREA_API_KEY>",
"KAREA_URL": "<YOUR_KAREA_URL>"
}
}
}
}claude mcp add karea-mcp --env KAREA_API_KEY=<YOUR_KAREA_API_KEY> --env KAREA_URL=<YOUR_KAREA_URL> -- npx -y karea-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.