Serversio.github.alondmnt/joplin-mcp
M

Joplin MCP Server

io.github.alondmnt/joplin-mcp · v0.7.1
▦ pypi
v0.7.1pypi pypi: joplin-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.alondmnt/joplin-mcp",
  "description": "FastMCP server exposing Joplin notes, notebooks, tags, and imports.",
  "title": "Joplin MCP Server",
  "repository": {
    "url": "https://github.com/alondmnt/joplin-mcp",
    "source": "github",
    "id": "1014858649"
  },
  "version": "0.7.1",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "joplin-mcp",
      "version": "0.7.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Web Clipper authentication token from a running Joplin instance",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "JOPLIN_TOKEN"
        },
        {
          "description": "Optional override for the Joplin Web Clipper base URL (default http://localhost:41184)",
          "format": "string",
          "name": "JOPLIN_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}