Skip to main content
Glama

Readwise MCP Server

by IAmAlexander
package.json865 B
{ "name": "readwise-mcp", "version": "1.0.0", "description": "Readwise integration for Model Context Protocol", "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "test": "node --experimental-specifier-resolution=node test-scripts/simple-readwise-server.js", "lint": "eslint --ext .ts .", "fix": "eslint --ext .ts . --fix" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.6.0", "body-parser": "^1.20.2", "cors": "^2.8.5", "express": "^4.18.2" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.9.0", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", "eslint": "^8.53.0", "typescript": "^5.2.2" }, "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/IAmAlexander/readwise-mcp'

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