All MCP servers

Joplin MCP Server

Official
by Api.Airforcestdio0129MIT

FastMCP server exposing Joplin notes, notebooks, tags, and imports.

mcpopen-source

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "joplin-mcp-server-impf7e63": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}