AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Aayush9029 Mcp Server

mcp-aayush9029-mcp-server · by Aayush9029

MCP SERVER

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add mcp-aayush9029-mcp-server

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-aayush9029-mcp-server)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Aayush9029 Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

> [!NOTE] > iOS app can be downloaded here > > https://apps.apple.com/app/apple-store/id6746345658

MCP Client for iOS

[](https://github.com/Aayush9029/mcp-server/actions/workflows/auto-release.yml) [](https://github.com/Aayush9029/mcp-server/actions/workflows/pages/pages-build-deployment) [](https://pypi.org/project/task-mcp/)

Verified with

Task Management MCP Server

Bridge AI assistants with real-world task management

This MCP server connects Claude Desktop, Cursor, and other AI tools to a powerful task management API, enabling intelligent workflows that create, update, and track tasks automatically on your iPhone.

What You Can Do

  • Ask Claude to create tasks during coding sessions
  • Let Cursor update task status as it completes work
  • Get notifications on your iPhone when AI assistants finish tasks
  • Track progress across multiple AI tools and automation scripts
  • Manage priorities with AI-suggested urgency levels

Perfect for developers who want their AI assistants to collaborate on real projects with automatic task tracking and mobile notifications.

Quick Start

1. Get Your API Key

Download the iOS app here

2. Choose Your Setup

For Claude Desktop (Recommended)

Add this to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "task-manager": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://task-mcp-server.aayushpokharel9029.workers.dev/sse?apiKey=YOUR_API_KEY"
      ]
    }
  }
}
For Cursor or Other MCP Clients
{
  "mcpServers": {
    "task-manager": {
      "url": "https://task-mcp-server.aayushpokharel9029.workers.dev/sse?apiKey=YOUR_API_KEY"
    }
  }
}

Replace YOUR_API_KEY with your actual API key.

3. Start Using It

Once configured, your AI assistant can:

  • "Create a high-priority task to review the pull request"
  • "Show me all pending tasks"
  • "Mark the deployment task as completed"
  • "Update the bug fix to urgent priority"

Available Tools

The server provides these capabilities to AI assistants:

create_task

Create new tasks with title, description, priority, and notification settings.

list_tasks

View all tasks with optional filtering by status, priority, or date.

get_task

Get detailed information about any specific task.

update_task

Modify task properties including status, priority, and description.

delete_task

Remove completed or cancelled tasks.

Technical Details

Documentation

API Details

  • Authentication: API key via X-API-Key header
  • Supported Priorities: LOW, MEDIUM, HIGH, URGENT
  • Supported Statuses: TODO, IN_PROGRESS, DONE, CANCELLED

Security & Privacy

  • API Key Isolation: Each key maintains completely separate task data
  • No Cross-Access: Tasks are never shared between different API keys
  • Secure Communication: All requests require authentication headers
  • Real-time Updates: Changes sync instantly to your iPhone app

Need Help?

If your AI assistant isn't connecting:

  1. Check that your API key is correctly formatted
  2. Verify the configuration file location
  3. Restart your MCP client after configuration changes

For issues or feature requests, visit the GitHub Issues.


GitHub: @Aayush9029 • Twitter: @aayushbuilds

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.