← tiddly.me

INDIVIDUAL MCP TOOL

create_bookmark

Create a new bookmark.

tiddly.menone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

tiddly.me

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.tiddly-me]
url = "https://content-mcp.tiddly.me/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tiddly-me": {
      "type": "http",
      "url": "https://content-mcp.tiddly.me/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tiddly-me
Remote MCP URL: https://content-mcp.tiddly.me/mcp

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": {
    "tiddly-me": {
      "url": "https://content-mcp.tiddly.me/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tiddly-me": {
      "type": "http",
      "url": "https://content-mcp.tiddly.me/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tiddly-me",
  "transport": "streamable-http",
  "url": "https://content-mcp.tiddly.me/mcp"
}
MCP Inspector

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

Related tools

  • search_items — Search bookmarks and notes using full-text search (English stemming + ranking) combined with substring matching.
  • list_filters — List filters relevant to bookmarks and notes.
  • get_item — Get a bookmark or note by ID.
  • edit_content — Replace exact text in the content field via old_str/new_str substitution.
  • search_in_content — Search within an item's text for matches with line numbers and surrounding context.
  • update_item — Rewrite, restructure, or fully replace an item's content, and/or update metadata (title, description, tags, url).
  • create_note — Create a new note.
  • create_relationship — Link two content items together.