Skip to main content
Glama

joplin-mcp-server

MIT License
10
1
  • Apple
  • Linux
claude-desktop-config-example.json437 B
{ "_comment": "Example Claude Desktop configuration using command-line arguments with environment variable expansion", "mcpServers": { "joplin": { "command": "npx", "args": [ "joplin-mcp-server", "--port", "${JOPLIN_PORT}", "--token", "${JOPLIN_TOKEN}" ], "env": { "JOPLIN_PORT": "41184", "JOPLIN_TOKEN": "your_actual_token_here" } } } }

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