From better-notion-mcp
Connects remotely to https://better-notion-mcp.n24q02m.com/mcp (Better Notion MCP server) for Notion integration, enabling access to pages, databases, notes, and workspace tools.
npx claudepluginhub n24q02m/better-notion-mcpAdd to your .mcp.json:
{
"mcpServers": {
"better-notion-mcp": {
"command": "npx",
"args": [
"--yes",
"@n24q02m/better-notion-mcp@latest"
],
"env": {
"NOTION_TOKEN": "${user_config.NOTION_TOKEN}",
"MCP_TRANSPORT": "stdio"
}
}
}
}Replace placeholder values for: NOTION_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxNOTION_TOKEN=${user_config.NOTION_TOKEN}MCP_TRANSPORT=stdioShare bugs, ideas, or general feedback.