innernote for Claude Desktop
space.innernote/innernote
Draft, reshape and schedule LinkedIn posts in the writer's own voice, not a generic AI one.
client:Claude Desktop
transport:streamable-http
Install innernote in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"innernote": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.innernote.space/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs