Catalog
io.github.Goran-Arsov/freshjots-mcp
Officialby Goran-Arsov · JavaScript
Fresh Jots
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Read and write notes in Fresh Jots application via Claude and other MCP clients.
Topics
claudemcpmodel-context-protocolnotesproductivity
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
FRESHJOTS_TOKENrequiredsecretFresh Jots API token. Create one at https://freshjots.com/settings/api_tokens (Pro or Team plan).
claude_desktop_config.json
{
"mcpServers": {
"freshjots-mcp": {
"command": "npx",
"args": [
"-y",
"freshjots-mcp@0.1.3"
],
"env": {
"FRESHJOTS_TOKEN": "<YOUR_FRESHJOTS_TOKEN>"
}
}
}
}