T
Tiddly Wiki MCP
by @jjkavalam
MCP server by jjkavalam
Created 11/8/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
AI assited Tiddly Wiki Development
https://talk.tiddlywiki.org/t/develop-mcp-server-for-tw/12362/9?u=jjkavalam
Setup
The instructions below assume your AI Coding Agent is: GitHub Copilot running in Visual Studio Code.
- Place your TiddlyWiki at wiki/index.html
- Open your AI coding agent and add Playwright MCP server (see https://github.com/mcp)
- Ensure your AI coding agent can see the TiddlyWiki specific instructions (With GitHub Copilot, it will automatically pick them up from .github/)
Usage
Usage is simply to prompt your AI coding agent to perform any TiddlyWiki related tasks.
Some examples are below.
Example 1 - Create a new tiddler with some simply wiki text
In my Tiddlywiki i have some tiddlers that have "Question" in their title.
Create a new tiddler that will list all such tiddlers.
Also tell me how many such questions you find and what they are.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/jjkavalam/tiddly-wiki-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"jjkavalam-tiddly-wiki-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/jjkavalam/tiddly-wiki-mcp"
]
}
}
}