Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub fryanpan/notion-channel-mcp --plugin notion-channel-mcpCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"notion-channel": {
"command": "bun",
"args": [
"./server.ts"
]
}
}
}Server configuration and connection parameters
bunCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.