Skip to main content
Glama
IAmAlexander

Readwise MCP Server

by IAmAlexander
package.json2.09 kB
{ "name": "readwise-mcp", "version": "1.0.1", "description": "Readwise integration for Model Context Protocol - Access your highlights, books, and documents through MCP", "mcpName": "io.github.IAmAlexander/readwise-mcp", "type": "module", "main": "dist/index.js", "module": "./src/smithery.ts", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "readwise", "mcp", "model-context-protocol", "claude", "ai", "highlights", "reading", "knowledge-management" ], "author": "IAmAlexander", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/IAmAlexander/readwise-mcp.git" }, "bugs": { "url": "https://github.com/IAmAlexander/readwise-mcp/issues" }, "homepage": "https://github.com/IAmAlexander/readwise-mcp#readme", "scripts": { "build": "tsc", "start": "node dist/index.js", "start:sse": "node dist/index.js --transport sse", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint --ext .ts .", "fix": "eslint --ext .ts . --fix", "prepublishOnly": "npm run build && npm test" }, "bin": { "readwise-mcp": "dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.0", "axios": "^1.6.0", "body-parser": "^1.20.2", "cors": "^2.8.5", "express": "^4.18.2", "serverless-http": "^3.2.0", "yargs": "^17.7.2", "zod": "^3.22.4" }, "devDependencies": { "@smithery/cli": "^1.6.6", "@types/aws-lambda": "^8.10.137", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/jest": "^29.5.11", "@types/node": "^20.9.0", "@types/supertest": "^6.0.3", "@types/yargs": "^17.0.31", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", "eslint": "^8.53.0", "jest": "^29.7.0", "supertest": "^7.1.4", "ts-jest": "^29.1.1", "typescript": "^5.2.2", "zod": "^3.22.4" }, "engines": { "node": ">=18.0.0" } }

Latest Blog Posts

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