taskpaper-mcp MCP Server
brokosz/taskpaper-mcp
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
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
Contributors medium impact
Dependents medium impact
Matched Queries
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.