Google PageRank for AI agents. 25,000+ tools indexed.

taskpaper-mcp MCP Server

brokosz/taskpaper-mcp

Score: 53.3 Rank #61 MCP Server
Are you the maintainer of brokosz/taskpaper-mcp? Claim this listing →

MCP server for reading and writing TaskPaper plain text files.

Add AgentRank to Claude Code Discover and compare tools like brokosz/taskpaper-mcp — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

brokosz/taskpaper-mcp is a JavaScript MCP server licensed under MIT. MCP server for reading and writing TaskPaper plain text files.

Ranked #61 out of 109 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

JavaScript MIT

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for brokosz/taskpaper-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/brokosz--taskpaper-mcp)](https://agentrank-ai.com/tool/brokosz--taskpaper-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/brokosz--taskpaper-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/brokosz--taskpaper-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="brokosz/taskpaper-mcp"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# taskpaper-mcp

MCP server for reading and writing [TaskPaper](https://www.taskpaper.com) plain text files. No AppleScript needed, works directly with the `.taskpaper` file format.

## Install

```bash
npm install -g taskpaper-mcp
```

Or use without installing:

```bash
npx taskpaper-mcp
```

## Configuration

Set `TASKPAPER_DIR` to the directory containing your `.taskpaper` files. If not set, defaults to `$HOME`.

### Kiro CLI / Claude Desktop / any MCP client

```json
{
  "mcpServers": {
    "taskpaper": {
      "command": "npx",
      "args": ["taskpaper-mcp"],
      "env": {
        "TASKPAPER_DIR": "/path/to/your/taskpaper/files"
      }
    }
  }
}
```

## Tools

| Tool | Description |
|------|-------------|
| `list_files` | List all `.taskpaper` files in the configured directory |
| `list_projects` | List all projects with task/done counts |
| `list_tasks` | List tasks, filter by project, tag, or done status |
| `list_tags` | List all unique tags with distinct value counts and
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.