Living bridge between your projects folder and Notion — Claude Code plugin + MCP server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"interkasten": {
"command": "npx",
"args": [
"-y",
"mistakeknot/interkasten"
]
}
}
}
Run in terminal:
claude mcp add interkasten npx -y mistakeknot/interkasten
Add to .cursor/mcp.json:
{
"mcpServers": {
"interkasten": {
"command": "npx",
"args": [
"-y",
"mistakeknot/interkasten"
]
}
}
}