Skip to main content
Glama

MCP Joplin Server

by happyeric77
package.json1.33 kB
{ "name": "mcp-joplin", "version": "0.0.1", "description": "MCP server for Joplin integration via Web Clipper API", "main": "dist/index.js", "bin": { "mcp-joplin": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build", "lint": "eslint --config eslint.config.mjs src/**/*.ts", "lint:fix": "eslint --config eslint.config.mjs src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts", "typecheck": "tsc --noEmit" }, "keywords": [ "mcp", "joplin", "model-context-protocol", "notes", "notebook" ], "author": "Eric Lee", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "axios": "^1.6.0", "commander": "^11.0.0" }, "devDependencies": { "@eslint/js": "^9.35.0", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^8.44.0", "@typescript-eslint/parser": "^8.44.0", "eslint": "^9.35.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-prettier": "^5.5.4", "prettier": "^3.6.2", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" } }

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/happyeric77/mcp-joplin'

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