Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"readwise": {
"command": "node",
"args": [
"server/dist/index.js"
],
"env": {
"READWISE_TOKEN": "${READWISE_TOKEN}"
}
}
}
}Replace placeholder values for: READWISE_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
nodeREADWISE_TOKEN=${READWISE_TOKEN}