Tiddly MCP
Connects AI agents to TiddlyWiki through the Model Context Protocol, enabling listing, searching, filtering, creating, updating, and deleting tiddlers. Defaults to read-only mode with optional write permissions.
README
Tiddly MCP
Tiddly MCP is a Model Context Protocol plugin for TiddlyWiki that lets you connect AI agents to your TiddlyWiki.
WARNING: This plugin is a work in progress.
This plugin is tested and works with:
The plugin only supports server (Node.JS-hosted) versions of TiddlyWiki.
This plugin provides the following tools to AI agents via MCP:
| Name | Description | Arguments |
|---|---|---|
list_tiddlers |
List all tiddlers or filter them using a filter expression. | filter, limit, includeSystem, includeDetails |
read_tiddler |
Read a tiddler by title. | title |
search_tiddlers |
Search for tiddlers containing specific text. | query, field, caseSensitive |
write_tiddler |
Create or update a tiddler by title. | title, text, tags, type, username |
delete_tiddler |
Deletes a tiddler by title. | title |
The plugin defaults to read only mode. The update and delete tiddler tools are off by default.
Installation
This plugin only works with server (hosted on Node.JS) TiddlyWikis.
- Drag and drop
$__plugins_rryan_tiddly-mcp.jsoninto your Node.JS-hosted TiddlyWiki and import the tiddler, or copy thetiddly-mcpfolder into your TiddlyWiki plugin path. - Open the plugin configuration and customize the port and other settings.
- Restart your server and confirm you see
[MCP] TiddlyWiki MCP Server started on port XXXXin your logs.
Authentication
For now, we recommend not exposing this MCP server to the Internet. You can use the plugin locally with Gemini CLI, Claude Code, or Claude Desktop without any security risks.
If you do expose the plugin to the Internet, we recommend:
- Set it up behind a reverse proxy, just like your Node.JS-hosted TiddlyWik is.
- Use HTTP Basic Authentication to protect access. Most clients support custom
headers that allow you to provide a
Authentication: Basic asdf1234authentication header. - Set the CORS allowed hosts to the domain name you are hosting it on.
- Use a path other than
https://example.com/mcpto avoid attackers scanning for MCP servers.
Developing
To build the plugin JSON and folder:
pnpm install
pnpm build:folder
To run the tests:
pnpm run test
Acknowledgements
- This plugin was initially authored by Claude Code and Gemini CLI.
- Thanks to https://github.com/tiddly-gittly/Modern.TiddlyDev for the nice TypeScript starter kit for TiddlyWiki plugin development.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.