mcpbeat Sign in

Ithura MCP Server

local only

Ithura runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from npm. Last commit 9 Aug 2026.

Manage tasks, sprints, projects, and wiki pages in your Ithura workspace.

Installs per day peak 255 · avg 8
a month agotoday
71
Installs / week
npm · ithura-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Ithura every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y ithura-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "ithura-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "ithura-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "ithura-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "ithura-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ithura

same job, measured the same way
Shortcut
by mcparmory

Track stories, organize sprints, and manage project workflows across your team

318 installs/wk local only
Asana
by mcparmory

Manage tasks, projects, portfolios, and team workflows

333 installs/wk local only
Clickup
by mcparmory

Manage tasks, lists, checklists, comments, and project workflows

320 installs/wk local only
Jira
by waystation

Track issues, manage projects, and streamline workflows in Jira.

answering
Runlane
by runlane

Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.

answering
Atlassian Jira
by mcparmory

Create, search, and manage issues, projects, and team workflows

321 installs/wk local only
Pencil
by pencilink

Manage tasks, projects, roadmaps, files, meetings, and team workflows with AI tools.

answering
Sleekplan
by sleekplan

Manage customer feedback, roadmap, changelog, and surveys in your Sleekplan workspace.

answering

Ithura — questions

Answers built from our own checks of this server.

Why is there no uptime for Ithura?
Ithura runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ithura-mcp was installed 71 times last week.
How do I connect Ithura?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ithura-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ithura?
The npm package ithura-mcp was installed 71 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ithura open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.