on this day mcp for Cursor
io.github.mrfentmen/on-this-day-mcp
Historic births, deaths, and events for any date from Wikipedia. No key required.
client:Cursor
transport:stdio
runtime:npm
Install on this day mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"on-this-day-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"on-this-day-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs