← Registry

Productivity

unremind.me

This MCP server allows users to submit reminders to public UnRemind entries and provides guidance on submission policies and limits.

2 endpoints2 known toolsFirst detected August 30, 2026Last detected September 6, 2026

ENDPOINT 1

https://unremind.me/mcp?src=mcp-registry

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.unremind-me]
url = "https://unremind.me/mcp?src=mcp-registry"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "unremind-me": {
      "type": "http",
      "url": "https://unremind.me/mcp?src=mcp-registry",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: unremind-me
Remote MCP URL: https://unremind.me/mcp?src=mcp-registry

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "unremind-me": {
      "url": "https://unremind.me/mcp?src=mcp-registry",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "unremind-me": {
      "type": "http",
      "url": "https://unremind.me/mcp?src=mcp-registry",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "unremind-me bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "unremind-me",
  "transport": "streamable-http",
  "url": "https://unremind.me/mcp?src=mcp-registry",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://unremind.me/mcp/submit?src=mcp-registry-submit

No auth detected

MCP server metadata

Name
unremind-me-submit
Version
1.0.0
Capabilities
toolspromptsresources
Server instructions

UnRemind.me Submit sends a reminder TO someone who published a public UnRemind.me page. No account or token needed. The recipient approves it before it enters their list. You need their username (the last part of their page link). There is no lookup tool on purpose — do not guess one. The person you are helping is the sender; you are the channel. Put THEIR name in submitter_name. If they have their own UnRemind.me account, the manage server at https://unremind.me/mcp does much more — listing and creating their reminders, context tags, delegated tasks, conflict checks, workload review. It needs a token they generate in the app: https://unremind.me/mcp/

Known tools 2

submit_unreminder

Sends a reminder to someone who has a public UnRemind.

Inferred read-only
get_submission_guidance

Explains what happens to a submitted Unreminder, what makes one likely to be accepted, sending limits, and what else UnRemind.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.unremind-me-submit]
url = "https://unremind.me/mcp/submit?src=mcp-registry-submit"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "unremind-me-submit": {
      "type": "http",
      "url": "https://unremind.me/mcp/submit?src=mcp-registry-submit"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: unremind-me-submit
Remote MCP URL: https://unremind.me/mcp/submit?src=mcp-registry-submit

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "unremind-me-submit": {
      "url": "https://unremind.me/mcp/submit?src=mcp-registry-submit"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "unremind-me-submit": {
      "type": "http",
      "url": "https://unremind.me/mcp/submit?src=mcp-registry-submit"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "unremind-me-submit",
  "transport": "streamable-http",
  "url": "https://unremind.me/mcp/submit?src=mcp-registry-submit"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.