Skip to main content
Glama

joplin-mcp-server

MIT License
10
1
  • Apple
  • Linux
claude-desktop-config-env-only.json544 B
{ "_comment": "Example Claude Desktop configuration using environment variables only (recommended approach)", "_instructions": [ "1. Set JOPLIN_TOKEN in your system environment: export JOPLIN_TOKEN=your_actual_token_here", "2. Update your claude_desktop_config.json with this configuration", "3. Restart Claude Desktop" ], "mcpServers": { "joplin": { "command": "npx", "args": ["joplin-mcp-server"], "env": { "JOPLIN_PORT": "41184", "JOPLIN_TOKEN": "${JOPLIN_TOKEN}" } } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jordanburke/joplin-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server