MCP.so
Sign In

Reclaim.ai MCP Server 🚀

@jj3ny

About Reclaim.ai MCP Server 🚀

A Model Context Protocol (MCP) server implementation using TypeScript

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "reclaim-mcp-server": {
      "command": "node",
      "args": [
        "dist/index.js"
      ],
      "env": {
        "RECLAIM_API_KEY": "your_api_key"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Reclaim.ai MCP Server 🚀?

A community-maintained Model Context Protocol (MCP) server that enables MCP-capable clients like Claude Desktop and Cursor to interact with the Reclaim.ai API through resources and tools. It is unofficial and not affiliated with Reclaim.ai.

How to use Reclaim.ai MCP Server 🚀?

Run the server via npx with a Reclaim API key, or install from source with Node.js ≥18. Configure your MCP client (e.g., Claude Desktop) with the command and environment variable shown in the quick-start configuration.

Key features of Reclaim.ai MCP Server 🚀

  • Active-tasks resource for current tasks
  • 14 task-operation tools for full CRUD
  • Type-safe with TypeScript and Zod
  • Solid error-handling throughout
  • Zero-config stdio transport for local use

Use cases of Reclaim.ai MCP Server 🚀

  • Manage tasks through natural language in Claude Desktop
  • Automate task creation and updates with AI scripts
  • Retrieve and filter active tasks via LLM prompts
  • Log work time and control timers programmatically

FAQ from Reclaim.ai MCP Server 🚀

Is this server official or endorsed by Reclaim.ai?

No, it is unofficial and not affiliated with, sponsored, or supported by Reclaim.ai. Use at your own risk and comply with Reclaim

Frequently asked questions

Is this server official or endorsed by Reclaim.ai?

No, it is unofficial and not affiliated with, sponsored, or supported by Reclaim.ai. Use at your own risk and comply with Reclaim

Comments

More Other MCP servers