mcp-task-server

harshpahurkar/mcp-task-server
★ 0 stars TypeScript 🗄️ Database Updated today
MCP server: typed read-only tools for AI agents to access SQLite tasks, notes, and records via stdio or HTTP
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-task-server": {
      "command": "npx",
      "args": [
        "-y",
        "harshpahurkar/mcp-task-server"
      ]
    }
  }
}

README Excerpt

<h1 align="center">MCP Task Server</h1> <p align="center"> <em>Read-only Model Context Protocol server — lets AI agents inspect local SQLite tasks, notes, and records through six typed tools, with every bad LLM tool call rejected before it reaches the database.</em> </p> <p align="center"> <img src="https://img.shields.io/badge/node-22%2B-339933?logo=node.js&logoColor=white&style=flat-square" alt="Node 22+" />

Tools (6)

get_noteget_tasklist_tasksread_recordsearch_notestask_summary